Project: Vibrant Journeys

Project: Vibrant Journeys

13M Downloads

Cannot bonemeal sand to get seagrass

WenXin20 opened this issue ยท 0 comments

commented

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:

if(world.getBlockState(pos).getBlock() == Blocks.SAND && world.isAirBlock(pos.up())) {

The bone meal event is being cancelled when sand is in water. Normally, any block underwater can be bonemealed to get seagrass/coral.