3.55
Compatibility
Changes
3.55 - added fix for watch to allow item suction, changed texture file names in a longshot attempt to correct people's texture issues, not sure if it will work. Added axe, pickaxe and hammer power to break blocks of the appropriate materials at an improved rate while charged at no cost, as many times as you like. added axe ability to break leaf blocks for free. added recipe to make leaf blocks obtained by shears convertable to saplings at a 2-to-1 ratio. added recipe to convert saplings x 7 + sugar + P Stone to sugarcane. Removed problem recipes involving sugarcane. Removed mobius fuel conversion to glowstone blocks (exploit) and sign to sticks (exploit). Removed tallgrass duping effect, only left tallgrass natural growth effect. Correctly doubled harvest ring active growth rate. Corrected DM Furnaces tendency to only push full stacks, it now pushes partial stacks to chests when moving them for a new material type as it should. Allowed GoED to work in Alchemy Chests on Glowstone blocks, converting them to gold ore (!). Allowed recipe for mobius fuel at slightly increased cost, but a faster speed (1 Glowstone Block + 1 Redstone + Volcanite + PStone = Mobius fuel), allowing for better buildcraft/mobius factories (or simply easier creation using glowstone)
3.54 (unreleased) - began fixing recipes and doing work to improve pickaxe and axe against non-vanilla blocks, the proposed strength of the tools was far too overpowered.
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:jwK0Jivv:hl7y0fu8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jwK0Jivv:hl7y0fu8"
}

