removed unused field
This commit is contained in:
parent
159eba4619
commit
664ff00e7d
1 changed files with 0 additions and 1 deletions
|
@ -170,7 +170,6 @@ public class BuildCraftCore extends BuildCraftMod {
|
||||||
public static BCAction actionOff = new ActionMachineControl(Mode.Off);
|
public static BCAction actionOff = new ActionMachineControl(Mode.Off);
|
||||||
public static BCAction actionLoop = new ActionMachineControl(Mode.Loop);
|
public static BCAction actionLoop = new ActionMachineControl(Mode.Loop);
|
||||||
public static boolean loadDefaultRecipes = true;
|
public static boolean loadDefaultRecipes = true;
|
||||||
public static boolean forcePneumaticPower = true;
|
|
||||||
public static boolean consumeWaterSources = false;
|
public static boolean consumeWaterSources = false;
|
||||||
//public static BptItem[] itemBptProps = new BptItem[Item.itemsList.length];
|
//public static BptItem[] itemBptProps = new BptItem[Item.itemsList.length];
|
||||||
@Mod.Instance("BuildCraft|Core")
|
@Mod.Instance("BuildCraft|Core")
|
||||||
|
|
Loading…
Reference in a new issue