Enhance RPG series configuration by adding new relics and sound properties for the 'more_relics' mod, improving gameplay mechanics and audio customization options.

This commit is contained in:
Leonid Pershin
2026-05-12 19:56:07 +03:00
parent b03c4a628d
commit 667e4fa2d8
42 changed files with 2092 additions and 5 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"effects": {
"lne_rogues:second_wind": {
"attributes": [
{
"attribute": "minecraft:generic.max_absorption",
"value": 2.0,
"operation": "ADD_VALUE"
}
]
}
}
}