Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 4 months ago
Updated 2 days ago
All versions
1.1.0+datapack
Release
DripstoneRecipeFix 1.1.0 (Datapack)2 days ago 6
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
Platform
Data Pack
Changes
Rebuilt from scratch as three separate artifacts, all under GPL-3.0.
- One mod jar covering Fabric, Forge, NeoForge and Quilt from 1.18 to 26.2, using data pack overlays to serve the three different recipe formats in that range
- One server plugin jar covering the whole Bukkit family and Sponge from 1.19.4
to 26.2, now with
/dripstonerecipefix on|off|status|reload, a config file with a configurable output amount, automatic recipe book unlocking, proper Folia region scheduling and bStats reporting - One datapack zip covering 1.18 to 26.2 for vanilla servers and worlds
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:iqUPAcwA:5XREip2G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iqUPAcwA:5XREip2G"
}

