mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-01-12 12:25:03 +08:00
Added 1.3 blocks to isRedstoneSource.
This commit is contained in:
parent
7c4cf0494f
commit
0b0b39b025
@ -712,6 +712,7 @@ public boolean canTransferRedstone() {
|
||||
isRedstoneSource.add(BlockID.STONE_PRESSURE_PLATE);
|
||||
isRedstoneSource.add(BlockID.WOODEN_PRESSURE_PLATE);
|
||||
isRedstoneSource.add(BlockID.STONE_BUTTON);
|
||||
isRedstoneSource.add(BlockID.TRIPWIRE_HOOK);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user