KnightMiner / Inspirations

Mod adding various smaller features to Minecraft
MIT License
44 stars 18 forks source link

Cannot place Biomes O' Plenty flowers on mulch blocks #121

Closed slowbr0 closed 5 years ago

slowbr0 commented 5 years ago

Not sure if this is a compatibility issue as the mulch accepts flowers from other mods and the BoP flowers can be placed onto such things as modded flower pots.

KnightMiner commented 5 years ago

Biomes O Plenty bug, they need to return EnumPlantType.Plains from getPlantType for their block and call canSubstainPlant in their placement checks

slowbr0 commented 5 years ago

Thanks for the reply. I opened an issue with Biomes O' Plenty.

KnightMiner commented 5 years ago

Looks like Biomes O' Plenty closed the issue on their tracker. As there is nothing I can do without hacks on my side, I will just have to call their plants unsupported.