Ornias Refugee Apr 25, 2020 #1 Currently 1 stone = 1 sand. I want to change that to 1 stone = 5 sand. Where do I find that in the xml's?
Currently 1 stone = 1 sand. I want to change that to 1 stone = 5 sand. Where do I find that in the xml's?
FreakUK Refugee Apr 25, 2020 #2 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>
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>