Skip to content

Commit

Permalink
fix: Change spice rack recipe to take 2 slabs to prevent recipe incom…
Browse files Browse the repository at this point in the history
…pat with Macaws

There are non default recipes which takes in 2 slabs horizontally. 

Macaws Paths use 1 Slab. Spice Rack also needed 1 Slab. Which conflicts. simply chaning the spice rack to 2 slabs fixes this
  • Loading branch information
tMuseCoding authored Dec 5, 2023
1 parent cfb1ae1 commit 9dcd34f
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
"result": {
"item": "cookingforblockheads:spice_rack"
},
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SS"
],
"key": {
"S": {
"tag": "minecraft:wooden_slabs"
}
]
}
}

0 comments on commit 9dcd34f

Please sign in to comment.