Links
Tags
Creators
Details
Licensed Apache-2.0
Published last month
Updated 4 days ago
All versions
1.6.0
Release
Customers 1.6.0last month 30
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Highly requested appearances and cost customization update!
- Customers and Suppliers now use an extensible Appearance system for rendering and sounds.
- Default Customer/Supplier Villager Appearance with profession skins is stell there.
- Special Monsters customers migrated to Appearance that can be enabled for any spawner mode.
- New Skins Appearance that uses "Steve" style wide, thin, or even legacy PNG skins and allows overwriting sounds in data JSON files. Skins Appearances can be packaged up in data/resouce packs now!
- New Minecraft Comes Alive Reborn Appearance if you are also using that mod also.
- Customer & Supplier Spawner blocks now have a custom container UI with the additional settings including the enabled Appearances.
- Max Customers is now a UI setting along with the container items instead of redstone.
- Customer and Supplier cost items are customizable now and not limited to emeralds.
- A Few bugfixes.
Optional dependencies
Any compatible version
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:wPxoHrff:UJUQqcZ0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wPxoHrff:UJUQqcZ0"
}

