Reforge Stone

⭐ — (3 endorsements) 📥 2,341 downloads 📌 v1.2.3 📅 3/16/2025
🟠 Updated over a year ago

By IAFEnvoy · decoration

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 5/26/2025 📅 Created: 3/16/2025
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.1% endorsement rate
  • 🏆 #197 of 289 decoration mods in this game by downloads

📋 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: ```json5 { //Translate in tooltip "translate": "block.minecraft.tnt", //combine with which item in anvil to obtain "ingredients": , //which item can obtain this "targets": , //the effects after obtain this "modifiers": } ``` ### All Available Modifiers #### Attribute Modifier ```json5 { "type": "reforge_stone:attribute", //target attribute "attribute": "minecraft:generic.movement_speed", //modify value "value": "1", "operation": "ADDITION / MULTIPLY_BASE / MULTIPLY_TOTAL" } ``` #### Glint Modifier ```json5 { "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 ```json5 { "type": "reforge_stone:max_damage", //durability increment "color": "addition" } ``` #### Name Modifier ```json5 { "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: (https://github.com/CodeOfArdonia/ReforgeStone/blob/master/common/src/main/java/com/iafenvoy/reforgestone/render/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}`

# 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//reforge_stone/stone_type/` folder, then write following contents:

```json5 { //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

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

#### Glint Modifier

```json5 { "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

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

#### Name Modifier

```json5 { "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:
  • (https://github.com/CodeOfArdonia/ReforgeStone/blob/master/common/src/main/java/com/iafenvoy/reforgestone/render/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}`

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
IAFEnvoy
Version
1.2.3
Downloads
2,341
Endorsements
3
Category
decoration
Created
3/16/2025
Updated
5/26/2025
Game Versions
1.20.1
Tags
decoration, library, utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Reforge Stone support?

The author lists 1.20.1. Other versions may work but are untested by the author.

What is the latest version of Reforge Stone?

Version 1.2.3, published 2025-05-26 with 2,341 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More decoration 👤 More by IAFEnvoy 🔎 Similar Mods 🌐 Best decoration (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods