Skip to content

Commit

Permalink
Combatify 1.2.0 1.21 Fabric - Recipe changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra-Myers committed Jul 21, 2024
1 parent 212418c commit d47baa1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"XXX",
"X#X",
"XXX",
" X "
],
"key": {
"X": {
"item": "minecraft:diamond"
},
"#": {
"item": "minecraft:diamond_block"
}
},
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"XXX",
"X#X",
"XXX",
" X "
],
"key": {
"X": {
"item": "minecraft:gold_ingot"
},
"#": {
"item": "minecraft:gold_block"
}
},
"result": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_iron_ingot": {
"has_stone": {
"conditions": {
"items": [
{
"items": "minecraft:cobblestone"
"tag": "minecraft:stone_tool_materials"
}
]
},
Expand All @@ -21,7 +21,7 @@
"requirements": [
[
"has_the_recipe",
"has_iron_ingot"
"has_stone"
]
],
"rewards": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"tag": "minecraft:planks"
},
"#": {
"item": "minecraft:cobblestone"
"tag": "minecraft:stone_tool_materials"
}
},
"result": {
Expand Down

0 comments on commit d47baa1

Please sign in to comment.