Links
Tags
Creators
Details
All versions
1.5.0
Release
Villager Cycle 1.5.0last month 5,251
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
[1.5.0] - 2026-06-23
Added
- Minecraft 26.2 support (unobfuscated builds, Java 25)
Changed
- 26.2 is now the primary build target; multi-version builds now cover 1.21.9, 1.21.10, 1.21.11, 26.1, and 26.2
- Adapted to the 26.2 screen API change via a new
ScreenCompathelper:Minecraft.setScreen()→Minecraft.setScreenAndShow()Minecraft.screenfield →Minecraft.gui.screen()
- 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
0now 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.1Stonecutter conditionals - Screen API difference centralised in
ScreenCompat(gated on>=26.2) so 1.21.x and 26.1 are unaffected
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:lI4LXqQa:IHbkLguL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lI4LXqQa:IHbkLguL"
}

