mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 00:38:35 +01:00
How bout we fix some gamebreaking bugs?
Fixed anything with particles crashing servers.
This commit is contained in:
parent
45be5613b2
commit
cf091dce54
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ public class PacketParticle implements IMessage{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SideOnly(Side.CLIENT)
|
||||||
public static void renderParticlesFromAToB(int startX, int startY, int startZ, int endX, int endY, int endZ, int particleAmount, float particleSize, float[] color, float ageMultiplier){
|
public static void renderParticlesFromAToB(int startX, int startY, int startZ, int endX, int endY, int endZ, int particleAmount, float particleSize, float[] color, float ageMultiplier){
|
||||||
World world = Minecraft.getMinecraft().theWorld;
|
World world = Minecraft.getMinecraft().theWorld;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue