All versions
v1.0.0-neoforge-26.3
Release
Malt's Villager Menu v1.0.0 (NeoForge 26.3)last week 11
Compatibility
Minecraft: Java Edition
26.3
Platform
NeoForge
Supported environments
Client and server
Changes
- Trade | Inventory | Status tabs on villager UIs; right-clicking a jobless villager opens the Inventory tab directly (Trade is disabled for jobless villagers and nitwits).
- Inventory tab: the villager's hidden 8-slot inventory, armor and hand slots (armor slots validate fit), and a job-block preview. Without edit rights, villager-side slots show a lock badge.
- Status tab: reputation bar, per-gossip-type icons with tooltips, and a de-zombified record. In creative/op, gossip is editable via text fields and sliders (server-clamped to vanilla caps).
- Villagers stand still while any tab is open — the same trading hold the vanilla trade screen uses — and resume normally when it closes.
- Vanilla-matching window chrome nine-sliced from the stock chest texture at runtime (resource-pack aware).
- Supports Minecraft 1.21.1–26.2 on Fabric and NeoForge, with server gametests on both loaders.
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:9Xl4pHIK:IdIcCJYk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9Xl4pHIK:IdIcCJYk"
}

