Disabled mulit part wires for the moment
This commit is contained in:
parent
895749d1bb
commit
b431cc6b5e
3 changed files with 3 additions and 6 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -4,6 +4,3 @@
|
||||||
[submodule "Built-Broken-Lib"]
|
[submodule "Built-Broken-Lib"]
|
||||||
path = Built-Broken-Lib
|
path = Built-Broken-Lib
|
||||||
url = https://github.com/DarkGuardsman/Built-Broken-Lib.git
|
url = https://github.com/DarkGuardsman/Built-Broken-Lib.git
|
||||||
[submodule "Universal-Electricity"]
|
|
||||||
path = Universal-Electricity
|
|
||||||
url = https://github.com/Universal-Electricity/Universal-Electricity.git
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 117d3ca17939777f44bf413404c673f37db545e0
|
Subproject commit a33b93b4b5aa5a7049b3f4daa4a9c9650298d00b
|
|
@ -305,7 +305,7 @@ public class AssemblyLine
|
||||||
ALRecipeLoader.itemParts = CoreRegistry.createNewItem("DMCraftingParts", AssemblyLine.MOD_ID, ItemParts.class, true);
|
ALRecipeLoader.itemParts = CoreRegistry.createNewItem("DMCraftingParts", AssemblyLine.MOD_ID, ItemParts.class, true);
|
||||||
|
|
||||||
ALRecipeLoader.itemMetals = CoreRegistry.createNewItem("DMOreDirvParts", AssemblyLine.MOD_ID, ItemOreDirv.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_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();
|
TileEntityAssembly.refresh_min_rate = CONFIGURATION.get("TileSettings", "RefreshLowestValue", 20, "Lowest value the refresh rate of the tile network will be").getInt();
|
||||||
|
|
Loading…
Reference in a new issue