Mod elements

Wiki pages in this section are dedicated to the process of the creation of mod elements. Each mod element has its own properties and specifics so each of them has its own wiki page describing it.

How to make an Enchantment


Enchantment is a modifier that adds special abilities to items when applied. Properties The enchantment mod element has the following properties: Enchantment name: It is the displayed name of…

How to Make an Armor


Making a new armor On this page, you'll find out how to create your very own armor!

How to Make an Advancement/Achievement


Creating an advancement Start MCreator Click on the "Workspace" tab. Click on the "Mod Elements" tab. Now click on the "Plus" button. Select "Advancement" for the list. Name it and click "…

How to Make a Tool


What is a tool? A tool is an object used to extract certain blocks, deal more damage, and do special things like change certain blocks that the player's hand alone cannot do. Normally tools aren't…

How to Make a Tag


What are Tags Tag elements give mod creators a way to group vanilla, mod or other creator mods to a group. Tags can then be used to share recipes or groups or items in procedures. There are a bunch…

How to Make a Recipe


Creating the recipe Start MCreator Create a new Recipe element and give it a name Name your recipe (For sample: diamond_block) Fill the parameters and the empty squares Click finish and you're done…

How to Make a Potion


What are Potions Potions give to the player a custom effect limited in the time like the speed, poison, or instant like the instant damage or instant health. There are two parts to making a custom…

How to Make a Plant


What Is a plant? A plant is a specific kind of block with some feature that allows it to be placed only on specific blocks, grow, tick randomly without being forced, and generated in patches on…

How to Make a Painting


On this page, we'll show you how to make your very own painting. Properties Painting texture: This is how the texture of your texture. The texture used has to be in "Others". Painting width: The…

How to Make a Music Disc


This tutorial will guide you in the creation of a custom music disc. Creating a Music Disc Click on "Add New Mod Element" Choose "Music Disc" and name it. Set the properties of the music disc Add…

How to Make a Loot Table


Loot tables are technical JSON files that represent what items should be in naturally generated containers, what items should drop when breaking a block or killing a mob, or what items can be fished…

How to Make a Game Rule


What are Game Rules Game rules are world settings that allow the player to control features of the save game they are playing on. As of 1.16, you can now set game rules before the world is created.…

How to Make a Function


What is a function Functions allow players to run lists of commands using text files with the extension .mcfunction. Settings and Configuration Naming You can write your function name in one word or…

How to Make a Fuel


Making a new fuel On this page, you'll be finding out how to create your own fuel! BEFORE you start you will need to make an item first! Click here to find out how! Start MCreator Click on "New…

How to Make a Food


Since MCreator 2022.1, the food mod element has been merged with the item mod element. Read the item mod element page here to get updated information.

How to Make a Dimension


What is a dimension? Dimensions are accessible realms within a Minecraft world characterized by a way of generation, biomes, structures, and other things unique for each dimension. The…