
Reforge Stone
Add data-driven reforge stone system
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.javareforge_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
How to Install Reforge Stone on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (1.20.1).
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
Minecraft Versions
1.20.1
Server-side
✓ RequiredRecommended 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.
Similar Mods
Rent Modded Server
Install Reforge Stone with just one click on your server.