Skip to content

Commit 3b599d8

Browse files
committed
kjs-ori: add missing brackets for assembler inputs in example recipe
1 parent 16cf289 commit 3b599d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wikis/kubejs-oritech/docs/recipe/machine/assembler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ServerEvents.recipes(event => {
4949
// could use .timeInSeconds(2) alternatively
5050
event.recipes.oritech
5151
.assembler()
52-
.itemInputs("glass", "brick", "diamond", "gold_ingot")
52+
.itemInputs(["glass", "brick", "diamond", "gold_ingot"])
5353
.itemOutputs("2x sand")
5454
.time(40)
5555
})

0 commit comments

Comments
 (0)