5.7.0d
Compatibility
Changes
Changelog â Version 5.7.0d Hey lovelies
Small but mighty patch this time â mostly compatibility and polishing work, but still worth a happy wiggle! Gameplay Changes: ⢠Potassium can no longer be cooked using a Smoker. (Yeah, sorry sometimes we have to ive up realim for practicity) ⢠The block-based crafting recipes (using full blocks of sulphur, saltpetre, etc.) have been temporarily removed â theyâll be back once they behave properly.
Mod Compatibility Updates: ⢠Adjusted several tags for smoother integration with The Factory Must Go On and Vintage Improvements. ⢠Sulphur is now also classified under forge:gems â shiny upgrade ⨠⢠Added Vintage Improvementsâ Copper Sulfate to the proper forge tag, since it didnât have one. â If youâre running both mods, things should play a lot more nicely now (I canât fix the world, but I can try, hehe).
Integration Goodies: ⢠With Vintage Improvements installed: milling Sulphur will now yield Vintage Improvementsâ Sulfur Chunk. ⢠With The Factory Must Go On installed: milling Sulphur will give that modâs version instead, alongside the usual yellow dye.
Visual & Technical Fixes: ⢠Fixed the weird Nether Sulphur rendering (it was doing its own cursed thing). ⢠Cleaned up and corrected a few block tags to behave properly.
As always â if anything breaks, glitches, or just feels off, ping me on Discord and Iâll try to sort it out ASAP đ
Thanks for being here and keeping the vibes sweet! Alessandra out â¨
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:oBnwmlwi:szart30I"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oBnwmlwi:szart30I"
}

