MatrexsVigil / harvestcraft

All rights reserved - None of my artwork is available to be used for FREE in your game EVER. If you want to HIRE ME, please contact me. Thank you. This code is here for people to learn from and to help find bugs ONLY.
https://www.patreon.com/pamsmods
89 stars 85 forks source link

Allow planting a sapling on anything plantable, including BoP dirt #311

Closed Ricket closed 5 years ago

Ricket commented 5 years ago

I found the canSustainPlant method is used in several other places for this purpose. Update the sapling to use the same logic. Now Pam's saplings can be planted on BoP grass.

Tested this with forge version 1.12.2-14.23.5.2781 and BiomesOPlenty-1.12.2-7.0.1.2424. I was able to plant a pam's Apple Sapling on silty grass and grow it with bone meal.

image

This fixes #272 .

MatrexsVigil commented 5 years ago

Thank you!