OrderedChaos-Dev / ProjectVibrantJourneys

Minecraft mod that expands in all directions
37 stars 15 forks source link

Cannot bonemeal sand to get seagrass #121

Closed WenXin20 closed 3 years ago

WenXin20 commented 3 years ago

Minecraft v1.15.2 Forge v31.2.45 PVJ v2.0.4

While bonemealing in creative, I noticed three bugs. The first is that bonemealing sand consumes bone meal/dung in creative. The second is that dung can right-click any block to get the bone meal particles. The third is that I can not bone meal sand underwater to get seagrass with this mod installed, most likely because of this: https://github.com/OrderedChaos-Dev/ProjectVibrantJourneys/blob/951b8712ad3eae4b0e0e833546e031995c134d0c/src/main/java/projectvibrantjourneys/init/PVJEvents.java#L110 The bone meal event is being cancelled when sand is in water. Normally, any block underwater can be bonemealed to get seagrass/coral.