Link Hoppers to Containers Item Suction Fully customizeable Spigot Improve Server Performance
+ Added: [#2217] New optimization section
# 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+ Added: Option to disable redstone checking
# Should hoppers stop transferring items if they're powered by redstone?
# NOTE: These setting require server reload / restart.
redstone: true
+ Improved: [#2217] Hopper validation check
+ Changed: Switched left click for right click for paste item
refresh_copy_paste:
name: '&6&lCopy Filter and Mode'
lore:
- '&8✖ &bLEFT CLICK'
- ' &7Paste a copied filter.'
- ''
- '&8✖ &9RIGHT CLICK'
- ' &7Copy this filter including'
- ' &7mode and strict filtering'
- ' &7properties to another link.'+ Added: [Suggestion] Being able to copy and paste filters to other links
An item has been added to the link filter menu to make this possible.
You might need to adjust the slots, since your current gui config might have conflicting slots.
+ Added: Rotten flesh as smeltable
+ Improved: Reduced amount of needed inventory validation checks
- Fixed: [#2233] message not found: creation.untrusted
+ Updated: Latest Lands API
- Fixed: [#2220] [#2218] Hopper inventory invalid error during item transfer
- Fixed: Minecart item pulling
- Fixed: [#2218] USpawners integration
- Fixed: [#2216] WildChests integration
- Fixed: ChestProtect integration
+ Improved: [#2212] Hopper item transfer task spreading