This commit is contained in:
Electroblob77
2019-01-06 15:35:56 +00:00
parent f6f36a30fd
commit 31673cf247
@@ -306,11 +306,6 @@ public class ClientProxy extends CommonProxy {
IBlockState block, BlockPos pos){
Minecraft.getMinecraft().effectRenderer.addEffect(new ParticleTornado(world, maxAge, x, z, radius, y, velX, velZ, block).setBlockPos(pos));// , world.rand.nextInt(6)));
}
@Override
public void spawnEntityParticle(World world, Entity entity, int maxAge, float r, float g, float b){
Minecraft.getMinecraft().effectRenderer.addEffect(new ParticleBuff(world, entity, maxAge, r, g, b, world.rand.nextBoolean()));
}
// SECTION Packet Handlers
// ===============================================================================================================