#How do I get the names of recipe types?
14 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
i.e. event.remove({ type: 'minecraft:campfire_cooking' }) according to the book
i think
what i do always is to check inside the mod directly
or using probejs
here
what id does minecraft use for regular crafting then?
I'm not really in the mood to decompile it rn but for other mods I can just check the github
you dont need to decompile
just open with winrar
and go to the data folder where there are recipes
I think it's
minecraft:shaped and minecraft:shapeless
I figured it out, it was crafting_shaped if I remember