Add copper armour data
This commit is contained in:
parent
c02224877c
commit
82c77c3e4b
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"items": [
|
||||
"mc_rebalance:copper_boots"
|
||||
],
|
||||
"patch": {
|
||||
"max_damage": 143
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"items": [
|
||||
"mc_rebalance:copper_chestplate"
|
||||
],
|
||||
"patch": {
|
||||
"max_damage": 176
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"items": [
|
||||
"mc_rebalance:copper_helmet"
|
||||
],
|
||||
"patch": {
|
||||
"max_damage": 121
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"items": [
|
||||
"mc_rebalance:copper_leggings"
|
||||
],
|
||||
"patch": {
|
||||
"max_damage": 165
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"mc_rebalance:copper_chestplate"
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"mc_rebalance:copper_boots"
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"mc_rebalance:copper_helmet"
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"mc_rebalance:copper_leggings"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue