Merge branch '1.9.4' of https://github.com/TechReborn/TechReborn
This commit is contained in:
commit
f03fbef70e
3 changed files with 1 additions and 88 deletions
|
@ -171,7 +171,6 @@ public class ModBlocks
|
|||
public static Block rubberPlanks;
|
||||
|
||||
public static Block ironFence;
|
||||
public static Block distributor;
|
||||
|
||||
public static void init()
|
||||
{
|
||||
|
@ -438,9 +437,6 @@ public class ModBlocks
|
|||
registerBlock(scrapboxinator, "scrapboxinator");
|
||||
GameRegistry.registerTileEntity(TileScrapboxinator.class, "TileScrapboxinatorTR");
|
||||
|
||||
distributor = new BlockDistributor();
|
||||
registerBlock(distributor, "distributor");
|
||||
|
||||
evt = new BlockEVTransformer();
|
||||
registerBlock(evt, "evt");
|
||||
GameRegistry.registerTileEntity(TileEVTransformer.class, "TileEVTransformer");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue