0.10.60
Compatibility
Changes
All berries
•The texture has been changed.
Pear
•The texture has been changed.
Recipe for stewed rabbit and mushrooms
•All mushrooms can now be used, except for crimson and distorted mushrooms.
Pyrite
•It has been removed.
Pyrite ore
•Pieces of pyrite will drop instead of pyrite.
Jasper block
•It has been renamed to jasper, •Now appears in Nether, •The crafting recipe has been removed.
Jasper Ore
•Has been removed.
Jasper
•Has been removed.
Achievement "Red stone?"
•Has been removed.
Hardened Resin Block
•Crafting has been added.
Bottle with resin
•The crafting recipe has been removed, •Now gives 7 pieces ofresin instead of 9.
Crimsonflower and resinflower
•Now they appear more often.
Addition
Resin bricks (stairs, slab, wall and chiseled version).
Hardened resin.
Resin brick.
Chiseled jasper bricks.
Resin version of planks
•Oak, spruce, birch, tropical, acacia, dark oak, mangrove, cherry, bamboo.
Fireflower
•Basalt deltas.
Blue Fireflower
•Soul Sand Valley.
Pear Pie.
That's all!
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:2SAsdnQF:CSY2AVy3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2SAsdnQF:CSY2AVy3"
}

