Tags
Creators
Details
1.10.4
Compatibility
Changes
-
big improvements to the Blazier, including heat-changing recipes, better tooltips and JEI information
-
Blaziers now preserve their current heat when collected with Silk Touch
-
without Silk Touch, lit Blaziers now drop a Nether Brick and between 1 and 4 Blaze Powder
-
added configuration options for Piglin food trades, frog Magma Cake behavior, Resurgent Soil propagation, growth speed and range, Blazier cooking speed, stone cabinets and Powdery Cannon generation
-
reworked Resurgent Soil and made its special plant transformations customizable through datapacks
-fixed the Bamboo crash on Resurgent Soil and restored the intended fall damage behavior of Resurgent Farmland
-
Powdery Cannon patches should now generate in a more natural and less common way, with taller plants near the center and scattered flowers around them
-
Powdery plants now use Bamboo sounds, and their explosion resistance was adjusted
-
mobs should now avoid dangerous Powdery plants and other damaging blocks
-
Piglin food trades are now integrated into regular bartering, configurable and much less common by default
-
fixed crashes involving Poaching, Striderloaf, incomplete Stuffed Hoglin feasts and custom recipes
-
Powdery Blocks now produce 2 planks
-
expanded Cutting Board salvaging to the full Powdery furniture set
-
updated data generation with conditional recipes, plant transformation data maps and missing block and item tags
-
added missing tags
-
various minor fixes and compatibility improvements
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:O53VhQoZ:OdH19ieD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O53VhQoZ:OdH19ieD"
}

