Fixes
This commit is contained in:
parent
1494c1da2d
commit
0ea0c0f60d
6 changed files with 59 additions and 15 deletions
|
@ -137,7 +137,7 @@ public class BlockHydrothermalVent extends BlockBaseNotFull implements BlockEnti
|
|||
world.addParticle(EndParticles.GEYSER_PARTICLE, x, y, z, 0, 0, 0);
|
||||
}
|
||||
else {
|
||||
world.addParticle(ParticleTypes.BUBBLE, x, y, z, 0, 0, 0);
|
||||
world.addParticle(ParticleTypes.SMOKE, x, y, z, 0, 0, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue