Add copper armour data

This commit is contained in:
Sergeant Acoustic 2026-01-30 02:15:18 +00:00
parent c02224877c
commit 82c77c3e4b
12 changed files with 122 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{
"items": [
"mc_rebalance:copper_boots"
],
"patch": {
"max_damage": 143
}
}

View file

@ -0,0 +1,8 @@
{
"items": [
"mc_rebalance:copper_chestplate"
],
"patch": {
"max_damage": 176
}
}

View file

@ -0,0 +1,8 @@
{
"items": [
"mc_rebalance:copper_helmet"
],
"patch": {
"max_damage": 121
}
}

View file

@ -0,0 +1,8 @@
{
"items": [
"mc_rebalance:copper_leggings"
],
"patch": {
"max_damage": 165
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"X": {
"item": "minecraft:copper_ingot"
}
},
"pattern": [
"X X",
"X X"
],
"result": {
"count": 1,
"id": "mc_rebalance:copper_boots"
}
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"X": {
"item": "minecraft:copper_ingot"
}
},
"pattern": [
"X X",
"XXX",
"XXX"
],
"result": {
"count": 1,
"id": "mc_rebalance:copper_chestplate"
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"X": {
"item": "minecraft:copper_ingot"
}
},
"pattern": [
"XXX",
"X X"
],
"result": {
"count": 1,
"id": "mc_rebalance:copper_helmet"
}
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"X": {
"item": "minecraft:copper_ingot"
}
},
"pattern": [
"XXX",
"X X",
"X X"
],
"result": {
"count": 1,
"id": "mc_rebalance:copper_leggings"
}
}

View file

@ -0,0 +1,5 @@
{
"values": [
"mc_rebalance:copper_chestplate"
]
}

View file

@ -0,0 +1,5 @@
{
"values": [
"mc_rebalance:copper_boots"
]
}

View file

@ -0,0 +1,5 @@
{
"values": [
"mc_rebalance:copper_helmet"
]
}

View file

@ -0,0 +1,5 @@
{
"values": [
"mc_rebalance:copper_leggings"
]
}