![[Let's Do] NetherVinery](https://cdn.modrinth.com/data/4TTDxtOx/68f1af9b5d207cc83c77f9cc38c4110d1729a9d0_96.webp)
[Let's Do] NetherVinery
ArchivedNetherVinery is an Addon all about the Nether for Vinery.
Tags
Creators
Details
1.2.15
Compatibility
Required content
Changes
NetherVinery - Version 1.2.15
Changed / New Features
- No longer based on the DoAPI
- Updated to the latest version of Vinery
- Some textures and models have been adjusted
Summary
Now updated to the latest Vinery and no longer reliant on DoAPI. A few Models & Textures got a new look.
Small Note #1 I am currently not really satisfied with the state of NetherVinery. It was the first mod I developed almost entirely on my own, but by now, it no longer aligns with what I envision for a mod. It offers almost no great, unique, or truly worthwhile features. In my opinion, a major overhaul is overdue. This update was only made so that people already using NetherVinery can update everything to the new Vinery version without having to completely remove the mod. :) (Okay, so the note wasn’t that small after all...)
Small Note #2 The Fermentation Barrel and Apple Press (the Warped/Crimson variants) are currently purely decorative elements with no functionality. You can still craft all NetherVinery Wines by using the Vinery Fermentation Barrel. (That note was short, though.)
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:4TTDxtOx:AH83g3xm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4TTDxtOx:AH83g3xm"
}


