Removed Block Definitions for MAC Parts.

Removed Options For MAC and Crafting.
Added Options for Crafting with Quartz Growth and Fluix Reaction.
EU Tunnels Re-Added ( Limit 1 per block. )
Adjusted naming/categorization of various features.
Added "sparkle" effect to seeds that are "growing"
This commit is contained in:
AlgorithmX2
2014-02-23 16:50:53 -06:00
parent 5e0bf9c5b9
commit 1a75097e84
26 changed files with 179 additions and 141 deletions
+2 -7
View File
@@ -12,6 +12,7 @@ import net.minecraft.tileentity.TileEntity;
import net.minecraft.util.MovingObjectPosition;
import net.minecraft.world.World;
import appeng.block.AEBaseBlock;
import appeng.client.EffectType;
import appeng.core.CommonHelper;
import appeng.core.sync.AppEngPacket;
import appeng.core.sync.network.NetworkHandler;
@@ -84,13 +85,7 @@ public class ServerHelper extends CommonHelper
}
@Override
public void spawnLightning(World worldObj, double posX, double posY, double posZ)
{
// :P
}
@Override
public void spawnEnergy(World w, double posX, double posY, double posZ)
public void spawnEffect(EffectType type, World worldObj, double posX, double posY, double posZ)
{
// :P
}