Links
Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated 3 weeks ago
All versions
1.21.1pre-v1.0.5
Beta
VillageCraft 3 Essentials 1.21.1pre-v1.0.53 weeks ago 13
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
VillageCraft 3 Essentials 1.21.1pre-v1.0.5
Additions
- Added /{town} removespawn
- Added a config entry for allowing /{town} spawn to create a Bluemap poi marker
- Added a debug menu entry which states which town the player is standing in based on Bluemap area markers configured on a server (configurable)
- Added a system to override Create: Brassworks Missions rewards to currency gems based on luckperms groups (configurable)
Changes
- Changed /{town} jail to add mining fatigue 5, weakness 3 and slowness 3 instead of setting the jailed player to adventure mode
Fixes
- Fixed mole and atm sounds not being mono
- Fixed Bluemap markers created by VIllageCraft 3 Essentials not persisting on server restarts
- Fixed atm tool convert button casuing crashes due to unhandled compat
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:KotADrLx:XTU9BtFN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KotADrLx:XTU9BtFN"
}

