Links
Tags
Creators
Details
Licensed CC0-1.0
Published 2 years ago
Updated 3 months ago
All versions
1.21.1+2.3.1-release
Release
NeoForge 1.21.1+2.3.1-release3 months ago 5,539
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Required content
Changes
This version only compatible with Iris 1.8.0 above and Sodium.
2.3.1
- Fixed Sable embedded Flywheel rendering issues and Veil's "Unsupported Uniform Type: unsigned int" error.
2.3.0
- Fixed compatibility issues with Sable and Create Aeronautics.
2.2.0
- Refactored to NeoForge-only: removed architectury (Fabric version will be developed separately in a new branch).
- Fixed block breaking crumbling effect: vertex shader now uses position-based UV coordinates for crumbling texture.
2.1.2
- It is strongly recommended that you upgrade to this version.
- Completely solved the rendering issue of Create mod's Schematic and Outline rendering.
- Add configuration option to replace Create's checkerboard texture for better shader compatibility.
2.1.0
- Support Create 6.0.9 and Flywheel 1.0.6.
- Notice: This is not compatible with Flywheel below 1.0.6 due to breaking changes.
2.0.5
- Fix lighting issue of moving contraption.
- Add compatibility tips for ScalableLux.
2.0.4
- Fix issue #211: Rails lighting issue.
2.0.3
- Fix issue #209: Incompatibility with Vanillin mod on NeoForge 1.21.1.
2.0.2
- Fix issue #206: Lighting not being applied on moving glued contraptions.
2.0.1
- Fix issue #203: Disable shaders will result in improper rendering.
- Maybe fix issue #205. Same reason as above issue, I guess.
2.0.0
- Support Create 6.0.
Optional dependencies
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:ndHYMY2K:3G0VTkyj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ndHYMY2K:3G0VTkyj"
}




