Add new metal, wood, stone, and leaves types for various mods including BetterEnd, Natures Spirit, and Quark; enhance configuration clarity and organization across multiple files.

This commit is contained in:
Leonid Pershin
2026-05-08 10:47:28 +03:00
parent e0c966d37f
commit 05fd7ec484
204 changed files with 28319 additions and 1 deletions
@@ -0,0 +1,40 @@
{
// Reabsorption regeneration factor (proportion of 25% of maximum per second) - Default: 1.0
"factor": 1.0,
// Reabsorption regeneration delay in seconds - Default: 4.0
"delay": 4.0,
// Reabsorption custom visuals (Default: true)
"visuals": true,
// Registration of turtle bracer
"turtle_bracer": true,
// Mod of turtle bracer
"turtle_bracer_mod": 0.30000001192092896,
// Registration of turtle girdle
"turtle_girdle": true,
// Mod of turtle girdle
"turtle_girdle_mod": 1.0,
// Registration of arcane bracer
"arcane_bracer": true,
// Mod of arcane bracer
"arcane_bracer_mod": 0.25,
// Registration of nonbeliever amulet
"nonbeliever": true,
// Mod of nonbeliever amulet
"nonbeliever_mod": 0.5,
// Registration of defiance ring
"defiance_ring": true,
// Mod of defiance ring
"defiance_ring_mod": 0.15000000596046448,
// Registration of undying soul
"undying_soul": true,
// Mod of undying soul
"undying_soul_mod": 0.30000001192092896,
// Mod of gold absorption ring
"gold_absorption_ring_mod": 4.0,
// Mod of netherite absorption ring
"netherite_absorption_ring_mod": 6.0,
// Mod of gold necklace
"gold_absorption_necklace_mod": 0.25,
// Mod of netherite necklace
"netherite_absorption_necklace_mod": 0.5
}