You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the mc latest version update, the minimum building height is no longer 0, so the coconut drop condition should not be limited to above 0. I think it can be set to pos.getY() >= world.getMinBuildHeight() code position
The text was updated successfully, but these errors were encountered:
In the mc latest version update, the minimum building height is no longer 0, so the coconut drop condition should not be limited to above 0. I think it can be set to
pos.getY() >= world.getMinBuildHeight()
code position
The text was updated successfully, but these errors were encountered: