File Details
orevein-fabric-1.7.1.jar
- R
- Feb 14, 2026
- 758.79 KB
- 974
- 1.21.11
- Fabric
File Name
orevein-fabric-1.7.1.jar
Supported Versions
- 1.21.11
Curse Maven Snippet
Changelog
All changes to OreVein are tracked here.
[1.7.1] - 2026-02-14 (Minecraft 1.21.11)
Added
- NeoForge support! The mod now runs on both Fabric and NeoForge using Architectury. Same features on both loaders.
Changed
- Ported from Fabric-only to Architectury multi-loader project structure
- Updated to Minecraft 1.21.11 stable
- Architectury API 19.0.1
- Fabric Loader 0.18.4
- Fabric API 0.139.5+1.21.11
- NeoForge 21.11.38-beta
- Java 21
Fixed
- NeoForge crash on launch - Fixed missing Architectury API dependency declaration in
neoforge.mods.toml. The mod now properly declares Architectury API as a required dependency, preventing crashes when Architectury is not installed. - Type mismatch in client environment check - Fixed incorrect use of
Dist.CLIENTinstead ofEnv.CLIENTin client-side environment validation, which was causing compilation issues.