Mods for Minecraft 1.16

Discover some of the wonderful mods for Minecraft version 1.16. These will make your Minecraft world even more fascinating to explore by adding a whole bunch of new functionalities, items, blocks and even new landscapes.

Filter by
Sort by

Curios API

Curios API is an equipment API and Slot System for Minecraft, allowing for more usage for items and tools rather than just the traditional armour and shield/offhand slots. On the player Inventory Screen, in the top left of the player model, there is a Curios Icon (which looks like a mechanical circle with an X going through it, it starts grey but turns yellow when hovered on) where you can access the different slots for the different types of items. Mods can easily add their own Curios slots for their custom items.The mod by itself does not come with any new content or slots, only 2 example items for developers to reference when making their mods that are only accessible in creative mode. The player will be able to do something with Curios once they install mods which use it. Some mods which use Curios are MCDoom and Nameless Trinkets, and there are also some commonly used slots.Curios are good for being a central equipment slot registry to which developers can easily add stuff, others may exist, but Curios is trying to centralise it. The slots have lots of customisation, such as backgrounds, appearance, and size, and can also be added or removed at any time for any reason. The slots can also use the vanilla tag system to accept more than just some hard-coded items. The items are also compatible with inventory mechanics such as enchantments, mending, curses and other mechanics developers may add. All this is easily accessible from the simple GUI in the player inventory, which is often a strip with all the slots attached in a straight line with check marks next to the slots, but that can easily be customised. Slots can also be modified or added/removed, and the whole mod can be disabled with commands. The mod provides an extensive amount of commands.Even though Curios is very easy to use, the author still has documentation for players, which mainly contains information about the config and other stuff that would be common for modpacks. There is also documentation for developers and information about how to add it to a project.Curios are for both Forge and Fabric.

mchoarder

Cloth Config API

Cloth Config API (also Auto Config) is a config API that allows the player to change the config of the game from Within the Game’s GUI. It is one of the most popular config APIs, and it is made by shedaniel, the author of Architectury API and Roughly Enough Items, and other big names. They have excellent documentation for Developers and are lightweight for players. There are also similar APIs, such as Cloth API, a general-purpose API for Fabric (distinct from Cloth Config/Cloth Config API) and Cloth Math, a Maths API that is not dependent on Minecraft.There are multiple versions of Cloth Config, each of which has its API and Features. Each version of Cloth Config is linked to a specific version family of Minecraft.Here is the Table:V1 1.14.x (No Longer Developed)v2 1.14.x-1.15.x (No Longer Developed)v3 1.16 Snapshots before 20w17a (No Longer Developed)v4 1.16.x 20w17a and newer (Supported)v5 1.17.x (Supported)v6 1.18.x (Supported)v7 1.19 (No Longer Developed)v8 1.19.x (Supported)All stable versions of Minecraft have been supported since 1.16. It is important to note that Cloth API is not a fully functional config library; it is just a screen for setting the config, which shedaniel claims the others suck. Since Cloth is just a screen, it can work with existing APIs such as Forge Config API. It is also supposed to be primarily used with the client; however, some server features do exist, but it is suggested server mods do not use Cloth Config.Cloth was initially designed with Fabric in mind because, at the time, Fabric was very lightweight and did not have much in the way of config, but it eventually got popular and was ported to Minecraft Forge.For Players, install the mod like any other mod. Some mods may need Mod Menu to show configs where you edit the config from the Mod Menu entry.For Developers, Cloth Config has many features such as Drop Down Menus, Integration with Mod Menu, Categories, and more.Creating a Screen in your mod is easy and can be done with a single line of code.```ConfigBuilder builder = ConfigBuilder.create().setParentScreen(parent).setTitle(new TranslatableText("title.examplemod.config"));```The Config Builder can be used to set the attributes of the Config Screen, such as the background, and is automatically localised with a translation key.Note: a new builder is created every time the screen is opened.```builder.setSavingRunnable(() -> {// Serialise the config into the config file. This will be called last after all variables are updated.});```It saves the config to a file and requires custom parsing.Entries are each different, and it is recommended you read the documentation for more details on creating entries and setup Cloth Config.Another prominent feature of Cloth Config is Auto Config, which makes configuring your mod much easier with Annotations. Auto Config Annotations are flexible; they are put on top of Config files and have their annotations for fields, which can easily be set to whatever entry. e.g. @ConfigEntry.Gui.CollapsibleObject and can also be excluded @ConfigEntry.Gui.Excluded. The supported Field types by default are boolean, int, long, double, float, String, and enum.Cloth Config is one of the most common Config Screens in Minecraft, so making your mod require it will not be a significant burden for most modpack devs, as many big mods, including many by Yung use it (such as Yung’s Better Dungeons).

mchoarder

Eureka

The time for epic adventures finally arrived. Eureka mod now blows the scope of your adventures way broader and enables you to sail on your custom ships. It fulfils the satisfaction levels of Archimedes' Ships (later Davincis Vessels) mod fans, who have long been waiting for the mod to get updated. Thanks to the powerful Valkyrien Skies library, this time, Eureka mod creators bring many more features to the table. The most epic feature you will ever notice in this mod is that the ship now follows almost all physics rules. You now should be careful with what blocks you use to construct the vessel since every block is assigned its own weight; as such, obsidian is way heavier than wood. The heavier block you place on the ship, the more it sinks into the water. Too many blocks on a ship will cause it to sink under the water completely. Also, the water level is not always uniform around a ship. For example, if the stern of a ship is heavier, the water level on that side will be higher compared to the bow.Floating is not only limited to water, you can also raise your ship to the air. For that, you need to ensure there are enough air balloons on your ship and their number directly depends on the heaviness of the ship.Another great feature that comes with this mod is the possibility to walk on the ship and construct it while it is assembled, which was previously not possible in Davincis' Vessels mod. The ship is completely alterable while it is floating, which means you can remove blocks, add blocks, place torches and much more. It is also affected by external forces, like explosions. Blowing a TNT close to a ship will destroy its blocks and cause it to drift in the direction of an explosion.There are a lot more features to come, though. I personally anticipate when TNT cannons can be used on a ship. Currently, you can use Medieval Siege Machines mods mod for cannons. There are also some bugs/limitations that you may encounter in your gameplay. The main limitation is a lack of a disassembly feature, and although it is possible to enable it in mod configs, disassembling your ship may deform it completely. The deck will be filled up with water while the ship is assembled, even if it is entirely isolated from water. Also, trying to sleep while the ship is floating causes a crash. But it is certainly a matter of time when these limitations are fixed.Some guidelines for steering the ship include:Use standard A, S, D, and W keys to navigate on horizontal axisTo raise an airship, use SPACE BAR and V key to descend itFor cruise control press C keyIf you want some speed boost, make sure you place an engine and power it with coalI can guarantee that the mod is going to blow your mind. I am also sure bringing ship physics to such a level meant not a small effort to the mod creators, so consider supporting them using the Patreon link given in the additional links below to keep the mod developing and improving.

Jaker

Extra Golems

The mod Extra Golems, as the name suggests, adds extra golems to your Minecraft world. Golems in Minecraft have not been updated since they were first added many years ago. There is only one variant of the Golem in Minecraft, known as the Iron Golem. The Golems attack hostile mobs that hurt the villagers and are guards of the village.With this mod, you can get many variants of the Golem that can be made using different blocks in Minecraft. Their health and power depend on the block used to build them. Summoning them is the same as the regular Iron Golem.You can summon golems using a variety of different blocks, including Diamond, Golden, Debris, Librarian, Leaves, and many more. You can summon golems of nearly all building blocks.

Einstine Pc

The Bumblezone

The Bumblezone mod introduces a new world into Minecraft. Bumblezone adds a new dimension for the Bee. Unlike other dimensions, you don’t need any portal to enter this dimension. You can enter the bee dimension by clicking on the bee nest with an ender pearl.The Bumblezone dimension is completely made up of new blocks, all based on the honey theme. The bubble zone mod also adds the new bee mobs and structures in the new dimension. These structures include:MazesTemplesHanging gardenHomes/ CastlesSugar FountainsHoney Valleys 

Einstine Pc

Cooking for Blockheads

Cooking for Blockheads is a mod that simplifies the boring part of the game, where you have to prepare your food for your adventures. It adds many new items, blocks, and multi-block structures to make your gameplay smoother. The main feature of the mod is its main multi-block structure. It is the kitchen where you can cook and store your food, and also get access to an unlimited supply of resources you might need for cooking. The mod also provides support for a lot of food mods, most notably Pam's Harvestcraft. If you need a quick meal during your adventure, the mod adds a recipe book that allows you to directly cook/craft food items using the items in your inventory. Note: This mod requires the Balm library to work.

Asmonius

OuterEnd

The Outer End mod improves the end dimension in your Minecraft world. The normal Minecraft End Biome is boring and has only limited blocks and structures. But with this mod, the end biome becomes better. This mod also introduces many new features to the Minecraft End biome.With Outer End mod, you can find new glowing trees that lighten up the dark biome and some crystals that glow, making them look exceptional. With this mod, you will also come across mazes in the End dimension, which contain hidden rewards and loot. It also adds new mobs, including purpur golem, Ender Dog, and flies.

Einstine Pc

AtomicStryker's Infernal Mobs

Infernal mobs is a mod, that adds custom-made diablo-like modifiers to mobs. Every mob in the game has a chance to spawn with a different rarity. Each rarity increases the mob's HP, damage, or adds other abilities. These mobs make the game harder, so there is also an increased reward for killing each of them, you can get up to quadruple experience gain, and randomly generated enchanted items.The mod should also work for mobs added with other mods.List of modifiers:1UP - Mob heals fully, once, upon getting lowAlchimist - throws Potions at youBerserk - Mob deals double damage but hurts itself on attackingBlastoff - Tosses Players into the airBulwark - Mob has 50% damage resistanceChoke - Drown on land, hit Mob to breathe for a momentCloaking - Invisibility Potion effect on MobDarkness - Blindness Potion effect on the PlayerEnder - can teleport dodge attacks, reflecting damage on the PlayerExhaust - Exhaust Potion effect on the PlayerFiery - sets Player on FireGhastly - shoots FireballsGravity - knocks back or pulls PlayersLifesteal - heals from attackingNinja - can teleport dodge attacks, reflecting damage on the PlayerPoisonous - poisons the Player on attackQuicksand - Slow Potion effect on the PlayerRegen - heals Health backRust - causes high amounts of wear on weapons and armor when foughtSapper - Hunger Potion effect on PlayerSprint - high movement speed burstsSticky - can snatch Items the Player attacks withStorm - calls down LightningVengeance - reflects a portion of all damage doneWeakness - Weakness Potion effect on the PlayerWebber - spawns Webs at the Players legsWither - Wither effect

Asmonius

InControl

InControl is a mod that allows you to change multiple things in Minecraft with the help of a rule system. These rules are located in separate JSON files outside of Minecraft and have to be edited there. List of things you can change: spawn.json: with this file, you can block spawning of certain creatures under certain conditions. In addition, when a spawn is allowed you can also alter some of the properties of the mob like maximum health and otherspotentialspawn.json (1.12 only): with this file you can remove and add spawn rules under certain conditions. The rules in this file are used before the rules in spawn.json are fired so make sure that when you add a rule for new mobs here, the new mobs are allowed in spawn.jsonspawner.json (1.16 or later): with this file you can add spawn rules under certain conditionsloot.json: with this file you can control the loot that mobs drop when they are killed based on various criteriaexperience.json: with this file you can control how much experience you get from killing mobs based on various criteriaFor the showcase, I have used it to spawn mooshrooms that drop diamonds when killed with a stick in the desert. They also drop a lot more experience than before. Note: This mod does not do anything on its own. You have to create these rules yourself to make it do something.  

Asmonius

SwingThroughGrass

SwingThroughGrass is a simple mod that allows you to hit mobs behind most walkable blocks. Originally, these blocks are supposed to allow you to clip through them, but when you try and attack a target through grass, the grass gets in the way and ends up getting broken. This simple mod changes the game so that you will be able to hit your target instead of breaking the grass!

Asmonius

Halogen

Halogen is an FPS-Booster mod that improves the performance of Minecraft and also increases its frame rate. This FPS-Booster, however, is not limited to improving performance and frame rate: it introduces many new settings that allow both to manage the most basic and already present graphic and performance settings of Minecraft but in a simpler and more complete way, but it also introduces many new settings that allow you to increase and improve the aspects of the game and the performance that interest you most and decrease those that interest you least. In addition, Halogen also improves animations, reduces micro-stutter, and solves many graphical problems. The settings you will find are many and are divided into 3 main categories: - general: where you can go to change the general settings of Minecraft, that is the basic ones, but they will be more complete; - quality: where you can manage the graphic quality of mane craft and adjust it in the best way for you; - advanced: The most advanced settings for better game performance and animation management. Halogen is a perfect mod for all players who want to improve the performance of the game and for all those who want to have more complete control over each setting and customization of the game. (modificato)

GabryVero

CameraOverhaul

CameraOerhaul is really an interesting upgrade for anyone in their Minecraft world who wants a more immersive and dynamic camera video experience. This mod makes the movement of the frame dynamic both when the view moves and when we move, making the view slightly tilted to the right or towards Left depending on where you turn the view or where you walk. The rendering is very simple, but it is a detail that is very noticeable and that makes the game experience much more immersive. Not only will the displacement give a visual effect, but we will notice another chamber effect when you jump and walk. CameraOverhaul is for all those who want a more dynamic and immersive experience, even in the dynamics of the movements of the visual in play.

GabryVero

Ice and Fire

Ice and Fire is an adventure mod that adds a lot of unique content to the game. Most notable are dragons which now soar the skies of the Minecraft world.  The mod does not limit itself to them. It offers a lot of mythical creatures like gorgons, cyclopes, water serpents, trolls, and many more. Every new creature is created in a way to make them feel alive. Dragons begin in their nest, fly around, hunt and feed on the animals and then return to their nest to get some rest. You will be rewarded with new materials if you take down these creatures. These materials will allow you to get access to various weapons, armours, or even mythical artifacts that will help you during your adventures. It is not only about the killing of new creatures. The mod also offers a way to tame some of them. Sometimes you can find the dragon eggs in their nests, which you can take to hatch yourself. The newly hatched dragon will then allows you to explore the world on its back! The mod is also very configurable. You can alter creature behaviors, spawning areas, or stats with many different configurations. If you ever get lost with the mod or its features, it offers its bestiary that you unlock with progression and exploration. This mod currently offers: Dragons - They all have different colors and types based on their location. There are fire dragons, frost dragons, and the newly added lightning dragons. Hippocampi - Sea horses! Gorgons - Dangerous mythical half-woman, half-snakes. Sea serpents - Distant relatives of the dragons without wings! ... And many more! Note: The mod requires different libraries depending on the version like the citadel library (1.16.5)

Asmonius

Ars Nouveau

Ars Nouveau is a magic mod inspired by Ars Magicka that expands the game with magic!The mod features a unique spell creation system where you can create any spell you can imagine, create magical artifacts, perform rituals, and use various magical structures to automate many things in the game and some various new creatures to the Minecraft world. Some are hostile, while others can be summoned and bound to become your companions.Spellcrafting system is inspired by the original Ars Magicka, where with the use of glyphs you are able to create many different spells based on their effects and modifiers. The mod also offers a lot of unique add-ons that increase the amount of possibilities for your spells even further!Craft the Worn Notebook using a book and 1 Lapis Lazuli to get started with this mod.Note: Mod requires: Curios, Patchouli and Geckolib

Asmonius

Tinkers construct

Tinkers Construct is a mod that adds a new progression system into the game and many new progression tiers of Minecraft tools and weapons. The mod offers a unique experience by creating custom and special tools from parts. The player can make those parts from different materials. Every material that can be used for crafting now has unique effects. Those effects vary from the durability of the finished tool to the effects which completely change how the tool works. The ability to combine multiple parts for your tools creates almost infinite possibilities. Every tool then can be upgraded to get similar effects like enchants from vanilla Minecraft. The mod offers a custom-created way of crafting those items. Your first steps will require you to create the first patterns, which allow the creation of basic and limited tools. The next milestone is the creation of a huge multi-block structure called smeltery. You can use it for smelting metallic ores into more advanced metal parts with better durability and many other effects. The mod offers a lot of customization in the config file and a lot of integration into other mods, which adds even more replayability and uniqueness.  Note: Mod requires Mantle to work!

Asmonius

Showing 46 to 60 of 107 results

Log In Required

Accessing certain features in our website requires authentication

Sign In

Or if you do not have an account

Create an account
Post is saved
Mod version does not match with the version of selected modpack
Post is saved to your bookmarks.
Select the language

After changing the language website content will be completely translated to the selected language and you can view translated versions of available posts.