Skip to content

Commit

Permalink
Added crafting recipes for Undead Army leather armor
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed Apr 21, 2021
1 parent eb56e7a commit 0d74f59
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"type": "minecraft:crafting_shaped",
"group": "tattered_cloth",
"pattern":
[
"c c",
"c c"
],
"key":
{
"c":
{
"item": "majruszs_difficulty:tattered_cloth"
}
},
"result":
{
"item": "minecraft:leather_boots",
"count": 1,
"nbt": {
"display": {
"color": 9595003,
"Name": "{\"translate\":\"majruszs_difficulty.items.undead_boots\",\"italic\":false}"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"group": "tattered_cloth",
"pattern":
[
"c c",
"ccc",
"ccc"
],
"key":
{
"c":
{
"item": "majruszs_difficulty:tattered_cloth"
}
},
"result":
{
"item": "minecraft:leather_chestplate",
"count": 1,
"nbt": {
"display": {
"color": 9595003,
"Name": "{\"translate\":\"majruszs_difficulty.items.undead_chestplate\",\"italic\":false}"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"type": "minecraft:crafting_shaped",
"group": "tattered_cloth",
"pattern":
[
"ccc",
"c c"
],
"key":
{
"c":
{
"item": "majruszs_difficulty:tattered_cloth"
}
},
"result":
{
"item": "minecraft:leather_helmet",
"count": 1,
"nbt": {
"display": {
"color": 9595003,
"Name": "{\"translate\":\"majruszs_difficulty.items.undead_helmet\",\"italic\":false}"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"group": "tattered_cloth",
"pattern":
[
"ccc",
"c c",
"c c"
],
"key":
{
"c":
{
"item": "majruszs_difficulty:tattered_cloth"
}
},
"result":
{
"item": "minecraft:leather_leggings",
"count": 1,
"nbt": {
"display": {
"color": 9595003,
"Name": "{\"translate\":\"majruszs_difficulty.items.undead_leggings\",\"italic\":false}"
}
}
}
}

0 comments on commit 0d74f59

Please sign in to comment.