#Create- Prevent deployer from consuming held item
6 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
use .keepHeldItem()
gotta try to give more context with your answers
yes if you're using kubejs create to help with recipe creation you just need to tack it onto the end of your recipe
event.recipes.create.Deploying('some recipe stuff here').keepHeldItem()
if you we doing json based recipe addition through event.custom you would want to add keepHeldItem:true to your recipe json
I'll make sure to add more context like this in the future. I'm using the KubeJS Create addon to add recipes
And keepHeldItem() works, thanks y'all!