Created
June 9, 2015 01:59
-
-
Save daytonn/7d2be51b386381e8365c to your computer and use it in GitHub Desktop.
Custom recipes for 7 Days to Die
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Custom Recipes --> | |
<recipe name="scrapIron" count="3" craft_time="3"> | |
<ingredient name="ingotIron" count="1" grid="-2, -2" /> | |
</recipe> | |
<recipe name="moldyBread" count="2" scrapable="True" craft_time="2"> | |
<ingredient name="shamSandwich" count="1" grid="0, 0" /> | |
</recipe> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment