mc_rebalance_datapack/data/tetra/schematics/basic_hammer/basic_hammer.json
2025-08-28 19:43:46 +01:00

100 lines
2.5 KiB
JSON

{
"replace": true,
"slots": [
"double/head_left",
"double/head_right"
],
"keySuffixes": [
"_left",
"_right"
],
"materialSlotCount": 1,
"glyph": {
"textureX": 64
},
"displayType": "major",
"applicableMaterials": [
"#wood",
"#stone",
"!copper",
"!iron",
"#metal",
"#gem",
"!netherite"
],
"translation": {
"primaryAttributes": {
"generic.attack_damage": 2
},
"secondaryAttributes": {
"generic.attack_damage": 3,
"generic.attack_speed": -1
},
"tools": {
"hammer_dig": [
0,
2
]
},
"durability": 2,
"integrity": -3,
"magicCapacity": 3
},
"outcomes": [
{
"materials": [
"tetra:wood/",
"tetra:stone/stone",
"tetra:stone/diorite",
"tetra:stone/andesite",
"tetra:stone/granite"
],
"toolFactor": 0,
"moduleKey": "double/basic_hammer",
"moduleVariant": "basic_hammer/"
},
{
"materials": [
"tetra:metal/iron",
"tetra:metal/copper"
],
"countFactor": 2,
"moduleKey": "double/basic_hammer",
"moduleVariant": "basic_hammer/"
},
{
"materials": [
"tetra:metal/cobalt"
],
"moduleKey": "double/basic_hammer",
"moduleVariant": "basic_hammer/"
},
{
"materials": {
"tetra:gem/diamond"
},
"requiredTools": {
"hammer_dig": "minecraft:netherite"
},
"moduleKey": "double/basic_hammer",
"moduleVariant": "basic_hammer/",
"improvements": {
"arrested": 0
}
},
{
"material": {
"items": [
"minecraft:netherite_ingot"
],
"count": 2
},
"requiredTools": {
"hammer_dig": "tetra:maxed_forge_hammer"
},
"moduleKey": "double/basic_hammer",
"moduleVariant": "basic_hammer/netherite"
}
]
}