Advertisement
frightfulactions

Working Ovens and Sinks Recipes

Dec 14th, 2015
631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.73 KB | None | 0 0
  1.         <!--Working Ovens and Sinks Mod -->
  2.     <recipe name="workstationOven" count="1" scrapable="False" >
  3.         <ingredient name="forgedIron" count="20" />
  4.         <ingredient name="cookingGrill" count="2" />
  5.     </recipe>
  6.     <recipe name="workingCabinetSink" count="1" scrapable="False" >
  7.         <ingredient name="wood" count="15" />
  8.         <ingredient name="forgedIron" count="10"/>
  9.         <ingredient name="shortMetalPipe" count="5"/>
  10.     </recipe>
  11.     <recipe name="workingGranitSink" count="1" scrapable="False" >
  12.         <ingredient name="wood" count="15" />
  13.         <ingredient name="cobblestones" count="5" />
  14.         <ingredient name="forgedIron" count="10"/>
  15.         <ingredient name="shortMetalPipe" count="5"/>
  16.     </recipe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement