Runeborn

Quick rating

Runeborn

No reviews yet

x25 Diablo Style Runes w/ Complex Crafting

Magic
Mod Loaders
NeoForge
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
runeborn-1.0.2-neoforge-1.21.1.jar

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

Runeborn introduces a structured, tier-based rune system inspired by Diablo II, tailored specifically for use in modded Minecraft environments. 25 runes in total.

At its core, the mod adds a complex ore that drops magical runes. These runes follow a progression path through multiple tiers—starting with early-game materials like crops and basic resources, and advancing toward powerful late-game items. As players upgrade runes through crafting, new quality of life & item multiplication recipes are unlocked! *RUNES CAN MAKE YOU RICH*

The mod includes two powerful endgame tools:

Runic Sword

Runic Hammer (functions as pickaxe, axe, and shovel)


⚙️ Designed for Modded Minecraft

Runeborn is built with broad modpack compatibility in mind. Crafting recipes follow standard gameplay pacing, offering a natural progression that fits neatly into most modded setups. A solid foundation of balanced vanilla integration is already in place, ensuring the system works out of the box.

However, for developers looking to fine-tune their experience, KubeJS makes it easy to:

- Adjust rune upgrade recipes

- Gate progression behind other mods

- Introduce cross-mod crafting with Runeborn runes

- Disable or rebalance any component


🛠️ Highly Customizable

Whether you're designing a lightweight adventure pack or a deeply technical progression tree, Runeborn's mechanics are fully extensible. All recipes are easily editable with KubeJS, offering near-total freedom to shape rune utility around your modpack’s vision.

A quick example of how to add a custom recipe involving runes using KubeJS:

// Shapeless recipe for bulk Charged Certus Quartz using Vex Rune infusion
ServerEvents.recipes(event => {
  event.shapeless(
    Item.of('ae2:charged_certus_quartz_crystal', 16),
    [
      'minecraft:redstone',
      'minecraft:redstone',
      'minecraft:redstone',
      'minecraft:redstone',
      'runeborn:vex_rune',
      'ae2:charged_certus_quartz_crystal',
      'ae2:charged_certus_quartz_crystal',
      'ae2:charged_certus_quartz_crystal',
      'ae2:charged_certus_quartz_crystal'
    ]
  );
});

Also, heres a clean formatted script to copy / paste for adding your own recipes:

// Template: Shapeless Recipe (x4 output)
// Usage: Copy and customize this structure

ServerEvents.recipes(event => {
  event.shapeless(
    // Output item — change ID and quantity as needed
    Item.of('minecraft:X', 4), 

    // Input ingredients — replace each 'X' with the desired item ID.
    // Use full IDs (e.g. 'modid:item_name') for modded items.
    [
      'minecraft:X',
      'minecraft:X',
      'minecraft:X',
      'minecraft:X',
      'runeborn:X_rune',     // Optional rune component — replace 'X' with the rune's name
      'minecraft:X',
      'minecraft:X',
      'minecraft:X',
      'minecraft:X'
    ]
  );
});

Optional KubeJS client script for colored rune names & visible tier tooltips:
https://github.com/dont-click-on-me/runeborn

Screenshots

Gallery

  • runic_sword.png
    runic_sword.png runic_sword.png
  • runic_hammer.png
    runic_hammer.png runic_hammer.png
  • x_rune.png
    x_rune.png x_rune.png
  • wol_rune.png
    wol_rune.png wol_rune.png
  • vex_rune.png
    vex_rune.png vex_rune.png
  • um_rune.png
    um_rune.png um_rune.png
  • tal_rune.png
    tal_rune.png tal_rune.png
  • shael_rune.png
    shael_rune.png shael_rune.png
  • ral_rune.png
    ral_rune.png ral_rune.png
  • que_rune.png
    que_rune.png que_rune.png
  • pul_rune.png
    pul_rune.png pul_rune.png
  • ort_rune.png
    ort_rune.png ort_rune.png
  • nef_rune.png
    nef_rune.png nef_rune.png
  • mal_rune.png
    mal_rune.png mal_rune.png
  • lo_rune.png
    lo_rune.png lo_rune.png
  • kol_rune.png
    kol_rune.png kol_rune.png
  • jah_rune.png
    jah_rune.png jah_rune.png
  • ith_rune.png
    ith_rune.png ith_rune.png
  • hel_rune.png
    hel_rune.png hel_rune.png
  • gul_rune.png
    gul_rune.png gul_rune.png

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