Particle Settings
Grinder Fix.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package appeng.core;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Random;
|
||||
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.network.packet.Packet;
|
||||
@@ -28,4 +29,6 @@ public abstract class CommonHelper
|
||||
|
||||
public abstract void spawnEnergy(World w, double posX, double posY, double posZ);
|
||||
|
||||
public abstract boolean shouldAddParticles(Random r);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user