How to mod instead of adding?
Posted: Sun Mar 09, 2014 12:48 pm
I've done a few mods for myself to make things convenient or "better" for me, usually by adding new stuff that works more towards the way I want it. It's very simple as it mostly is just a matter of copying and pasting.
This is more adding than modding though, and my question is: How do you change for example a recipe instead of adding a new one?
To have a good example to work with, how would I change this stone furnace found in base-mod...
.. to simply demand 10 stones instead to be built? And 1 wood?
Thanks in advance to the heroes who answers this. <3
This is more adding than modding though, and my question is: How do you change for example a recipe instead of adding a new one?
To have a good example to work with, how would I change this stone furnace found in base-mod...
Code: Select all
{
type = "recipe",
name = "stone-furnace",
ingredients = {{"stone", 5}},
result = "stone-furnace"
},
Thanks in advance to the heroes who answers this. <3