Reforge Stone

Reforge Stone

Add data-driven reforge stone system

by
2.0K Downloads
fabricforgeneoforgedecorationlibraryutility
Rent Server with this Mod

About this Mod

Reforge Stone

This is a mod to add reforge stones, which can combine with other items and improve values.

By default, this mod don't add any reforge stones, you need to define by yourself.

Define A Reforge Stone

Create a file in data/<datapack id>/reforge_stone/stone_type/ folder, then write following contents:

{
  //Translate in tooltip
  "translate": "block.minecraft.tnt",
  //combine with which item in anvil to obtain
  "ingredients": [
    //item or tag
    "minecraft:tnt"
  ],
  //which item can obtain this
  "targets": [
    //item or tag
    "#minecraft:enchantable/sharp_weapon"
  ],
  //the effects after obtain this
  "modifiers": [
    //modifiers, see below
  ]
}

All Available Modifiers

Attribute Modifier

{
  "type": "reforge_stone:attribute",
  //target attribute
  "attribute": "minecraft:generic.movement_speed",
  //modify value
  "value": "1",
  "operation": "ADDITION / MULTIPLY_BASE / MULTIPLY_TOTAL"
}

Glint Modifier

{
  "type": "reforge_stone:glint",
  //color, current available: red, yellow, blue, orange, green, purple, white, pink ,aqua
  "color": "red",
  //(optional) always show or only enchanted
  "always": true,
}

Max Damage Modifier

{
  "type": "reforge_stone:max_damage",
  //durability increment
  "color": "addition"
}

Name Modifier

{
  "type": "reforge_stone:name",
  //(optional) predix of item name
  "prefix": "",
  //(optional) suffix of item name
  "suffix": "",
  //(optional) color of item name in 0xAARRGGBB format
  "color": -1
}

Additional Function

There are 2 keys to control glint rendering.

  • reforge_stone:glint: Control the color. Available colors:
    GlintManager.java
  • reforge_stone:glint_always: Whether it should always render glint

For example,a diamond sword with red glint:
/give @s diamond_sword{"reforge_stone:glint":"red","reforge_stone:glint_always":true}

Available Versions

Reforge Stone 1.2.3-Forgerelease
MC 1.20.1forge, neoforge
May 26, 2025
Reforge Stone 1.2.3-Fabricrelease
MC 1.20.1fabric
May 26, 2025
Reforge Stone 1.2.2-Forgerelease
MC 1.20.1forge, neoforge
May 24, 2025
Reforge Stone 1.2.2-Fabricrelease
MC 1.20.1fabric
May 24, 2025
Reforge Stone 1.2.1-Forgerelease
MC 1.20.1forge, neoforge
May 23, 2025

How to Install Reforge Stone on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (1.20.1).

3

Install Mod

Open the mod browser in the dashboard and search for "Reforge Stone". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabricforgeneoforge

Minecraft Versions

1.20.1

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Reforge Stone server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.20.1). You can switch loaders with one click in the panel.

Is Reforge Stone compatible with fabric and forge and neoforge?

Reforge Stone officially supports fabric, forge, neoforge for Minecraft 1.20.1. Note: Forge and Fabric mods are NOT cross-compatible – pick one loader and stick with it. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Reforge Stone – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Reforge Stone consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Reforge Stone with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
LicenseRef-All-Rights-Reserved
Server-side
Required

Supported Versions

1.20.1