promotional bannermobile promotional banner

Orevein

Advanced Vein Mining.

File Details

orevein-fabric-1.9.2-V26.1.2.jar

  • R
  • May 4, 2026
  • 781.46 KB
  • 547
  • 26.1.2
  • Fabric

File Name

orevein-fabric-1.9.2-V26.1.2.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:orevein-1420796:8035478"
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)

Fixed

orevein-fabric-1.9.2-V26.1.2.jar 7eca1c5af72ac53874810132bdcd4d0c0e0bd0f146eba4ec14f64a75c8763c94 ###

  • 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.