Globox1997 / LevelZ

https://modrinth.com/mod/levelz
https://www.curseforge.com/minecraft/mc-mods/levelz
GNU General Public License v3.0
51 stars 50 forks source link

Data Pack Custom Materials #190

Closed Elska85 closed 2 years ago

Elska85 commented 2 years ago

I've played around with this quite a few times but is there a way to add custom materials to this list for data packs. For example I'm using better end's aeternium material as a level 20 unlock,

{ "replace": true, "skill": "defense", "level": 20, "item": "minecraft:custom_item", "object": "betterend:armor", "material": "aeternium" }

Is it the formatting, or is this something not possible yet with the data pack structure?

Globox1997 commented 2 years ago

Check out my discord for help :) either you can use object or material and I always recommend to use the material id if possible. with the /info material command you get the material id (dev mode on the latest version)

Elska85 commented 2 years ago

Check out my discord for help :) either you can use object or material and I always recommend to use the material id if possible. with the /info material command you get the material id (dev mode on the latest version)

Thank you, I was unaware of that command. Thanks for getting back to me. Love your mods and I hope you keep up the amazing work.