Add new metal, wood, and leaves types for various mods including BetterEnd, Born in Chaos, and Rechiseled; expand allowed sounds for Sound Physics Remastered; update sort order for Jade configuration.

This commit is contained in:
Leonid Pershin
2026-05-08 10:40:34 +03:00
parent 8844bb0e61
commit e0c966d37f
207 changed files with 27608 additions and 1 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"migrate_attributes_base": true,
"base_spell_power": 1.0,
"base_spell_critical_chance_percentage": 5.0,
"base_spell_critical_damage_percentage": 50.0,
"spell_power_effect": {
"bonus_per_stack": 0.1
},
"secondary_effects": {
"haste": {
"bonus_per_stack": 0.05
},
"critical_damage": {
"bonus_per_stack": 0.1
},
"critical_chance": {
"bonus_per_stack": 0.05
}
},
"enchantments_require_matching_attribute": true,
"resistance_curve": "HYPERBOLIC",
"resistance_multiplier": 1.0,
"resistance_tuning_constant": 20.0,
"resistance_reduction_cap": 0.9,
"register_potions": false
}