Tags
Creators
Details
20.25.0
Compatibility
Required content
Changes
Added possibility to put "none" as an enchantmentkey, allowing you to give the trade the possibility not to have any enchantments Added new global config file located in "config/cvtGlobal.json" Added global config option "opLevel" - this determines the op level a player must have in order to execute CVT commands (default = 2) Added wanderer trades to export
Re-added "basic" semi-random feature
Changed how tipped arrows are now made, they work identically to normal potions
Fixed amountRange not applying correctly Fixed potions so they can use NBT data (for awkward and thick potions, and water) Fixed directory creation failure on first load (if config folder doesn't exist, fabric-only) Fixed some trade exports not working Fixed validation for tipped arrows Fixed all.json trades not getting added
Removed config option potionKey Removed config option blacklistedPotionKeys
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:nzF0Kr0W:6LOI3YBq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nzF0Kr0W:6LOI3YBq"
}


