Community listing page, reviews here may not be monitored by the author.
Reforge Stone
No reviews yet
Add data-driven reforge stone system
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Provides a framework or library for other mods to use.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Must be installed on both the client and the server.
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
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.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}
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}
Screenshots
Gallery
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers