Skip to content

Commit

Permalink
Fix recipes crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunstrike committed Nov 30, 2013
1 parent f77f89e commit ec005e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/tconstruct/common/TRecipes.java
Expand Up @@ -52,8 +52,6 @@ static void registerBlockRecipes ()
GameRegistry.registerBlock(TRepo.craftingSlabWood, CraftingSlabItemBlock.class, "CraftingSlab");
GameRegistry.registerBlock(TRepo.furnaceSlab, "FurnaceSlab");
GameRegistry.registerTileEntity(FurnaceLogic.class, "TConstruct.Furnace");
GameRegistry.registerBlock(TRepo.furnaceSlab, "FurnaceSlab");
GameRegistry.registerTileEntity(FurnaceLogic.class, "TConstruct.Furnace");

GameRegistry.registerBlock(TRepo.heldItemBlock, "HeldItemBlock");
GameRegistry.registerTileEntity(FrypanLogic.class, "FrypanLogic");
Expand Down

0 comments on commit ec005e1

Please sign in to comment.