VolmitSoftware / React

Smart Server Performance
https://volmit.com
GNU General Public License v3.0
95 stars 52 forks source link

Fast Leaf Decay only dropping oak saplings #589

Closed DaMrZ closed 3 years ago

DaMrZ commented 3 years ago

Describe the bug When fast leaf decay is enabled players are noticing an issue where only oak saplings are dropped instead of the correct sapling

Server and Plugin Informations image

React Version: 6.65

Server Platform and Version: git-Paper-466 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)

Operating System (if applicable): Linux Debian 9

AZFire1 commented 3 years ago

I agree with this issue ^^ I have a completely different plugin setup.

KrosTheProto commented 3 years ago

Also getting this issue.

stijnb1234 commented 3 years ago

https://github.com/VolmitSoftware/React/blob/4c9a9161a930653704719ba37daa64d226e7dac3/src/main/java/com/volmit/react/controller/FastDecayController.java#L41-L44

Related to these lines. Uses the old Materials who do not exists anymore in 1.13+. Maybe move to the https://github.com/CryptoMorin/XSeries/ project for this? (Make sure to update the API version)

The new materials are [TYPE]_LEAVES AND [TYPE]_LOG.

andythetech commented 3 years ago

Fixed in upcoming version