GlowstoneMC / Glowstone-Legacy

An open-source server for the Bukkit Minecraft modding interface
Other
363 stars 122 forks source link

Bonemeal on sapling does not work. #628

Closed Maxiebyte closed 9 years ago

Maxiebyte commented 9 years ago

2015-02-20_16 49 08

I was trying to do some things on the Glowstone public test server and I noticed that using bonemeal on saplings does not work. I tried to grow a big jungle tree (four saplings in a square + bonemeal) but that didn't work I couldn't find code in the Glowstone repository https://github.com/GlowstoneMC/Glowstone/search?utf8=%E2%9C%93&q=sapling that handles bonemeal interaction with saplings.

432 adds support for bonemeal interaction but trees should grow automatic.

http://minecraft.gamepedia.com/Tree#Growth_and_characteristics

jimmikaelkael commented 9 years ago

Automatic growth would mean block ticking is implemented. This isn't the case actually.

dequis commented 9 years ago

Dupe of #325 for bonemeal interaction, dunno what issue for block ticking

Maxiebyte commented 9 years ago

I didn't notice #325.

turt2live commented 9 years ago

Closing as duplicate. #431 handles block ticking, ticket #40.