Build
This commit is contained in:
parent
e12c9231e2
commit
800684f553
3 changed files with 5 additions and 4 deletions
|
@ -1 +1 @@
|
|||
38
|
||||
39
|
||||
|
|
1
info.txt
1
info.txt
|
@ -34,3 +34,4 @@ Minecraft 1.4.5
|
|||
@ AssemblyLine_v0.1.9.36.jar AssemblyLine_v0.1.9.36_api.zip
|
||||
@ AssemblyLine_v0.2.0.38.jar AssemblyLine_v0.2.0.38_api.zip
|
||||
* AssemblyLine_v0.2.0.38.jar AssemblyLine_v0.2.0.38_api.zip
|
||||
@ AssemblyLine_v0.2.1.39.jar AssemblyLine_v0.2.1.39_api.zip
|
||||
|
|
|
@ -95,7 +95,7 @@ public class AssemblyLine
|
|||
GameRegistry.registerBlock(blockConveyorBelt, "Conveyor Belt");
|
||||
GameRegistry.registerBlock(blockCrate, ItemBlockCrate.class, "Crate");
|
||||
GameRegistry.registerBlock(blockManipulator, "Manipulator");
|
||||
// GameRegistry.registerBlock(blockEngineerTable, "Encoder");
|
||||
// GameRegistry.registerBlock(blockEncoder, "Encoder");
|
||||
GameRegistry.registerBlock(blockImprinter, "Imprinter");
|
||||
GameRegistry.registerBlock(blockDetector, "Detector");
|
||||
GameRegistry.registerBlock(blockRejector, "Rejector");
|
||||
|
@ -112,10 +112,10 @@ public class AssemblyLine
|
|||
|
||||
System.out.println(NAME + " Loaded: " + TranslationHelper.loadLanguages(LANGUAGE_PATH, LANGUAGES_SUPPORTED) + " languages.");
|
||||
|
||||
// Filter
|
||||
// Imprint
|
||||
GameRegistry.addRecipe(new ShapedOreRecipe(itemImprint, new Object[] { "R", "P", "I", 'P', Item.paper, 'R', Item.redstone, 'I', new ItemStack(Item.dyePowder, 1, 0) }));
|
||||
|
||||
// Stamper
|
||||
// Imprinter
|
||||
GameRegistry.addRecipe(new ShapedOreRecipe(blockImprinter, new Object[] { "SIS", "SPS", "WWW", 'S', "ingotSteel", 'W', Block.wood, 'P', Block.pistonStickyBase, 'I', new ItemStack(Item.dyePowder, 1, 0) }));
|
||||
|
||||
// Detector
|
||||
|
|
Loading…
Reference in a new issue