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,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": []
}
}
}
@@ -0,0 +1,476 @@
{
"weapons": {
"wooden_knuckle": {
"attack_damage": 2.0,
"attack_speed": -2.2,
"attributes": [
{
"attribute": "generic.armor",
"value": 1.0,
"operation": "ADD_VALUE"
}
]
},
"stone_knuckle": {
"attack_damage": 3.0,
"attack_speed": -2.2,
"attributes": [
{
"attribute": "generic.armor",
"value": 1.0,
"operation": "ADD_VALUE"
}
]
},
"iron_knuckle": {
"attack_damage": 4.0,
"attack_speed": -2.2,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 3.0,
"operation": "ADD_VALUE"
},
{
"attribute": "generic.armor",
"value": 2.0,
"operation": "ADD_VALUE"
}
]
},
"golden_knuckle": {
"attack_damage": 2.0,
"attack_speed": -2.2,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 3.0,
"operation": "ADD_VALUE"
},
{
"attribute": "generic.armor",
"value": 1.0,
"operation": "ADD_VALUE"
}
]
},
"diamond_knuckle": {
"attack_damage": 5.0,
"attack_speed": -2.2,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 4.0,
"operation": "ADD_VALUE"
},
{
"attribute": "generic.armor",
"value": 2.0,
"operation": "ADD_VALUE"
}
]
},
"netherite_knuckle": {
"attack_damage": 5.5,
"attack_speed": -2.2,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 5.0,
"operation": "ADD_VALUE"
},
{
"attribute": "generic.armor",
"value": 3.0,
"operation": "ADD_VALUE"
}
]
},
"aeternium_knuckle": {
"attack_damage": 7.0,
"attack_speed": -2.2,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 5.5,
"operation": "ADD_VALUE"
},
{
"attribute": "generic.armor",
"value": 3.0,
"operation": "ADD_VALUE"
}
]
},
"unique_knuckle_0": {
"attack_damage": 7.0,
"attack_speed": -2.2,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 5.5,
"operation": "ADD_VALUE"
},
{
"attribute": "generic.armor",
"value": 3.0,
"operation": "ADD_VALUE"
}
]
},
"unique_knuckle_1": {
"attack_damage": 7.0,
"attack_speed": -2.2,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 5.5,
"operation": "ADD_VALUE"
},
{
"attribute": "generic.armor",
"value": 3.0,
"operation": "ADD_VALUE"
}
]
}
},
"armor_sets": {
"oriene": {
"armor_toughness": 0.0,
"knockback_resistance": 0.0,
"head": {
"armor": 1,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 0.1,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "minecraft:generic.attack_speed",
"value": 0.02,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "more_rpg_classes:arcane_fuse_modifier",
"value": 0.025,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"chest": {
"armor": 3,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 0.1,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "minecraft:generic.attack_speed",
"value": 0.02,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "more_rpg_classes:arcane_fuse_modifier",
"value": 0.025,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"legs": {
"armor": 3,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 0.1,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "minecraft:generic.attack_speed",
"value": 0.02,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "more_rpg_classes:arcane_fuse_modifier",
"value": 0.025,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"feet": {
"armor": 1,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 0.1,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "minecraft:generic.attack_speed",
"value": 0.02,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "more_rpg_classes:arcane_fuse_modifier",
"value": 0.025,
"operation": "ADD_MULTIPLIED_BASE"
}
]
}
},
"phasleb": {
"armor_toughness": 0.0,
"knockback_resistance": 0.0,
"head": {
"armor": 2,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 0.15,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "minecraft:generic.attack_speed",
"value": 0.03,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "more_rpg_classes:arcane_fuse_modifier",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"chest": {
"armor": 4,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 0.15,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "minecraft:generic.attack_speed",
"value": 0.03,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "more_rpg_classes:arcane_fuse_modifier",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"legs": {
"armor": 4,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 0.15,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "minecraft:generic.attack_speed",
"value": 0.03,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "more_rpg_classes:arcane_fuse_modifier",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"feet": {
"armor": 2,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 0.15,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "minecraft:generic.attack_speed",
"value": 0.03,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "more_rpg_classes:arcane_fuse_modifier",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
}
]
}
},
"aken": {
"armor_toughness": 0.0,
"knockback_resistance": 0.0,
"head": {
"armor": 2,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 0.2,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "minecraft:generic.attack_speed",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "more_rpg_classes:arcane_fuse_modifier",
"value": 0.075,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"chest": {
"armor": 4,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 0.2,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "minecraft:generic.attack_speed",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "more_rpg_classes:arcane_fuse_modifier",
"value": 0.075,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"legs": {
"armor": 4,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 0.2,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "minecraft:generic.attack_speed",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "more_rpg_classes:arcane_fuse_modifier",
"value": 0.075,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"feet": {
"armor": 2,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 0.2,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "minecraft:generic.attack_speed",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "more_rpg_classes:arcane_fuse_modifier",
"value": 0.075,
"operation": "ADD_MULTIPLIED_BASE"
}
]
}
},
"billporon": {
"armor_toughness": 0.0,
"knockback_resistance": 0.0,
"head": {
"armor": 2,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 0.25,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "minecraft:generic.attack_speed",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "more_rpg_classes:arcane_fuse_modifier",
"value": 0.075,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"chest": {
"armor": 4,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 0.25,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "minecraft:generic.attack_speed",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "more_rpg_classes:arcane_fuse_modifier",
"value": 0.075,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"legs": {
"armor": 4,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 0.25,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "minecraft:generic.attack_speed",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "more_rpg_classes:arcane_fuse_modifier",
"value": 0.075,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"feet": {
"armor": 2,
"attributes": [
{
"attribute": "spell_power:arcane",
"value": 0.25,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "minecraft:generic.attack_speed",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "more_rpg_classes:arcane_fuse_modifier",
"value": 0.075,
"operation": "ADD_MULTIPLIED_BASE"
}
]
}
}
}
}
@@ -0,0 +1,9 @@
{
"ignore_items_required_mods": false,
"stonehand_stun_duration_seconds": 3,
"stone_hand_attack_damage_increase": 0.25,
"arcane_overflow_arcane_fuse_multiply": 0.05,
"arcane_overflow_arcane_spellpower_multiply": 0.02,
"barq_esna_arcane_damage_vulnerability": 0.2,
"barq_esna_attack_damage_reduction": -0.1
}