#Custom Mud > dirt recipe for create
23 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Paste version of CreateDirtRecipe.js, server.log from @remote hearth
which wiki are you referring to
that's completely wrong
ServerEvents.recipes(event =>{
event.custom({
"type": "minecraft:smoking",
"cookingtime": 100,
"experience": 0.0,
"ingredient": {
"item": "minecraft:mud"
},
"result": "minecraft:dirt"
})
})
I'm not aware if the addon has a smoking recipe event
Not sure why you'll even need event.custom, default kubejs have the feature
All smoking recipes get auto converted in create.
he might not want the default smoking
now that you mention it, the event.custom does use "minecraft:smoking"
wtf
i thought it would be create:smoking for create only recipes
nah the create mod wiki said it was just vanilla minecraft smoking
im just trying to get a way to smoke mud into dirt
lol
didnt think it would be this complicated
it isn't
hmm i guess i was over thinking it? thank you tho lol
theres no create:smoking.
wait..let me double check im pretty sure it just regular smoking
correct there is no create smoking he just need to do the above