#if you know how to change recipes please message me or reply to this
12 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
aren't you just looking for event.remove()
ServerEvents.recipes(event=>{
event.remove({input:"minecraft:stone"}) //remove all recipes that use stone
event.remove({id:"blahblah:blahblah"}) //can't remember any recipes off the top of my head, but most recipe viewers have an option to display them somewhere
event.remove({output:"minecraft:glass",mod:"create"}) //remove all recipes that output glass that come from the create mod
event.remove({type:"minecraft:crafting_shapeless"}) //remove every shapeless recipe
})
you can mix and match these filters however you want
look as i have explained twice kubejs and pobe js dont work
If you’re looking to change recipes, you can remove a recipe and create your own or simply replace the input/output of a recipe
there are an abundance of resources around the Discord and KubeJS wiki itself
if you’re having issues with KubeJS or whatnot you need to send your logs
You can find your KubeJS server log in /minecraft/logs/kubejs/server.log.
If you are on 1.18 or 1.16 it will be called server.txt.
Please send it if asked, as it contains helpful information.
^ if the recipe script isn’t working
bruhhhhh i have been through this twice