Botania

Botania

133M Downloads

Pollidisiac doesn't work with Rabbits

Hund opened this issue ยท 7 comments

commented

I'm running Minecraft 1.10.2 with Botania r.1.9-339. And the pollidisiac isn't working with rabbits for some reason. I tried both carrots, golden carrots and dandelion - and nothing.

It works just fine with cows, pigs, chickens and cheeps though.

commented

Without being able to actually load the game and look my thought atm is that maybe the rabbit is not classed as an animal, even though i'd expect it to inherit from EntityAnimal.

commented

is there an error thrown on the log?

commented

@TheWhiteWolves - From a "I haven't seen the code" POV, rabbit behavior shares more with Ocelots than the other farm animals - they run from players unless lured and they will hunt food (read: your carrot patch) in the wild. The main difference is rabbits can't be "tamed". Do Ocelots (and untamed wolves for that matter) inherit from the same Animal class as cows, etc?

(Am interested in this having discovered that Rabbit Stew is now the best Vanilla food in the game, for potential gourmarllys setups later.)

commented

@jlbrewer That would be AI which doesn't really matter for what the class is. Well, besides being EntityLiving which contains the many EntityAITasks fields.

EntityRabbit does infact extend EntityAnimal though.
I can't say why this isn't working as I haven't even bothered to look at Botania's code for this. (Yet anyway)

commented

Also side note: Just tested this myself with no other mods in r1.9-339, it's working with rabbits just fine.

commented

same here

commented

So.. yeah. I'm perhaps the biggest dumbass ever. I forgot to add a mana pool... :(