#recipe stages in kubejs

9 messages · Page 1 of 1 (latest)

proud garnet
#

Okay i still dont understand despite reading through the different posts here about recipe stages in kubejs. I tried adding the .stage('stage') to a shapeless crafting but nothing seems to change and the log not getting errors.

event.shapeless('minecraft:flint', [
   'minecraft:gravel',
   'minecraft:gravel',
   'minecraft:gravel'
]).stage('flint')

I have recipe stages and games stages installed what else is missing?

warm wolfBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

proud garnet
#

okay so there is another syntax apparently, What is this filter?

whole mango
#

You don't use ot after a recipe. You use it after Event. So Like this: event.stage({id: "minecraft:oak_planks"}, "flint") the Filter IS the Same as in forEachRecipe or replaceinput/output

proud garnet
proud garnet
#

Now the real question is, is the kubeJS gamestaging bugged out?

proud garnet