Advertisement
frightfulactions

Expanded Traps Mod Recipes

Dec 19th, 2015
1,387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.72 KB | None | 0 0
  1.         <!-- Expanded Traps Mod -->
  2. <recipe name="trapAdhesive" count="1" scrapable="False" >
  3.     <ingredient name="wood" count="4"/>
  4.     <ingredient name="glue" count="4"/>
  5. </recipe>
  6. <recipe name="trapSteelFireSpike" count="1" scrapable="False" >
  7.     <ingredient name="forgedSteel" count="8" />
  8.     <ingredient name="gasCan" count="10" />
  9. </recipe>
  10. <recipe name="trapFire" count="2" scrapable="False" >      
  11.     <ingredient name="forgedSteel" count="8" />
  12.     <ingredient name="cookingGrill" count="1" />
  13.     <ingredient name="gasCan" count="1" />
  14. </recipe>
  15. <recipe name="trapNailMine" count="1" scrapable="True" >
  16.     <ingredient name="nail" count="15"/>
  17.     <ingredient name="gunPowder" count="1"/>
  18.     <ingredient name="candyTin" count="1"/>
  19. </recipe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement