#Sandpaper isnt being deployed for sequenced assembly recipe even though it should work

9 messages · Page 1 of 1 (latest)

jaunty spindle
#
        let inter = 'kubejs:stock_wood'
        e.recipes.create.sequenced_assembly([
          Item.of('kubejs:stock_wood').withChance(130.0), // Resulting Item
        ], '#minecraft:planks', [
          e.recipes.createDeploying(inter, [inter, 'kubejs:template_stock']).keepHeldItem(),
          e.recipes.createCutting(inter, [inter]),
          e.recipes.createDeploying(inter, [inter, '#create:sandpaper']).damageIngredient(1),
          e.recipes.createFilling(inter, [inter, Fluid.of('tfmg:creosote', 250)]),
        ]).transitionalItem(inter).loops(1) // Transitional Item
      })  ```
winter wraithBOT
#

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

jaunty spindle
#

appears correctly in JEI though

#

(wrong item but its the same recipe as the one above)

#

this is what the item shows

#

(I implemented some transitional items)

#

ah, its not really possible rn from what i've read

#

rip...