#How do I get the names of recipe types?

14 messages · Page 1 of 1 (latest)

dawn vapor
#

remove has a condition called type where you can select a type of recipe when removing recipes, but I don't know how I find the IDs. Where am I able to find them?

silver tigerBOT
#

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

dawn vapor
#

i.e. event.remove({ type: 'minecraft:campfire_cooking' }) according to the book

queen dock
#

i think

#

what i do always is to check inside the mod directly

#

or using probejs

dawn vapor
#

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

queen dock
#

you dont need to decompile

#

just open with winrar

#

and go to the data folder where there are recipes

tender plover
#

I think it's

minecraft:shaped and minecraft:shapeless

dawn vapor
#

I figured it out, it was crafting_shaped if I remember