Tags
Creators
Details
All versions
mc1.21.1-2.2.7-neoforge
Release
Photon2-2.2.7-neoforge4 days ago 948
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Changelog
v2.2.7
- Added animated glTF models: rigged glb import, animation picker, per-particle animation phase and optional frame blend
- Added dynamic mesh injection, so other mods can feed geometry that changes while it is drawn
- Added optional soft particles to the texture and sprite materials
- Added mesh facing modes to the Model render mode, matching Unity's RenderAlignment
- Added editor keyboard shortcuts for the gizmo, scene view toggles and timeline transport
- Added a playback rate to FXRuntime, scaling the objects and the timeline clock together
- Improved the timeline transport with icon buttons, step and jump-to-end controls
- Fixed GPU instancing aborting the process on a GL 3.2 context
- Fixed a missing material drawing models untransformed under GPU instancing
- Fixed model particles ignoring their parent's rotation and using XYZ euler order instead of Unity's ZXY
- Fixed shader graph texture parameters dropping the wrap and filter picked on them
- Fixed timeline ruler labels being clipped at the edges
- Fixed incorrect first frame data while delayed
- Bump up ldlib2 and kilagraph
Supplementary resources
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:gzevkJbM:iG4L1emc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gzevkJbM:iG4L1emc"
}

