Modded Food for Dogs?
WenXin20 opened this issue ยท 5 comments
Environment And Mod Information:
- Minecraft Version: 1.10.2
- Forge Version: 12.18.3.2316
- Doggy Talents Version: 1.14.2.298
- Java Version, Build, and Byte Type: Version 8
- OS Name, Edition, Byte Type, and Build Version: Windows 10
Issue Description:
I was wondering what types of modded food dogs will eat from the food bowl. I noticed that sometimes the dog will eat meat from one mod, but not another. I was wondering how this is determined? The dog I have is level 5 for Happy Eater.
Steps to reproduce:
- Have a hungry dog
- Put different food types in the food bowl
- Wait to see what he eats.
Additional Information:
- For example, the dog will eat pork jerky from the Silent's Gems Mod, but not the jerky from the Tconstruct Mod.
It's determined as like in Vanilla: when the isWolfFood is set to true in the food's code. You might want to check (if that mod is open source) if that variable is set to true. That's what allows the dog to eat those kind of modded foods
Also, internally in Doggy Talents, @ProPercivalalb has it were when that items like fish and rotten flesh (foods that vanilla dogs don't eat) can be eaten, but only those items since there are what's there in vanilla (and often what people would use if they do not use other mods other than Doggy Talents)
Your welcome! I would go ask around the developers of those mods to add support to DT, all they would have to do is simply enable the isWolfFood
option ๐ I'm going to close the issue, if you have any other problems feel free to either open it back up or create another issue