We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16cf289 commit 3b599d8Copy full SHA for 3b599d8
1 file changed
wikis/kubejs-oritech/docs/recipe/machine/assembler.md
@@ -49,7 +49,7 @@ ServerEvents.recipes(event => {
49
// could use .timeInSeconds(2) alternatively
50
event.recipes.oritech
51
.assembler()
52
- .itemInputs("glass", "brick", "diamond", "gold_ingot")
+ .itemInputs(["glass", "brick", "diamond", "gold_ingot"])
53
.itemOutputs("2x sand")
54
.time(40)
55
})
0 commit comments