• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Rock to sand conversion

Ornias

Refugee
Currently 1 stone = 1 sand. I want to change that to 1 stone = 5 sand. Where do I find that in the xml's?

 
recipes.xml - line 2822.

Although editing the core file is a bad idea, obviously. You'd be better off making recipe changes in a small modlet.

So using something like:

Code:
<set xpath="/recipes/recipe[@name='resourceCrushedSand']/@count">5</set>
 
Back
Top