Homepage » Minecraft Mods » Page 246
Minecraft Mods
18185 posts
Minecraft Mods (short for Modifications) are community-created extensions or modifications that add new features to Minecraft, change existing mechanics, or make the game more enjoyable. For example: adding new mobs, weapons, tools, blocks, improving graphics, adding lighting effects, shaders, and even introducing complex new systems such as machinery, magic, energy, or enhanced survival.
Advanced Rocketry Tweaker Mod (1.12.2) is a way of working with Advanced Rocketry recipes with Craft Tweaker. Sample script: // Chemical Reactor //mods.advancedrocketry.ChemicalReactor.clear(); mods.advancedrocketry.ChemicalReactor.removeRecipe(<liquid:rocketfuel>); mods.advancedrocketry.ChemicalReactor.addRecipe(<liquid:rocketfuel>*1000, 80, 100, <liquid:oxygen>*500, <liquid:hydrogen>*500); //mods.advancedrocketry.ChemicalReactor.addRecipe(<minecraft:obsidian>*1,…
Particle Mimicry Mod (1.21.1, 1.20.1) allows builders to easily spruce up their creations by harnessing a wide range of existing particles. With the ability to customize particle offsets and settings,…
Kinecraft Serialization Mod (1.21.1, 1.20.1) is a library dependency mod that is especially made for Kotlin. It’s a lib for (de)serializing minecraft tag(NBT), chat component, ByteBuf with any serializable objects.…
In the vanilla game, the player has to obtain ender pearls and blaze rods in order to craft eyes of ender. Enderous Loot Mod (1.21.1, 1.20.1) makes it so that eyes…
Turtle Charging Station Mod (1.21.1, 1.20.1) adds a block that can charge CC turtles using Forge Energy. Players need to supply energy to the station and place the turtles next…
FPS Overlay Mod (1.21.3, 1.20.1) displays the FPS directly on the screen. The mod can show the current FPS and the minimum and maximum FPS for better performance tracking. Features:…
StackUp Mod (1.12.2) is a Minecraft mod designed to improve inventory management by increasing the stack sizes of items. With this mod, players can stack more items together, which helps…
GPU Tape Mod (1.21.10, 1.20.1) helps fix video memory leaks in Minecraft, making the game run smoother. Unlike similar mods, GPU Tape is only for the client and doesn’t use…
Configurable Mod (1.21.10, 1.20.1) is a compile/runtime config library that allows config settings to be decentralised, centralised or a combination of both if you like. The premise behind Configurable is…
Bundles Plus Mod (1.16.5) adds bundles and adds bundle behaviour to shulker boxes. It adds bundles that can hold up to 256 of the same item, making it easier to…
YuutoLib Mod (1.7.10) is a library mod used by animeniac7’s mods. Requires: Minecraft Forge How to install: Click the following link to view details: How to Install Mods for Minecraft…
Volcano Block Tweaks Mod (1.12.2) is a small tweaks mod for Volcano Block modpack. Currently it only adds a specific loot item to the Guardian of Sprites from EmberRoot Zoo…
World Limiter Mod (1.12.2) allows players to set a limit on the size of the world. When a player reaches one end of the world, he’ll get teleportet to the…
Document Your Mod Mod (1.12.2, 1.12) is a helpful tool for Minecraft mod developers that allows them to create in-game documentation for their mods. By using this mod, developers can…
SpACore Mod (1.7.10) is a library mod used by several other mods that reduces the amount of identical code. Configs: general:refreshRate (default: 5) - The interval in ticks between updates…