Better Animals Plus

Better Animals Plus

22M Downloads

Idea: Oredict support for taming/breeding animals

Sunconure11 opened this issue ยท 6 comments

commented

Mainly for a lot of the meats and some of the plants, I was inspired by Animania implementing a similar feature for feeding animals, so why not allow oredicts as valid definitions of items for this context?

commented

We have config support for taming items.

commented

I'm aware, I'm referring to oredict entries being valid for configuration files.

commented

While working on this I realised that taming item configuration is totally broken - every time it tries to load the config, Forge says that the tame items are invalid and resets them:

[20:31:59] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key lammergeier.tameItems was corrected from [minecraft:bone] to [minecraft:bone]
[20:31:59] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key feralwolf.tameItems was corrected from [minecraft:bone] to [minecraft:bone]
[20:31:59] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key coyote.tameItems was corrected from [minecraft:rabbit, minecraft:chicken, betteranimalsplus:pheasantraw, minecraft:cooked_rabbit, minecraft:cooked_chicken, betteranimalsplus:pheasantcooked] to [minecraft:rabbit, minecraft:chicken, betteranimalsplus:pheasantraw, minecraft:cooked_rabbit, minecraft:cooked_chicken, betteranimalsplus:pheasantcooked]
commented

yes it corrects them to themselves. It's just forge being dumb. It still works afaik

commented

yeah but if you change it at all it gets reset to the original.

commented

Solved on 1.14, denote tags with '#yourtag', 1.12 not added.