This commit is contained in:
jordan4ibanez 2023-11-22 12:18:04 -05:00
parent 9c353740b3
commit be566d1775
2 changed files with 3 additions and 1 deletions

View File

@ -121,7 +121,7 @@ namespace recipes {
{ {
output: "workbench", output: "workbench",
recipe: [ recipe: [
["group:wood","group:wood"], ["group:planks","group:wood"],
["group:wood","group:wood"] ["group:wood","group:wood"]
] ]
} }

View File

@ -30,5 +30,7 @@ namespace types {
metal = "group:metal", metal = "group:metal",
glass = "group:glass", glass = "group:glass",
wool = "group:wool", wool = "group:wool",
planks = "group:planks",
tree = "group:tree"
} }
} }