Depreciated BUCKET_VOLUME + removed BP init

This commit is contained in:
CovertJaguar 2012-08-28 02:51:26 -07:00
parent 7929afd912
commit 85573e46cc

View file

@ -17,6 +17,8 @@ import net.minecraft.src.World;
public class BuildCraftAPI {
@Deprecated
// To be removed, see LiquidManager
public static final int BUCKET_VOLUME = 1000;
public static final int LAST_ORIGINAL_BLOCK = 122;
public static final int LAST_ORIGINAL_ITEM = 126;
@ -53,10 +55,5 @@ public class BuildCraftAPI {
for (int i = 0; i < softBlocks.length; ++i) {
softBlocks[i] = false;
}
// Initialize defaults for block properties.
for (int i = 0; i < BlueprintManager.blockBptProps.length; ++i) {
new BptBlock(i);
}
}
}