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
+168
View File
@@ -0,0 +1,168 @@
{
"effects": {
"more_rpg_classes:molten_armor": {
"attributes": [
{
"attribute": "minecraft:generic.armor",
"value": -0.1,
"operation": "ADD_MULTIPLIED_TOTAL"
},
{
"attribute": "minecraft:generic.armor_toughness",
"value": -1.0,
"operation": "ADD_VALUE"
}
]
},
"more_rpg_classes:frozen_solid": {
"attributes": [
{
"attribute": "spell_engine:damage_taken",
"value": 0.15,
"operation": "ADD_MULTIPLIED_TOTAL"
}
]
},
"more_rpg_classes:collected_soul": {
"attributes": [
{
"attribute": "spell_power:soul",
"value": 0.1,
"operation": "ADD_VALUE"
}
]
},
"more_rpg_classes:grievous_wounds": {
"attributes": [
{
"attribute": "spell_engine:damage_taken",
"value": 0.05,
"operation": "ADD_MULTIPLIED_TOTAL"
},
{
"attribute": "spell_engine:healing_taken",
"value": -0.1,
"operation": "ADD_MULTIPLIED_TOTAL"
}
]
},
"more_rpg_classes:frosted": {
"attributes": [
{
"attribute": "minecraft:generic.movement_speed",
"value": -0.05,
"operation": "ADD_MULTIPLIED_TOTAL"
}
]
},
"more_rpg_classes:bleeding": {
"attributes": []
},
"more_rpg_classes:fear": {
"attributes": [
{
"attribute": "minecraft:generic.attack_damage",
"value": -0.25,
"operation": "ADD_MULTIPLIED_TOTAL"
}
]
},
"more_rpg_classes:stagger": {
"attributes": [
{
"attribute": "minecraft:generic.attack_damage",
"value": -0.8,
"operation": "ADD_MULTIPLIED_TOTAL"
},
{
"attribute": "minecraft:generic.armor",
"value": -0.8,
"operation": "ADD_MULTIPLIED_TOTAL"
},
{
"attribute": "minecraft:generic.movement_speed",
"value": -0.8,
"operation": "ADD_MULTIPLIED_TOTAL"
}
]
},
"more_rpg_classes:soaked": {
"attributes": []
},
"more_rpg_classes:carve": {
"attributes": [
{
"attribute": "minecraft:generic.armor",
"value": -0.1,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "spell_engine:damage_taken",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"more_rpg_classes:fatal_poison": {
"attributes": []
},
"more_rpg_classes:ignited": {
"attributes": [
{
"attribute": "spell_engine:healing_taken",
"value": -0.1,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"more_rpg_classes:withers_curse": {
"attributes": [
{
"attribute": "spell_engine:damage_taken",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"more_rpg_classes:arcane_precision": {
"attributes": []
},
"more_rpg_classes:zephyrs_speed": {
"attributes": [
{
"attribute": "spell_power:critical_chance",
"value": 0.03,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "minecraft:generic.movement_speed",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"more_rpg_classes:sirens_tear": {
"attributes": []
},
"more_rpg_classes:duelists_focus_owner": {
"attributes": []
},
"more_rpg_classes:duelists_focus_target": {
"attributes": []
},
"more_rpg_classes:dragonslayers_fury": {
"attributes": [
{
"attribute": "spell_power:critical_damage",
"value": 0.3,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "critical_strike:damage",
"value": 0.3,
"operation": "ADD_MULTIPLIED_BASE"
}
]
}
}
}