mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-01-12 12:25:03 +08:00
Fixed beds and redstone repeaters not being set.
This commit is contained in:
parent
ac70a37ef1
commit
5a3e703acc
@ -150,7 +150,7 @@ protected boolean rawSetBlock(Vector pt, BaseBlock block) {
|
||||
}
|
||||
|
||||
// No invalid blocks
|
||||
if ((type > 25 && type < 35) || type == 36 || type > 92) {
|
||||
if ((type > 26 && type < 35) || type == 36 || type > 94) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user