YouMod Recipe - Tutorial and Example how to mod Recipes


Edit these recipe files with a software like Notepad++ and create your own mod with modified recipes. See Mod Portal - YouMod Recipe for tutorial.

5 years ago
0.16 - 0.17
196

g How do I change recipe categories?

6 years ago

Great mod, but one big question: How do I change a recipe to be made in a different machine (i.e. Angel's crusher)? And I remember furnaces are different from the normal machines, but I don't know if that includes their recipe code. If it's any different, can you show me how to do that, too?

6 years ago

I think the default category is "crafting", if you put category = "chemistry", your product will be made in chemical-plant. The smelting is little different, in angels crusher i will se as soon as i can.

6 years ago

{
type = "recipe",
name = "angelsore1-crushed",
category = "ore-sorting-t1",
subgroup = "ore-processing-a",
energy_required = 1,
enabled = "true",
ingredients ={{"angels-ore1", 2}},
results=
{
{type="item", name="angels-ore1-crushed", amount=2},
{type="item", name="stone-crushed", amount=1}
},
icon = "angelsrefining/graphics/icons/angels-ore1-crushed.png",
icon_size = 32,
order = "a[angelsore1-crushed]",
},

6 years ago

I think is this category = "ore-sorting-t1",

6 years ago

Thank you. That was very helpful.

6 years ago

nice!!! XD

New response