Budschie / BudschieMorphMod

This is a port of the morph mod to forge 1.16.5
MIT License
11 stars 9 forks source link

Suggestions: Mob Variants #36

Open BigBillsHell opened 2 years ago

BigBillsHell commented 2 years ago

Some mods like Lycanites have mob variants, but if you kill them they just drop the default version's soul, is it possible to add some sort of feature like on the old morph mod where you can pick between variations of a mob then morph into them?

Budschie commented 2 years ago

Well, you can define NBT paths to tell the mod what counts as a Variant with data packs; if you want to do that, refer to "https://github.com/Budschie/BudschieMorphMod/blob/master/src/main/resources/data/bmorph/morph_nbt/villager.json" if you want to see an example of such a file. Also, refer to the README.md file of this project if you don't know how to create a data pack.