File Details
glyphborn-1.0.0.jar
- R
- May 14, 2026
- 292.84 KB
- 1
- 1.20.1
- Forge
File Name
glyphborn-1.0.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
backported update from 1.21.1 neoforge
Bug Fixes
- Fixed display of attack speed and damage bonus on armor (now display depends on type)
- Fixed base critical damage multiplier: 2 -> 1.5 !!! If you have an existing config, update
crit_multipliermanually - or delete the old config to regenerate it - Runic Nails now spawn in both Nether and End chests (previously Nether only)
New: Tier-Affix System Items now roll a tier on drop, which determines the best possible affix tiers they can have. Items outside this system will determine their tiers based on their own values.
New item config fields
item_tier_weights- defines the number of tiers and their relative weight. Example:[35, 28, 20, 14]item_tier_width_growth- how much wider each higher tier's range is compared to the previous. Example:1.7item_tier_overlap- how much a higher tier overlaps into the previous one. Example:0.7
New Item: Reagent A new item that enables item re-crafting. It has a base effect and can be loaded with up to 4 components to modify or enhance that effect.
Compatible components:
- Copper Ingot -Prioritizes the affix with the lowest tier
- Iron Ingot - Modifies a random affix tier
- Gold Ingot - Amplifies the effects of other components
- Diamond - Prioritizes the affix with the highest tier
- Emerald - Modifies the item's own tier
- Netherite Ingot - Fully rerolls the entire item
- Ghast Tear - Modifies a random affix (can exceed item limits) and locks it from further changes
Reagent spawns rarely in Nether and End chests, and has a crafting recipe.
The full component list and slot count can be configured in common config:
"reagent_slots": 4,
"reagent_modifiers": {
"minecraft:iron_ingot": "tier_reroll",
"minecraft:gold_ingot": "amplification",
"minecraft:copper_ingot": "target_worst",
"minecraft:diamond": "target_best",
"minecraft:emerald": "reforge",
"minecraft:netherite_ingot": "redefinition",
"minecraft:ghast_tear": "corruption" }

