Tags
Creators
Details
2.2.0
Compatibility
Changes
Update V2.2.0 - Configuration GUI & Bug Fixes
New Features:
- Adding Config Screen: Using the RIGHT SHIFT button, you can now pull up a new Configuration GUI Screen to set your Viner configurations on the fly! No more needing to mess with a JSON manually and reloading the game.
You can also configure your Configuration Screen button in the Minecraft Settings -> Controls -> Scroll down until you see "Viner"
- Adding Offset Configuration: Added a new configuration to specify offset between layers vined. i.e. Viner can now make stair pattern mining.
Demo Trailer
Bug Fixes:
- Fixed Ice Blocks not dropping water bug: No more slipping through the cracks! We've addressed the pesky issue where ice blocks were withholding water drops. Now, your liquid resources will flow freely as intended.
- Minor Bug Fixes and Clean up: Attention to detail is key! We've tackled minor bugs and conducted further clean-up to maintain peak performance and stability. This is a work in progress and will continue to tackle minor bugs as time goes!
Got Questions or Issues?
Hit us up in Discord for questions or report issues on GitHub or in the Discord bug report channel. We're here to help make your Viner experience as smooth as possible!
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:pJWTXnch:JRzM6One"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pJWTXnch:JRzM6One"
}

