sekelsta / horse-colors

A Minecraft mod adding realistic colors of horses, with accurate genetics.
https://www.curseforge.com/minecraft/mc-mods/realistic-horse-genetics
Other
16 stars 12 forks source link

Possible conflict with the occult mod. #48

Closed Methlon closed 2 years ago

Methlon commented 2 years ago

Long story short, the genetics horses aren't treated as normal horses, and can't be used as horses for... a sacrifice. Not sure if this is something you'd care to look into.

No regular horses appear in the wild, either. All the genetic ones.

As far as everything else goes, the mod works great. Just this one lil bit causing a conflict, no crashes or anything insane, just something that is not recognized by this mod.

Anyways, thanks for your time. Dave

sekelsta commented 2 years ago

There's a config setting to allow vanilla horses to spawn. Alternately, you could get in touch with that mod's team about compatibility. Or if you want to take a stab at it yourself, I think the files to change might be https://github.com/klikli-dev/occultism/blob/59b44386bfe59da9ddd9102459965f8c66f46f58/src/main/resources/data/forge/tags/entity_types/horses.json and https://github.com/klikli-dev/occultism/blob/c52eab02e664aca615172126c12af78a11ffd1e9/src/main/resources/data/occultism/loot_modifiers/tallow_from_horse.json (The ID for these horses is horse_colors:horse_felinoid ) Good luck!