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
Updated dependencies for 26.2: Fabric API 0.153.0+26.2, Mod Menu 20.0.0-beta.4
Fixed
Cycle-limit sliders (fallback config screen) could not reliably select 0 (Disabled): the slider's far-left mapped to -1 (Unlimited), so setting villager or wandering-trader cycling to disabled silently did nothing — and a "disabled" wandering trader could still be cycled once at the default limit of 1. Sliders now order options as Disabled (0) → 1…N → Unlimited (-1), so every value (especially Disabled) is reliably selectable. The Cloth Config screen was unaffected.
Wandering-trader cycle limit of 0 now reports a clear "cycling is disabled by the server" message, matching villager behavior.
Technical
Server-side networking, merchant accessors, and trade-cycle logic required no changes — they reuse the existing >=26.1 Stonecutter conditionals
Screen API difference centralised in ScreenCompat (gated on >=26.2) so 1.21.x and 26.1 are unaffected