PocketMine-MP
PocketMine-MP copied to clipboard
Fixed Bamboo being not placeable on blocks it should be
Introduction
Due to https://github.com/pmmp/PocketMine-MP/commit/d9b050fb688155ec962f574388eb48342fc8f9d1, Bamboo can no longer be placed on sand
and gravel
blocks.
Relevant issues
---
Changes
API changes
---
Behavioural changes
---
Backwards compatibility
---
Follow-up
After a gravel
tag is added, the Bamboo
and BambooSapling
classes need to be updated, so their canBeSupportedBy()
method checks for that tag.
Tests
-> Bamboo can now be placed on blocks with the sand
tag.