3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-20 06:40:05 +02:00

Added beds as a place-last block.

Dieser Commit ist enthalten in:
sk89q 2011-03-10 00:41:18 -08:00
Ursprung 32417e8e86
Commit ac70a37ef1

Datei anzeigen

@ -313,6 +313,7 @@ public enum BlockType {
*/ */
public static boolean shouldPlaceLast(int id) { public static boolean shouldPlaceLast(int id) {
return id == 6 // Saplings return id == 6 // Saplings
|| id == 26 // Beds
|| id == 37 // Yellow flower || id == 37 // Yellow flower
|| id == 38 // Red flower || id == 38 // Red flower
|| id == 39 // Brown mushroom || id == 39 // Brown mushroom