mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 20:43:54 +00:00
Added centralTopLimit property for hoppers.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user