Started by
mutzbunny
on
Topic category: Help with Minecraft modding (Java Edition)
I wanted to make a simple Mod that adds a couple more Villager professions. I wanted to make it as a datapack, because i thought it should be possible, but apearently thats not the case.
either way, I now need to make it as a mod apearently, and i am kinda confused.
I saw here that many people wish a feature that you can create a simple profession, but apearently that has not yet been implemented. so I guess I need to build it from scratch, could someone guide me on how that works maybe?
thank you so much already.
Mutzy <3
You'll need to create two main mod elements. First, use the mod element called 'Villager Profession' to define your new villager and its appearance. Then, to add the trades and items you want it to offer, you'll need to use the 'Villager Trade' mod element.