#Custom Mud > dirt recipe for create

23 messages · Page 1 of 1 (latest)

remote hearth
#

Im having issues trying to get this work, based off the create mod wiki they stated that smoking is just basically the vanilla recipe for smoking which they provided on the wiki but im still getting errors. not sure if im just missing something or what

slate patrolBOT
#

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

spring patioBOT
#

Paste version of CreateDirtRecipe.js, server.log from @remote hearth

lethal burrow
#

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

dry egret
#

All smoking recipes get auto converted in create.

lethal burrow
#

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

remote hearth
#

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

lethal burrow
#

it isn't

remote hearth
#

hmm i guess i was over thinking it? thank you tho lol

dry egret
#

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