fix: add non-dye item to mustach recipes
Some checks failed
Build Nightly / Build & Release (push) Failing after 5s
Some checks failed
Build Nightly / Build & Release (push) Failing after 5s
This commit is contained in:
@@ -360,10 +360,11 @@ const ITEMS = {
|
||||
recipe: {
|
||||
key: {
|
||||
A: "minecraft:brown_dye",
|
||||
B: "minecraft:copper_nugget",
|
||||
},
|
||||
pattern: [
|
||||
" # ", //
|
||||
"A A",
|
||||
"ABA",
|
||||
],
|
||||
},
|
||||
},
|
||||
@@ -380,9 +381,12 @@ const ITEMS = {
|
||||
recipe: {
|
||||
key: {
|
||||
A: "minecraft:brown_dye",
|
||||
B: "minecraft:copper_nugget",
|
||||
},
|
||||
pattern: [
|
||||
"A#A", //
|
||||
" # ", //
|
||||
" B ",
|
||||
"A A",
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
@@ -4,11 +4,12 @@
|
||||
"category": "equipment",
|
||||
"key": {
|
||||
"A": "minecraft:brown_dye",
|
||||
"B": "minecraft:copper_nugget",
|
||||
"#": "minecraft:leather_helmet"
|
||||
},
|
||||
"pattern": [
|
||||
" # ",
|
||||
"A A"
|
||||
"ABA"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
|
||||
@@ -4,10 +4,13 @@
|
||||
"category": "equipment",
|
||||
"key": {
|
||||
"A": "minecraft:brown_dye",
|
||||
"B": "minecraft:copper_nugget",
|
||||
"#": "minecraft:leather_helmet"
|
||||
},
|
||||
"pattern": [
|
||||
"A#A"
|
||||
" # ",
|
||||
" B ",
|
||||
"A A"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
|
||||
Reference in New Issue
Block a user