Added all the crafting cpu "blocks" - needs textures and renders.
Updated API
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
package appeng.block.crafting;
|
||||
|
||||
import java.util.EnumSet;
|
||||
|
||||
import net.minecraft.block.material.Material;
|
||||
import appeng.block.AEBaseBlock;
|
||||
import appeng.core.features.AEFeature;
|
||||
import appeng.tile.crafting.TileCraftingTile;
|
||||
|
||||
public class BlockCraftingMonitor extends AEBaseBlock
|
||||
{
|
||||
|
||||
public BlockCraftingMonitor() {
|
||||
super( BlockCraftingMonitor.class, Material.iron );
|
||||
setfeature( EnumSet.of( AEFeature.Crafting ) );
|
||||
setTileEntiy( TileCraftingTile.class );
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user