Biomes O' Plenty

Biomes O' Plenty

151M Downloads

BOP plantables should be using canSustainPlant()

Syndaryl opened this issue ยท 1 comments

commented

BOP plantables are not using canSustainPlant() to test if the block they're being put on is valid. This is limiting cross compatibility with other mods.

As an Example:
grim3212/grim-pack#82 Grim-Pack has a planting pot that can be set to various soil types (dirt, grass, farmland, soul sand, sand, etc). BOP plantables (Trees, flowers) cannot be planted on it even when set to the correct soil setting.

commented

Fixed with #1074