promotional bannermobile promotional banner

Orevein

Advanced Vein Mining.

File Details

orevein-neoforge-1.9.3-V26.1.2.jar

  • R
  • May 16, 2026
  • 794.11 KB
  • 172
  • 26.1.2
  • Fabric

File Name

orevein-neoforge-1.9.3-V26.1.2.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

[1.9.3] - 2026-05-16 (Minecraft 26.1.2)

orevein-fabric-1.9.3-V26.1.2.jar a3b62e19bda881647bbf5f3f1c79a11e69f9a2d62785fb754fd14b803b53d507

Fixed

  • Config edits not taking effect on restart. OreVeinConfig.load() only caught IOException, so a JSON syntax error in orevein.json (missing comma, typo, etc.) threw an uncaught JsonSyntaxException that crashed mod initialisation instead of falling back to defaults. The error is now caught and logged with the exact file path and parse location so the mistake is easy to find and fix.
  • Broken config file overwritten with defaults. When config loading failed and the file already existed, the code fell through to defaultConfig.save(), silently replacing the user's edited file with defaults. The file is now left untouched; in-memory defaults are used until the user fixes the JSON.