Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-24 18:10:08 +01:00
Added centralTopLimit property for hoppers.
Dieser Commit ist enthalten in:
Ursprung
b891660263
Commit
2fdc76a3f9
@ -558,6 +558,7 @@ public enum BlockType {
|
||||
centralTopLimit.put(BlockID.COMPARATOR_OFF, .125);
|
||||
centralTopLimit.put(BlockID.COMPARATOR_ON, .125);
|
||||
centralTopLimit.put(BlockID.DAYLIGHT_SENSOR, 0.375);
|
||||
centralTopLimit.put(BlockID.HOPPER, 0.625);
|
||||
|
||||
// Some default values to be used if no data value is given
|
||||
centralTopLimit.put(BlockID.HEAD, 0.75);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren