Tags
Creators
Details
8.0.19
Compatibility
Required content
Changes
Release 8.0.19 for MC 1.21.1
Changes:
- Added Glow Ink Sac essence recipe and Soul Extractor recipe
- Added Glow Squid as a potential spawn for Squid Essence
- Added a config option to make resource crops only grow on their effective farmland
- Added spawn chance to mob egg tooltips in Soulium Spawner JEI category
- Added Fertilized Essence and Mystical Fertilizer to the `c:fertilizers` tag
- Updated fr_fr and pt_br translations
- Updated Harvester tooltip to more accurately describe fuel usage
- Fixed machine output slots allowing manual input
- Fixed fuel slots allowing manual input of non-fuel items
- Fixed Furnace screen using the wrong background texture
- Fixed Infusion recipes with less than 8 pedestal items not crafting
- Fixed Awakening/Infusion recipes not properly accounting for the altar item when calculating remainder items
- API: Added methods to IEnchanterRecipe that take in a required enchantment level
- API: Added MysticalAgricultureAPI#getConfigValues() to access certain config options
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:C95ReXie:5NMxXYeE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:C95ReXie:5NMxXYeE"
}


