Disabled mulit part wires for the moment

This commit is contained in:
DarkGaurdsman 2013-12-30 14:34:50 -05:00
parent 895749d1bb
commit b431cc6b5e
3 changed files with 3 additions and 6 deletions

5
.gitmodules vendored
View file

@ -3,7 +3,4 @@
url = https://github.com/DarksCoreMachine/CoreLibrary.git
[submodule "Built-Broken-Lib"]
path = Built-Broken-Lib
url = https://github.com/DarkGuardsman/Built-Broken-Lib.git
[submodule "Universal-Electricity"]
path = Universal-Electricity
url = https://github.com/Universal-Electricity/Universal-Electricity.git
url = https://github.com/DarkGuardsman/Built-Broken-Lib.git

@ -1 +1 @@
Subproject commit 117d3ca17939777f44bf413404c673f37db545e0
Subproject commit a33b93b4b5aa5a7049b3f4daa4a9c9650298d00b

View file

@ -305,7 +305,7 @@ public class AssemblyLine
ALRecipeLoader.itemParts = CoreRegistry.createNewItem("DMCraftingParts", AssemblyLine.MOD_ID, ItemParts.class, true);
ALRecipeLoader.itemMetals = CoreRegistry.createNewItem("DMOreDirvParts", AssemblyLine.MOD_ID, ItemOreDirv.class, true);
ALRecipeLoader.itemMPWire = CoreRegistry.createNewItem("DMMPWire", AssemblyLine.MOD_ID, ItemWire.class, true);
//ALRecipeLoader.itemMPWire = CoreRegistry.createNewItem("DMMPWire", AssemblyLine.MOD_ID, ItemWire.class, true);
TileEntityAssembly.refresh_diff = CONFIGURATION.get("TileSettings", "RefreshRandomRange", 9, "n = value of config, 1 + n, random number range from 1 to n that will be added to the lowest refresh value").getInt();
TileEntityAssembly.refresh_min_rate = CONFIGURATION.get("TileSettings", "RefreshLowestValue", 20, "Lowest value the refresh rate of the tile network will be").getInt();