All versions
0.1.4
Beta
Recipe Integration 0.1.410 months ago 561
Compatibility
Minecraft: Java Edition
1.21.x
Platform
NeoForge
Supported environments
Server-side
Client and server
Changes
New recipe types
- Added Modern Industrialization macerator recipes (currently: Create, Lands Of Icaria, Occultism)
- Added Immersive Engineering arc furnace recipes (raw block to ingot and ore to ingot). I have only included metal ingots, since the default recipes exclude non-metals. Supported mods: Advent Of Ascension, DivineRPG, GTCEu, Modern Industrialization, Occultism, The Undergarden (uses tags)
- Added Occultism crushing recipes. Currently only raw to dust. Ratios for Gregtech ores are based on the macerator, otherwise 1 raw : 2 dust
- Added Energized Power filtration plant recipes (Create, Immersive Engineering, Mekanism, Occultism (no Iesnium - intentional))
- Added Modern Industrialization cutting machine recipes for logs -> planks. Currently: Biomes O Plenty, Deeper And Darker, Eternal Starlight, Evilcraft, GTCEu, Integrated Dynamics, Occultism, Oh The Biomes We've Gone, Regions Unexplored, The Undergarden
- Added Modern Industrialization packer recipes (currently only for The Undergarden)
- Added Productive Trees sawmill recipes (Currently: Deeper and Darker, Eternal Starlight, GTCEu, Integrated Dynamics, Occultism, Undergarden)
New recipes for existing recipe types
- Added Advent Of Ascension, DivineRPG, Lands Of Icaria, Occultism, The Undergarden to Useful Machinery crushing recipes
- Added remaining Lands Of Icaria ores to Integrated Dynamics squeezer recipes
- Added Integrated Dynamics to Energized Power sawmill recipes
- Added Undergarden ores to Integrated Dynamics squeezer recipes
Misc
- Various EMC values for several mods
- Tag consistency fixes (aluminium -> aluminum) - will add "aluminum" tags to any similar "aluminium" tag out of the ones added (Eg #c:plates/aluminum will be added to any items with #c:plates/aluminium). More tags coming soon.
- Some addiional tags for various AE2 p2p attunements
- Additional tags for Modern Industrialization wires / fine wires
Notes
As mentioned in the previous changelog, some Industrial Upgrade recipes have been fixed with the tags, but not all tags have been implemented yet.
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:35hUUUwA:zivzYXG6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:35hUUUwA:zivzYXG6"
}

