Tags
Creators
Details
All versions
0.18.0
Beta
neoforge 0.18.011 months ago 1,309
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
- Migrate entire to mojang mappings (huge thanks to @relentless / @rlnt for this one, he did most of the work here and helped me out a ton). This should make it easier for addon developers to depend on Oritech. Source jars are now also published to a public maven (see github for more details on this).
- Improve addon models to help with alignment
- Add support for ftb chunk protection to nukes and enderic railgun
- Remove centrifuge fluid sidedness
- Add "Sided" item input mode to assembler and atomic forge, making automation in some cases easier
- Add industrial support girder blocks
- Nerf refinery lava -> steam recipe
- Improve fluid detection for some blocks (@MUKSC)
- Improve refinery recipes tag usage
- Buff bonus transfer rates of capacity addons
- Move augmentation networking to platform native APIs (this is a new feature in NF, so a somewhat recent (> .200) Neoforge version is required from now on.)
- Fix productive metalworks compat recipes fluid amounts
- Fix layered extenders config option not working as intended
- Fix network debug logs spam
- Fix machines not sending capability invalidation events on Neoforge (this should help with some AE2 issues)
- Fix misaligned centrifuge addon port in model
- Fix some smaller bugs
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:4sYI62kA:cP68XhyF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4sYI62kA:cP68XhyF"
}

