geforkt von Mirrors/FastAsyncWorldEdit
Added 1.3 blocks to shouldPlaceLast.
Dieser Commit ist enthalten in:
Ursprung
d88691d450
Commit
42a64f72a1
@ -314,6 +314,9 @@ public enum BlockType {
|
|||||||
shouldPlaceLast.add(BlockID.PISTON_STICKY_BASE);
|
shouldPlaceLast.add(BlockID.PISTON_STICKY_BASE);
|
||||||
shouldPlaceLast.add(BlockID.PISTON_EXTENSION);
|
shouldPlaceLast.add(BlockID.PISTON_EXTENSION);
|
||||||
shouldPlaceLast.add(BlockID.PISTON_MOVING_PIECE);
|
shouldPlaceLast.add(BlockID.PISTON_MOVING_PIECE);
|
||||||
|
shouldPlaceLast.add(BlockID.COCOA_PLANT);
|
||||||
|
shouldPlaceLast.add(BlockID.TRIPWIRE_HOOK);
|
||||||
|
shouldPlaceLast.add(BlockID.TRIPWIRE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren