📄️ How to make a block
Blocks are fundamental elements for most mods. This page describes how you can add custom blocks to your mod.
📄️ How to make an item
Items are objects that exist inside a player's hand, inventory, armor, etc. The item element allows for basic items (such as a new ingot) to be made. This element also allows for consumable food to be made.
📄️ How to make a tool
Tool elements allow you to create pickaxes, axes, swords, shovels, and hoes.
📄️ How to make an armor set
Armor sets can easily be added to your mod.
📄️ How to make a crop
Crop elements let you create new crop blocks and add them to your mod. This is for crops that are similar to wheat, potatoes, carrots, etc. in that they grow in tilled dirt (farmland), and use a seed item.