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 to make a recipe "free" with this mod?

4 years ago

I'm not too familiar with Lua. I assume you just modify the ingredients line to look like:

ingredients = {},

4 years ago

Exactly krlsmnk! Something like this

{
type = "recipe",
name = "express-transport-belt-yellow",
category = "crafting-with-fluid",
energy_required = 0.01,
enabled = false,
ingredients ={},
result = "express-transport-belt-yellow"
},

New response