-
Notifications
You must be signed in to change notification settings - Fork 56
Creating a Datapack
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!
-
Read this here: https://minecraft.wiki/w/Tutorials/Creating_a_data_pack
-
After you have created a simple empty datapack and placed it correctly, do a
/datapacks listcommand when you boot up the game. If you did it correctly, your datapack name should be there, if not, go back to 1) -
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 -
With this json, you will want to rename the file name and then open it up and edit the
idfield to be the same as the filename (USE ALL LOWERCASE LETTERS) -
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.