File Details
glyphborn-neo-1.0.0.jar
- R
- May 12, 2026
- 300.54 KB
- 28
- 1.21.1
- NeoForge
File Name
glyphborn-neo-1.0.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Bug Fixes
- Fixed base critical damage multiplier: 2 -> 1.5
!!! If you have an existing config, update crit_multiplier manually - or delete the old config to regenerate it
- Fixed crafting recipes for Ash Pouch and Field Repair Kit
- 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.7
- item_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"
}
new command: /attributelist [mod_id]

