Ore-Stages-Fork

Quick rating

Ore-Stages-Fork

No reviews yet

This is a maintained fork of the original Ore Stages mod, with critical compatibility fixes for Minecraft 1.12.2 modpacks.

Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
OreStages-1.12.2-2.1.6.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Ore Stages (Fixed Fork)

This is a maintained fork of the original Ore Stages mod, with critical compatibility fixes for Minecraft 1.12.2 modpacks.

Original Mod on CurseForge

⚠️ Important Notice: The original Ore Stages mod by Darkhax is no longer maintained. This fork provides essential fixes for compatibility issues with The One Probe-CE and The One Probe.

🛠️ Key Fixes in This Fork

Critical Server Crash Fix

  • Fixed: java.lang.NoSuchMethodError crashes related to PlayerUtils.getClientPlayer()
  • Cause: Service thread attempting to access client-only methods
  • Impact: Prevents dedicated server crashes when using The One Probe
  • Solution: Replaced unsafe client references with server-safe implementations

📥 Installation

  1. Download the latest build from Releases
  2. Remove the original orestages-*.jar from your mods folder
  3. Place orestages-2.1.*.jar in your mods folder
  4. Start your server/client as normal

🚀 Setup

This mod uses CraftTweaker for configuration - same as original!

// Example script (unchanged from original)
mods.orestages.OreStages.addReplacementById("one", "minecraft:potatoes:*", "minecraft:tallgrass:2");
mods.orestages.OreStages.addReplacementById("two", "minecraft:wheat:*", "minecraft:carrots:3");
mods.orestages.OreStages.addReplacement("three", <minecraft:obsidian>, <minecraft:cobblestone>);

📝 What Happens When Staged? (Same as Original)

If a player does not have the right stage for the block:

  • The block will look like its replacement
  • The player cannot right-click the block
  • Drops replacement block's items
  • Mining time matches the replacement block

🔧 CraftTweaker Methods (Unchanged)

// Standard replacements
mods.orestages.OreStages.addReplacement(String stage, IIngredient original);
mods.orestages.OreStages.addReplacement(String stage, IIngredient original, IItemStack replacement);
mods.orestages.OreStages.addReplacementById(String stage, String original, String replacement);

// Non-defaulting replacements
mods.orestages.OreStages.addNonDefaultingReplacement(String stage, IIngredient original);
mods.orestages.OreStages.addNonDefaultingReplacement(String stage, IIngredient original, IItemStack replacement);
mods.orestages.OreStages.addNonDefaultingReplacementById(String stage, String original, String replacement);

🛠️ Building from Source

git clone https://github.com/create-xiaoyu/Ore-Stages-Fork.git
cd Ore-Stages
./gradlew build
# Output: build/libs/orestages-2.1.x.jar

🙏 Credits

  • Darkhax: Original mod author
  • The One Probe-CE Mods Team: Assistance with compatibility fixes
  • GameStages Team: API improvements
  • Community Contributors: Bug reports and testing

💬 Support

For issues with this fork, please open an issue.


Sponsor Notice
Nodecraft
This project is based on work originally sponsored by Nodecraft.
Use code Darkhax for 30% off your first month of service!


Disclaimer: This is an unofficial fork. Not affiliated with or endorsed by Darkhax or the original mod developers.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works