#Need help adding smelting + smoking recipes with same output

8 messages · Page 1 of 1 (latest)

pseudo edge
#

Hi, I'm trying to replace the mod JRFTL mod which lets you smelt and smoke Rotten Flesh into Leather.
I'm trying the following:

ServerEvents.recipes((event) => {
    //Rotten Flesh to Leather
    event.smelting("minecraft:leather", "minecraft:rotten_flesh");
    event.smoking("minecraft:leather", "minecraft:rotten_flesh");

    //Magma Rotten Flesh to Leather
    event.smelting("minecraft:leather", "rottencreatures:magma_rotten_flesh");
    event.smoking("minecraft:leather", "rottencreatures:magma_rotten_flesh");
});

but I only get 1/2 of the smelting recipes and 1/2 of the smoking recipes.

How do I need to do this? Do I combine the input like so [{condition_a: 'true'}, {condition_b: 'true'}] or how should I approach this?

sonic moonBOT
#

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

cinder jolt
pseudo edge
#

I'm trying to delete this post, as after restarting server + removing JRFTL, all recipes are present.

Somehow /reload wasn't enough

cinder jolt
#

that's weird

#

no need to delete, just

#

??closeticket

lyric cragBOT
# cinder jolt ??closeticket

Please close your ticket (with </ticket close:1054771505520717835> or the button atop this thread) once you resolved your issue! This also helps others that would like to help out, as they don't have to look into this thread to check if it has been resolved by now.

Do you have any other questions regarding your issue? Feel free to ask!
Note: You generally should create a new post for unrelated issues.