#hello, can anyone help? I typed this in a script, in startup_scripts, but the recepie is still there
99 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
try putting it in server scripts, also, it needs to be inside of an event
are you positive that's the right recipe id btw..?
ServerEvents.recipes(event => {
event.remove({id: 'minecraft:dirt'})
})
anyway here
replace minecraft dirt with your recipe id

this is it
ok, thanks
this will help you
np :D
ALSO ALSO! you can do multiple things inside that server event, no need to create a new one everytime you wanna change something
if you wanted to remove 4 things all you'd have to do is basically copy and past and add commands after each one
yeah, I think, atleast? thats the recepie for making iron ingots in a blast furnace
thank you very much
ServerEvents.recipes(event => {
event.remove({id: 'minecraft:grass'}),
event.remove({id: 'minecraft:bone'}),
event.remove({id: 'minecraft:dirt'}),
event.remove({id: 'minecraft:fart'}),
})
i wouldn't remove those..
but yeah
Ticket closed!
Ticket closed!
Ticket closed!
hello, hey. so uhhhh, its still there
I did everything like you asked
put it in server scripts
and changed it like you said
probably because you're removing one id
instead of removing all of the iron output from furnaces
is that what you want?
event.remove({
type: 'minecraft:smelting',
output: "minecraft:iron_ingot"
})
this would remove all recipes in the smelting category
okay, thanks
you'd still be able to blast stuff though,
so if you wanna remove iron from blasting too
just replace smelting with blasting
you'd have to copy and paste it and then replace it but yeah
so, I cant just delete one specific recepie?
sure can you just have to delete multiple if you wanna do it that way,
okey
just removing ONE iron recipe isn't gonna remove it from furnaces
so you'd have to remove them all
or remove them each one by one
event.remove({id: 'minecraft:netherite_ingot'})
also, just to test it, I removed the bucket recepie, and its still there as well
okay
one second
show me your code please/
i have a feeling it's user error again.. no offense
:P
which one?
I do have jei
same thing just better
uhh
okay
i don't know how to do it for jei
there might be a setting that lets you see the recipe ID
you saved it, and reloaded, right?
sorry, I downloaded kube js for the first time yesterday
yeah I think
okey
[ Kubejs Basics ] How to Get Started! (Ep 1)
Hey if you liked the video then consider subscribing! :D
Next Kubejs Video: https://youtu.be/o0UfP1Y3-_c?si=V6fNysCLTgnsk4xu
Kubejs Discord: https://discord.com/invite/lat
i"m working on a Modpack. Join my discord!: https://tinyurl.com/nirvana-craft
KubeJS Curseforge Link: https://www.curseforge.c...

this will teach you other stuff about making items and whatnot
i would give it a watch
anyways make sure to /ticket close whenever you think this is resolved, and if you have anymore issues just make another ticket and someone else, or me will end up helpin ya
Im so flipin stupid
Ticket re-opened!