Skip to content

Commit

Permalink
Changed recipe of Leather Horse Armor to new recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ShibaMilch committed Jul 13, 2024
1 parent c6e5401 commit 7df884e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 15 deletions.
22 changes: 7 additions & 15 deletions src/main/java/com/minecraft/recipes/leather_horse_armor.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
{
"type": "minecraft:crafting_shaped",
"key": {
"L": {
"item": "minecraft:leather"
}

},
"pattern": [
" L",
"LLL",
"L L"
],
"result": {
"count": 1,
"id": "minecraft:leather_horse_armor"
"minecraft:crafting": {
"disable": [
{
"id": "minecraft:leather_horse_armor",
"result": "minecraft:leather_horse_armor"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"key": {
"L": {
"item": "minecraft:leather"
}

},
"pattern": [
" L",
"LLL",
"L L"
],
"result": {
"count": 1,
"id": "minecraft:leather_horse_armor"
}
}

0 comments on commit 7df884e

Please sign in to comment.