0.1.70-1.18.2
Compatibility
Changes
0.1.70
Added Guidebook sections for Items and Blocks, and updated all text to the 1.18.2 version. All mod documentation should now be in-game and current.
Fixed crash with Easy Badge and Creepers.
Fixed Emblem of Transformation crash.
Fixed multiblock crops forming even if you don't have enough Crop Power.
Fixed Potion of Reversed Effects.
Fixed Feroxia self-sacrifice requirement.
Fixed Crafty Plant UI using entire stacks of items for one craft.
Fixed variant lily placement.
Made Mary Jane plantable in any dimension again, so the Cocina multiblock can be made anywhere. (It still only grows in the Nether.)
Fixed overactive Impact Shield procs.
Fixed Cobblonia growth.
Fixed Magnes plant attraction.
Fixed undefined Sanalight model.
Made Itero puzzle length shorter and more consistent, and fixed offset particles.
Improved Night Vision behavior from +10 3D Glasses.
Probably other small QoL tweaks.
0.1.64
Dyed Bone Meal works in Dispensers.
Precision Crops only look fully grown when pickable and don't give off redstone too early.
Fossura skips Dark Blocks and no longer mines its own level, just lower.
Iron Stomach Emblem buffs always apply. Precision Gems are edible for diamond effects.
0.1.63
Charging a Pixelsius Brush no longer crashes client when playing on a server.
Spawners mined by Precision Pick no longer overwrite blocks or duplicate when placed.
Enderlilies no longer randomly overwrite crops or duplicate.
0.1.62
Fixed broken Feroxia growth steps (except brewing stand one, which is now internally disabled).
Feroxia Guidebook page auto-updates when growth steps change.
Sun Block now works.
0.1.61
Feroxia Guidebook page now shows growth steps.
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:t4Ww0EZl:MAb6ln3S"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:t4Ww0EZl:MAb6ln3S"
}

