Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 11:00:05 +01:00
Added 1.3 blocks to isRedstoneSource.
Dieser Commit ist enthalten in:
Ursprung
7c4cf0494f
Commit
0b0b39b025
@ -712,6 +712,7 @@ public enum BlockType {
|
||||
isRedstoneSource.add(BlockID.STONE_PRESSURE_PLATE);
|
||||
isRedstoneSource.add(BlockID.WOODEN_PRESSURE_PLATE);
|
||||
isRedstoneSource.add(BlockID.STONE_BUTTON);
|
||||
isRedstoneSource.add(BlockID.TRIPWIRE_HOOK);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren