Tags
Creators
Details
-2.12.0-snapshot.1
Compatibility
Changes
This is the first snapshot for the -2.12.0 area. This update will focus improving the 26.2 update and add the content requested by the community. This first snapshot is a bit smaller, but don't worry, more is coming!
Gameplay
Sulfur Goo
- added sulfur goo which can drop from sulfur cube
- sulfur goo can be combined with coal and bone meal to make 2 gunpowder
- sulfur goo can be used to breed sulfur cubes
Creative
- moved the enchanting recipe book after the book and quill (in the creative inventory)
Technical
- updated Fabric API to newest version for a minor rendering bug fix
Developers Note: I made quite a few changes on enchanting recipes and the enchanting table in the code this snapshot. I hope this did not cause any noticeable behavior changes, please report anything to me.
Recipes
- moved all recipes from
vsq/recipestovsq/recipe
Tags
- moved all recipe tags from
vsq/tags/recipestovsq/tags/recipe
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:XCYqTFzN:FLF2DVZS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XCYqTFzN:FLF2DVZS"
}

