Reforge Stone

Quick rating

Community listing page, reviews here may not be monitored by the author.

Reforge Stone

No reviews yet

Add data-driven reforge stone system

No Theme
No Genre
QoL & Tweaks
API/Library
Mod Loaders
Forge
NeoForge
Fabric
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
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

Compatibility

Supported Environments

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
reforge_stone-1.2.3-1.20.1-forge.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
Modrinth ID

Resources

External Links

About

Description

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}

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}

Screenshots

Gallery

This project has no gallery images yet.

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

~5,000
Total Downloads
CurseForge
~2,000
Modrinth
~2,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
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