All versions
0.1.3
Beta
Recipe Integration 0.1.310 months ago 222
Compatibility
Minecraft: Java Edition
1.21–1.21.10
Platform
NeoForge
Supported environments
Server-side
Client and server
Changes
Wood
- Added Astral Dimension to Farmer's Delight stripping
- Added Eternal Starlight to Energized Power Sawmill
- Added Advent Of Ascension, Ars Nouveau, BOP, BWG, DivineRPG, Eternal Starlight, GTCEU, Nature's Aura, Nature's Spirit, Occultism, Regions Unexplored to Immersive Engineering Sawmill
- Added DivineRPG to Mekanism sawmill
- Fixed Nature's Aura log Mekanism sawmill recipe (essentially added, but technically fixed)
Plates
- Added plates to Immersive Engineering Metal Press. Uses tags. Supported mods: Energized Power, GTCEu Modern, Industrial Upgrade (currently only partially), Modern Industrialization, Useful Foundation. The iridium plate recipe won't load with Modern Industrialization installed in an attempt to not break progression. Some plates from Industrial Upgrade won't have the recipe just yet until I sort out the tags, since I would rather make the tags consistent first then use those rather than use inconsistent tags (different spellings for aluminum/aluminium), and no underscores in the tags making them difficult to read. This will also make it more compatible with other mods. This will likely be fixed in the next version.
- Fixed Create pressing some Industrial Upgrade plates and added missing ones. Some recipes won't work until tags are resolved (see above)
Misc
- Added some more ores to the Integrated Dynamics Squeezer that were already in the Mechanical Squeezer recipes
- Added a few more Tough As Nails tags
- Tweaked loading conditions for some tags to be more consistent
- Added EMC values for some ingots and dusts
- Added some EMC values for Industrial Upgrade. Changed tag names to be more readable (see above). Will break some EMC until tags are fixed.
- Added some tags for resolving aluminium/aluminum (see above)
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:mR0NJ57A"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:35hUUUwA:mR0NJ57A"
}

