Basic Mod | EpicMC Modly Tutorials

Minecraft Modding with EpicMC Modly™



Previous ProjectNext Project

Project #2: Basic Mod

In this mod, it will not only send a message but also run a command and create a firework display.

  1. Select "Functions" and then function. Change the function name to "start". All the blocks should go inside the function.
  2. On the left side, click "Minecraft", then "Players", and select Send message.
  3. Under Players, select me and put it into the first slot of this block.
  4. On the left side, click "Text" and select blank text. Put this in the second slot of this block. Enter the text "Hi there."
  5. On the left side, click "Minecraft", then "Players", and select Player [] runs command.
  6. Under Players, select me and put it into the first slot of this block.
  7. On the left side, click "Text" and select blank text. Put this in the second slot of this block. Enter the text "summon villager." This will summon a villager.
  8. To create fireworks, click "Minecraft", then "World", and select .
  9. Change the values to whatever you want.
  10. Click Deploy at the top. If successful, it shows what you need to enter to run the mod.
  11. In Minecraft, go to the Modly character and click on it to enter the Modly world.
  12. Enter /mod <your Modly username>:basic_mod to run your mod!