PocketMine-MP icon indicating copy to clipboard operation
PocketMine-MP copied to clipboard

Fixed Bamboo being not placeable on blocks it should be

Open ColinHDev opened this issue 2 years ago • 0 comments

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.

ColinHDev avatar Jul 27 '22 00:07 ColinHDev