Skip to content

Commit

Permalink
Update recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotori316 committed Dec 8, 2024
1 parent b1ae9ab commit 2f5fcdc
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
"G": "#c:ingots/gold",
"I": "#c:ingots/iron",
"M": "minecraft:mossy_cobblestone",
"R": "#c:dusts/redstone"
"R": "#c:dusts/redstone",
"m": "#quarryplus:markers"
},
"pattern": [
"GDG",
"MRM",
"MIM"
"MIm"
],
"result": {
"count": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,10 @@
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"d": {
"tag": "c:gems/diamond"
},
"e": {
"tag": "c:ender_pearls"
},
"i": {
"tag": "c:ingots/iron"
},
"p": {
"item": "quarryplus:placer_plus"
}
"d": "#c:gems/diamond",
"e": "#c:ender_pearls",
"i": "#c:ingots/iron",
"p": "quarryplus:placer_plus"
},
"pattern": [
"eie",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
"G": "#c:ingots/gold",
"I": "#c:ingots/iron",
"M": "minecraft:mossy_cobblestone",
"R": "#c:dusts/redstone"
"R": "#c:dusts/redstone",
"m": "#quarryplus:markers"
},
"pattern": [
"GDG",
"MRM",
"MIM"
"MIm"
],
"result": {
"count": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,10 @@
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"d": {
"tag": "c:gems/diamond"
},
"e": {
"tag": "c:ender_pearls"
},
"i": {
"tag": "c:ingots/iron"
},
"p": {
"item": "quarryplus:placer_plus"
}
"d": "#c:gems/diamond",
"e": "#c:ender_pearls",
"i": "#c:ingots/iron",
"p": "quarryplus:placer_plus"
},
"pattern": [
"eie",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
"G": "#c:ingots/gold",
"I": "#c:ingots/iron",
"M": "minecraft:mossy_cobblestone",
"R": "#c:dusts/redstone"
"R": "#c:dusts/redstone",
"m": "#quarryplus:markers"
},
"pattern": [
"GDG",
"MRM",
"MIM"
"MIm"
],
"result": {
"count": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,10 @@
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"d": {
"tag": "c:gems/diamond"
},
"e": {
"tag": "c:ender_pearls"
},
"i": {
"tag": "c:ingots/iron"
},
"p": {
"item": "quarryplus:placer_plus"
}
"d": "#c:gems/diamond",
"e": "#c:ender_pearls",
"i": "#c:ingots/iron",
"p": "quarryplus:placer_plus"
},
"pattern": [
"eie",
Expand Down

0 comments on commit 2f5fcdc

Please sign in to comment.