Universal Mod Core

Core Library for version agnostic Minecraft Mods

File Details

UniversalModCore-1.19.4-forge-1.3.0

  • R
  • Jun 27, 2026
  • 2.47 MB
  • 69
  • 1.19.4
  • Forge

File Name

UniversalModCore-1.19.4-forge-1.3.0.jar

Supported Versions

  • 1.19.4

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:universal-mod-core-371784:8328536")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • feat: add ItemEntity wrapper
  • feat: introduce Mixin
  • feat: add dotProduct and crossProduct to Vec3d
  • feat: move methods from CollisionBox into IBoundingBox
  • feat: add drawTooltipAtCurser and add tooltips to config menus
  • feat: add MinecraftFiles utility class
  • feat: add wrapper for scissor test
  • fix: client/server player position in vehicles desync on MP
  • feat: add Particle.VanillaParticles wrapper
  • feat: add DamageType wrapper for 1.21.1+ compatibility
  • feat: add WorldEntityTracker to avoid BoundingBox crossing chunks
  • feat: add float/doublePrecision to TagSync for better controlling
  • feat: add RenderContext.Stage for better controlling
  • feat: add ShaderHelper utility class
  • feat: use JVMDG to allow Java25 modding environment for child mods
  • ref: shrink TextField size to match actual bound
  • ref: remove support for serializing final fields
  • fix: call postRender on large entities to fix rendering missing
  • feat: add BuiltinPack for 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