Orevein

Advanced Vein Mining.

File Details

orevein-neoforge-1.7.1.jar

  • R
  • Feb 14, 2026
  • 758.91 KB
  • 187
  • 1.21.11
  • NeoForge

File Name

orevein-neoforge-1.7.1.jar

Supported Versions

  • 1.21.11

Curse Maven Snippet

NeoForge

implementation "curse.maven:orevein-1420796:7625730"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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.CLIENT instead of Env.CLIENT in client-side environment validation, which was causing compilation issues.