mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 10:57:11 +00:00
Added centralTopLimit property for hoppers.
This commit is contained in:
parent
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);
|
||||
|
Loading…
Reference in New Issue
Block a user