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
+39
View File
@@ -0,0 +1,39 @@
{
"effects": {
"forcemaster_rpg:stone_hand": {
"attributes": [
{
"attribute": "minecraft:generic.attack_damage",
"value": 0.25,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"forcemaster_rpg:arcane_overflow": {
"attributes": [
{
"attribute": "more_rpg_classes:arcane_fuse_modifier",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "spell_power:arcane",
"value": 0.02,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"forcemaster_rpg:barq_esna": {
"attributes": [
{
"attribute": "minecraft:generic.attack_damage",
"value": -0.1,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"forcemaster_rpg:nen_focus": {
"attributes": []
}
}
}