Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-06 03:20:06 +01:00
Added cocoa plant to centralTopLimit.
Dieser Commit ist enthalten in:
Ursprung
e8ea4e4ef1
Commit
b07a084b8a
@ -440,6 +440,7 @@ public enum BlockType {
|
|||||||
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.COCOA_PLANT, 0.750);
|
||||||
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) {
|
||||||
if ((data & 4) != 0) {
|
if ((data & 4) != 0) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren