
Breaking blocks from chisel has wrong particle effects
davqvist opened this issue ยท 4 comments
Flexible Tools 1.2.4
MC 1.12.1
Forge 2446
If I break block from Chisel like Marble or Limestone, the particle effects of the block broken have the missing texture. With a vanilla pickaxe, this doesn't happen
@tterrag1098
why does world.playEvent(2001, pos, Block.getStateId(state))
work only properly if world.isRemote
?