removed obsolete property
This commit is contained in:
parent
ae1776e449
commit
668738f4fe
1 changed files with 0 additions and 6 deletions
|
@ -121,7 +121,6 @@ public class BuildCraftCore extends BuildCraftMod {
|
||||||
public static TreeMap<BlockIndex, PacketUpdate> bufferedDescriptions = new TreeMap<BlockIndex, PacketUpdate>();
|
public static TreeMap<BlockIndex, PacketUpdate> bufferedDescriptions = new TreeMap<BlockIndex, PacketUpdate>();
|
||||||
|
|
||||||
public static final int trackedPassiveEntityId = 156;
|
public static final int trackedPassiveEntityId = 156;
|
||||||
public static boolean continuousCurrentModel;
|
|
||||||
public static Block springBlock;
|
public static Block springBlock;
|
||||||
public static Item woodenGearItem;
|
public static Item woodenGearItem;
|
||||||
public static Item stoneGearItem;
|
public static Item stoneGearItem;
|
||||||
|
@ -228,11 +227,6 @@ public class BuildCraftCore extends BuildCraftMod {
|
||||||
Version.check();
|
Version.check();
|
||||||
}
|
}
|
||||||
|
|
||||||
Property continuousCurrent = BuildCraftCore.mainConfiguration.get(Configuration.CATEGORY_GENERAL, "current.continuous",
|
|
||||||
DefaultProps.CURRENT_CONTINUOUS);
|
|
||||||
continuousCurrent.comment = "set to true for allowing machines to be driven by continuous current";
|
|
||||||
continuousCurrentModel = continuousCurrent.getBoolean(DefaultProps.CURRENT_CONTINUOUS);
|
|
||||||
|
|
||||||
Property dropBlock = BuildCraftCore.mainConfiguration.get(Configuration.CATEGORY_GENERAL, "dropBrokenBlocks", true);
|
Property dropBlock = BuildCraftCore.mainConfiguration.get(Configuration.CATEGORY_GENERAL, "dropBrokenBlocks", true);
|
||||||
dropBlock.comment = "set to false to prevent fillers from dropping blocks.";
|
dropBlock.comment = "set to false to prevent fillers from dropping blocks.";
|
||||||
dropBrokenBlocks = dropBlock.getBoolean(true);
|
dropBrokenBlocks = dropBlock.getBoolean(true);
|
||||||
|
|
Loading…
Reference in a new issue