Pandemic
Refugee
Hello guys, enjoying the hell out of Alpha 17. I am trying to change some material quantity requirements for crafting and am perplexed regarding editing the quantity of an item required for a recipe. Back in A 16 you just changed the number in the recipes.xml quick easy and done. For instance, I am changing:
<recipe name="trapSpikesWoodDmg0" count="1">
<ingredient name="resourceWood" count="20"/>
</recipe>
to:
<recipe name="trapSpikesWoodDmg0" count="1">
<ingredient name="resourceWood" count="5"/>
</recipe>
I changed the quantity number on the servers recipes.xml file. When I go to join I get an error message. Can't attach a legible screenshot of the error due to forum screenshot file size limitations. When I change it back to the default quantity, the server loads up fine. I can't figure out where I am going wrong? Thanks in advance for any assistance!
<recipe name="trapSpikesWoodDmg0" count="1">
<ingredient name="resourceWood" count="20"/>
</recipe>
to:
<recipe name="trapSpikesWoodDmg0" count="1">
<ingredient name="resourceWood" count="5"/>
</recipe>
I changed the quantity number on the servers recipes.xml file. When I go to join I get an error message. Can't attach a legible screenshot of the error due to forum screenshot file size limitations. When I change it back to the default quantity, the server loads up fine. I can't figure out where I am going wrong? Thanks in advance for any assistance!