Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"result": {
|
||||
"id": "minecraft:chainmail_boots",
|
||||
"count": 1
|
||||
},
|
||||
"pattern": [
|
||||
"A A",
|
||||
"A A"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:chain"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"result": {
|
||||
"id": "minecraft:chainmail_chestplate",
|
||||
"count": 1
|
||||
},
|
||||
"pattern": [
|
||||
"A A",
|
||||
"AAA",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A":{
|
||||
"item": "minecraft:chain"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"result": {
|
||||
"id": "minecraft:chainmail_helmet",
|
||||
"count": 1
|
||||
},
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"A A"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:chain"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"result": {
|
||||
"id": "minecraft:chainmail_leggings",
|
||||
"count": 1
|
||||
},
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"A A",
|
||||
"A A"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:chain"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user