0.1.0
Compatibility
Changes
💎 Ruboria Tradeworks
Ruboria Tradeworks transforms Minecraft's trading system by introducing a brand-new Ruby Economy.
Instead of relying only on Emeralds, players can discover Rubies, craft Ruby Coins, and unlock powerful new trades through the Wandering Trader.
This mod is designed to create a more rewarding progression system where valuable resources become a true currency for rare and late-game items.
✨ Features
- 💎 Ruby Ore & Deepslate Ruby Ore
- 🧱 Ruby Block
- 💠Ruby Gem
- 🪙 Ruby Coin Currency
- âš” Ruby Tool Set
- 🛒 Custom Wandering Trader Trades
- 💰 Ruby-Based Trading Economy
- 🎒 Custom Creative Tab
- âš¡ Full Fabric 1.21.1 Support
🚀 Current Version
This is the first public beta release of Ruboria Tradeworks.
The current version introduces the foundation of the Ruby Economy with custom items, tools, and Wandering Trader integration.
🔮 Future Plans
- Villager Profession Overhaul
- Complete Ruby Coin Economy
- Better Trade Balancing
- More Ruby Equipment
- New Decorative Blocks
- Loot Tables
- Advancements
- Configurable Trade Prices
- Many More Features
Thank you for trying Ruboria Tradeworks!
Feedback, suggestions, and bug reports are always welcome and will help shape future updates.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:7EaIlB5y:GBVB9sc1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7EaIlB5y:GBVB9sc1"
}

