Flexible Tools

Flexible Tools

216k Downloads

Breaking blocks from chisel has wrong particle effects

davqvist opened this issue ยท 4 comments

commented

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

commented

Any update on this?

commented

@tterrag1098
why does world.playEvent(2001, pos, Block.getStateId(state)) work only properly if world.isRemote?

commented

No new info it seems like?

commented

Uhm...why are you calling that manually? Why not use the vanilla methods that already handle all the edge cases? Chisel blocks have special code for the particles, using that method won't work.