You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This setting helps you mend items while being AFK (made thinking about
AFK fishing) by replacing the offhand item with low HP items of the
same type that have the mending enchantment.
privateval fullOnly by setting("Only At Full", false, { autoEject })
44
47
privateval pauseMovement by setting("Pause Movement", true)
45
48
privateval delay by setting("Delay Ticks", 1, 0..20, 1, unit =" ticks")
49
+
privateval helpMend by setting("Help Mend", false, description ="Helps mending items by replacing the offhand item with low HP items of the same type")
46
50
val ejectList = setting(CollectionSetting("Eject List", defaultEjectList))
0 commit comments