+ Added: [#2217] New optimization section
Code (YAML):
# NOTE: These settings require server reload / restart.
optimization:
redstone
:
# Should hoppers stop transferring items if they're powered by redstone?
pause-on-signal
: true
# Should the emitted redstone signal strength be updated with every item insertion and removal?
# This affects both hoppers and links.
update-signal:
enabled_2
: true
# If disabled, the redstone signal will only be updated to on or off. Means it will only change if the
# container state goes from empty -> full or full -> empty.
# This will help increasing performance, but may make it impossible to display the storage capacity using redstone lamps.
precise
: false
# Should the transfer amount from levels.yml also be applied to pulling items from containers above the hopper?
item-pull-amount
: true