Tags
Creators
Details
All versions
1.0.0
Release
Vinery Wine Toggle 1.0.0 [FORGE]last month 29
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Added
- You can now completely disable any Vinery wine. A disabled wine can't be made, won't show up in the creative menu or recipe viewers (JEI/REI), isn't sold by villagers or wandering traders, and can't be drunk even if you already have a bottle.
- Choose which wines to disable from an in-game settings screen — open it with Mod Menu on Fabric, or the mod list's Config button on Forge. You can also edit the config file (
config/winetoggle.json) directly. - Disabling a wine no longer makes the "wine collector" advancement impossible to complete.
- Works on both Fabric and Forge for Minecraft 1.20.1, right alongside Vinery — it doesn't change Vinery itself.
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:4YPAM4xA:fDxsCeYh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4YPAM4xA:fDxsCeYh"
}

