mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-27 05:00:08 +08:00
Added beds as a place-last block.
This commit is contained in:
parent
32417e8e86
commit
ac70a37ef1
@ -313,6 +313,7 @@ public boolean shouldPlaceLast() {
|
||||
*/
|
||||
public static boolean shouldPlaceLast(int id) {
|
||||
return id == 6 // Saplings
|
||||
|| id == 26 // Beds
|
||||
|| id == 37 // Yellow flower
|
||||
|| id == 38 // Red flower
|
||||
|| id == 39 // Brown mushroom
|
||||
|
Loading…
Reference in New Issue
Block a user