Creators
Details
Licensed LGPL-2.1-only
Published 3 years ago
All versions
1.7.10-forge-1.3.0
Release
Universal Mod Core 1.3.02 weeks ago 100
Uploaded by
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
- feat: add ItemEntity wrapper
- feat: introduce Mixin
- feat: add
dotProductandcrossProducttoVec3d - feat: move methods from
CollisionBoxintoIBoundingBox - feat: add
drawTooltipAtCurserand add tooltips to config menus - feat: add
MinecraftFilesutility class - feat: add wrapper for scissor test
- fix: client/server player position in vehicles desync on MP
- feat: add
Particle.VanillaParticleswrapper - feat: add
DamageTypewrapper for 1.21.1+ compatibility - feat: add
WorldEntityTrackerto avoid BoundingBox misbehavior crossing chunks - feat: add
float/doublePrecisiontoTagSyncfor better controlling - feat: add
RenderContext.Stagefor better controlling - feat: add
ShaderHelperutility class - feat: use JVMDG to allow Java25 modding environment for child mods
- ref: shrink
TextFieldsize to match actual bound - ref: remove support for serializing
finalfields - fix: call
postRenderon large entities to fix rendering missing - feat: add
BuiltinPackfor dynamic resource generation - fix: lighting for items in GUI
- feat: use LoD for PBR maps
- fix: PBR maps won't work without scaling
- feat: support rotation in roll axis
- fix: re-apply saved speed on loading entities
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:SrlfFSm8:QRxKZwAh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SrlfFSm8:QRxKZwAh"
}

