Tags
Creators
Details
0.2.2a
Compatibility
Changes
Fixed compatibility with most recent Future MC version (thanks to @kappa-maintainer on GitHub)
Added new Future MC smoker and campfire recipes
Fixed Future MC recipes being only registered if duplicate, and disallowed if non-duplicate
Removed Future MC recipes which already existed, removes duplicate errors
Added Aether chain gloves recipes with mods that allow crafting of chain armor
Fixed Tinkers Construct/Thermal Expansion/Charm integration issue, should fix errors
Only register Thaumcraft aspects for XU2 items if they're enabled, should fix errors
Changed the way Harvestcraft and Wither loot is added to JER to no longer use dummy loot tables, should fix issues with LootTweaker
A handful of changes on the technical side (both by me and @kappa-maintainer on GitHub)
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| mia-1.12.2-0.2.2a-sources.jar | Unknown | 525.49 KiB |
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:P3f0KIae:Ur3XWPSH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:P3f0KIae:Ur3XWPSH"
}

