Skip to content

Creating a Datapack

Robert Skalko edited this page Sep 15, 2024 · 3 revisions

Datapacks are a way to edit or add a lot of content in Mine and Slash, but first you need to know how to make one!

  1. Read this here: https://minecraft.wiki/w/Tutorials/Creating_a_data_pack

  2. After you have created a simple empty datapack and placed it correctly, do a /datapacks list command when you boot up the game. If you did it correctly, your datapack name should be there, if not, go back to 1)

  3. Use 7zip, winrar etc to open the Mine and Slash .jar, in the data\mmorpg\ you will find many custom datapack types for the mod. You will create a folder of the same name in your datapack like mmorpg_runeword and then copy a json from there too

  4. With this json, you will want to rename the file name and then open it up and edit the id field to be the same as the filename (USE ALL LOWERCASE LETTERS)

  5. Now you're free to edit the json to your liking, edit the stats a runeword gives, what runes are needed for it and so on.

Clone this wiki locally