mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
meh
This commit is contained in:
parent
b2e442e53d
commit
aaa01eb608
@ -434,7 +434,7 @@ public enum BlockType {
|
|||||||
static {
|
static {
|
||||||
centralTopLimit.put(BlockID.BED, 0.5625);
|
centralTopLimit.put(BlockID.BED, 0.5625);
|
||||||
centralTopLimit.put(BlockID.BREWING_STAND, 0.875);
|
centralTopLimit.put(BlockID.BREWING_STAND, 0.875);
|
||||||
centralTopLimit.put(BlockID.CAKE_BLOCK, 0.4375); // ?
|
centralTopLimit.put(BlockID.CAKE_BLOCK, 0.4375);
|
||||||
centralTopLimit.put(BlockID.CAULDRON, 0.3125);
|
centralTopLimit.put(BlockID.CAULDRON, 0.3125);
|
||||||
centralTopLimit.put(BlockID.ENCHANTMENT_TABLE, 0.75);
|
centralTopLimit.put(BlockID.ENCHANTMENT_TABLE, 0.75);
|
||||||
for (int data = 0; data < 16; ++data) {
|
for (int data = 0; data < 16; ++data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user