Skip to content

Instantly share code, notes, and snippets.

@JoSchaap
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoSchaap/eece392fdf326c075d6e to your computer and use it in GitHub Desktop.
Save JoSchaap/eece392fdf326c075d6e to your computer and use it in GitHub Desktop.
7days to die custom recipes used on server
<!-- by JoSchaap -->
<recipe name="brickAsphalt" count="2" scrapable="False" craft_time="5" >
<ingredient name="gravel" count="1" grid="0, 1"/>
<ingredient name="cement" count="1" grid="0, -1"/>
<ingredient name="brick" count="1" grid="0, 0"/>
</recipe>
<recipe name="brickDecayedAsphalt" count="2" scrapable="False" craft_time="5" >
<ingredient name="fertileDirt" count="1" grid="0, -1"/>
<ingredient name="brickAsphalt" count="1" grid="0, 0"/>
</recipe>
<recipe name="concreteBlock" count="1" scrapable="False" craft_time="5" >
<ingredient name="cement" count="1" grid="0, -1"/>
<ingredient name="brick" count="1" grid="0, 0"/>
</recipe>
<!-- by Curbolt -->
<recipe name="flagstone" count="1" scrapable="False" craft_time="15">
<ingredient name="rockSmall" count="1" grid="0, 1" />
<ingredient name="rockSmall" count="1" grid="-1, 0" />
<ingredient name="rockSmall" count="1" grid="1, 0" />
<ingredient name="woodFrame" count="1" grid="0, 0" />
<ingredient name="rockSmall" count="1" grid="0, -1" />
</recipe>
<recipe name="wedgeCabinFlagstone" count="1" scrapable="True" craft_time="15">
<ingredient name="rockSmall" count="1" grid="0, 0" />
<ingredient name="rockSmall" count="1" grid="0, -1" />
<ingredient name="rockSmall" count="1" grid="1, 0" />
</recipe>
<recipe name="fridgeTop" count="1" scrapable="True" craft_time="15">
<ingredient name="forgedIron" count="1" grid="0, 0" />
<ingredient name="forgedIron" count="1" grid="0, -1" />
<ingredient name="forgedIron" count="1" grid="-1, -1" />
<ingredient name="forgedIron" count="1" grid="1, -1" />
<ingredient name="forgedIron" count="1" grid="-1, 0" />
<ingredient name="forgedIron" count="1" grid="1, 0" />
<ingredient name="forgedIron" count="1" grid="-1, -2" />
<ingredient name="forgedIron" count="1" grid="0, -2" />
<ingredient name="forgedIron" count="1" grid="1, -2" />
</recipe>
<recipe name="adobePeach" count="1" scrapable="True" craft_time="15">
<ingredient name="plantChrysanthemum" count="1" grid="-2, -2" />
<ingredient name="cement" count="1" grid="-1, -2" />
<ingredient name="sandStone" count="1" grid="-1, -1" />
</recipe>
<recipe name="adobePeachDrywall" count="1" scrapable="True" craft_time="15">
<ingredient name="plantChrysanthemum" count="1" grid="-1, -2" />
<ingredient name="cement" count="1" grid="0, -2" />
<ingredient name="sandStone" count="1" grid="0, -1" />
</recipe>
<recipe name="adobePeachDrywallBaseboard" count="1" scrapable="True" craft_time="15">
<ingredient name="plantChrysanthemum" count="1" grid="0, -2" />
<ingredient name="cement" count="1" grid="1, -2" />
<ingredient name="sandStone" count="1" grid="1, -1" />
</recipe>
<recipe name="adobePeachPole" count="4" scrapable="True" craft_time="15">
<ingredient name="adobePeach" count="1" grid="0, -1" />
</recipe>
<recipe name="adobePeachTube" count="1" scrapable="True" craft_time="15">
<ingredient name="adobePeach" count="1" grid="0, 0" />
</recipe>
<recipe name="adobeTanRamp" count="2" scrapable="True" craft_time="15">
<ingredient name="adobeTan" count="1" grid="-1, 0" />
</recipe>
<recipe name="adobeWhite" count="1" scrapable="True" craft_time="15">
<ingredient name="cotton" count="1" grid="-2, -2" />
<ingredient name="cement" count="1" grid="-1, -2" />
<ingredient name="sandStone" count="1" grid="-1, -1" />
</recipe>
<recipe name="adobeWhiteDrywall" count="1" scrapable="True" craft_time="15">
<ingredient name="cotton" count="1" grid="-1, -2" />
<ingredient name="cement" count="1" grid="0, -2" />
<ingredient name="sandStone" count="1" grid="0, -1" />
</recipe>
<recipe name="adobeWhiteDrywallBaseboard" count="1" scrapable="True" craft_time="15">
<ingredient name="cotton" count="1" grid="0, -2" />
<ingredient name="cement" count="1" grid="1, -2" />
<ingredient name="sandStone" count="1" grid="1, -1" />
</recipe>
<recipe name="adobeWhitePole" count="4" scrapable="True" craft_time="15">
<ingredient name="adobeWhite" count="1" grid="0, -1" />
</recipe>
<recipe name="adobeWhiteRamp" count="2" scrapable="True" craft_time="15">
<ingredient name="adobeWhite" count="1" grid="-1, 0" />
</recipe>
<recipe name="asphalt" count="32" scrapable="True" craft_time="15">
<ingredient name="gasCan" count="1" grid="0, 0" />
<ingredient name="rockSmall" count="1" grid="-1, -1" />
<ingredient name="rockSmall" count="1" grid="0, -1" />
<ingredient name="rockSmall" count="1" grid="1, -1" />
<ingredient name="rockSmall" count="1" grid="1, 0" />
<ingredient name="rockSmall" count="1" grid="1, 1" />
<ingredient name="rockSmall" count="1" grid="0, 1" />
<ingredient name="rockSmall" count="1" grid="-1, 1" />
<ingredient name="rockSmall" count="1" grid="-1, 0" />
</recipe>
<recipe name="asphalt" count="2" scrapable="True" craft_time="15">
<ingredient name="gravel" count="1" grid="0, 0" />
<ingredient name="coal" count="1" grid="0, -1" />
<ingredient name="clay" count="1" grid="0, 1" />
</recipe>
<recipe name="halfBlockSidewalk" count="2" scrapable="True" craft_time="15">
<ingredient name="concrete" count="1" grid="-2, 2" />
</recipe>
<recipe name="wedge60CurbSidewalk" count="1" scrapable="True" craft_time="15">
<ingredient name="concrete" count="1" grid="-2, 2" />
<ingredient name="rockSmall" count="1" grid="-2, 1" />
<ingredient name="rockSmall" count="1" grid="-1, 2" />
</recipe>
<recipe name="wedge60EndSidewalk" count="1" scrapable="True" craft_time="15">
<ingredient name="halfBlockSidewalk" count="1" grid="0, 0" />
<ingredient name="wedge60CurbSidewalk" count="1" grid="0, -1" />
</recipe>
<recipe name="wedge60TipConcrete" count="1" scrapable="True" craft_time="15">
<ingredient name="halfBlockConcrete" count="1" grid="0, 0" />
</recipe>
<recipe name="wedge60EndConcrete" count="1" scrapable="True" craft_time="15">
<ingredient name="halfBlockConcrete" count="1" grid="0, 0" />
<ingredient name="wedge60TipConcrete" count="1" grid="0, -1" />
</recipe>
<recipe name="concreteBarrier" count="2" scrapable="True" craft_time="15">
<ingredient name="halfBlockConcrete" count="1" grid="0, -1" />
</recipe>
<recipe name="airConditioner" count="1" scrapable="True" craft_time="15">
<ingredient name="scrapIron" count="1" grid="0, 0" />
<ingredient name="shortMetalPipe" count="1" grid="-1, -1" />
<ingredient name="scrapIron" count="1" grid="0, -1" />
<ingredient name="shortMetalPipe" count="1" grid="1, -1" />
<ingredient name="forgedIron" count="1" grid="-1, 0" />
<ingredient name="forgedIron" count="1" grid="1, 0" />
<ingredient name="forgedIron" count="1" grid="-1, 1" />
<ingredient name="forgedIron" count="1" grid="0, 1" />
<ingredient name="forgedIron" count="1" grid="1, 1" />
<ingredient name="radiator" count="1" grid="-2, 0" />
</recipe>
<recipe name="auger" count="1" scrapable="False" craft_time="60">
<ingredient name="scrapTungsten" count="9" grid="0, 0" />
<ingredient name="gasCan" count="1" grid="-1, -2" />
<ingredient name="forgedIron" count="1" grid="-2, -2" />
<ingredient name="gasCan" count="1" grid="1, -2" />
<ingredient name="forgedIron" count="1" grid="2, -2" />
<ingredient name="forgedIron" count="1" grid="-1, -1" />
<ingredient name="forgedIron" count="1" grid="1, -1" />
<ingredient name="oil" count="1" grid="0, -1" />
<ingredient name="airFilter" count="1" grid="0, -2" />
<ingredient name="scrapTungsten" count="9" grid="0, 1" />
<ingredient name="scrapTungsten" count="9" grid="0, 2" />
</recipe>
<recipe name="chainsaw" count="1" scrapable="False" craft_time="15">
<ingredient name="oil" count="1" grid="0, 0" />
<ingredient name="scrapTungsten" count="9" grid="2, 0" />
<ingredient name="scrapTungsten" count="9" grid="1, 0" />
<ingredient name="forgedIron" count="1" grid="-2, 0" />
<ingredient name="forgedIron" count="1" grid="-2, -1" />
<ingredient name="forgedIron" count="1" grid="0, -1" />
<ingredient name="gasCan" count="1" grid="-1, 0" />
<ingredient name="airFilter" count="1" grid="-1, -1" />
<ingredient name="forgedIron" count="1" grid="-1, 1" />
<ingredient name="forgedIron" count="1" grid="0, 1" />
</recipe>
<recipe name="bed02_1" count="1" scrapable="True" craft_time="15">
<ingredient name="woodPlank" count="1" grid="-2, -1" />
<ingredient name="woodPlank" count="1" grid="-1, -1" />
<ingredient name="cloth" count="1" grid="-2, -2" />
<ingredient name="cloth" count="1" grid="-1, -2" />
</recipe>
<recipe name="bed02_2" count="1" scrapable="True" craft_time="15">
<ingredient name="woodPlank" count="1" grid="0, -1" />
<ingredient name="woodPlank" count="1" grid="1, -1" />
<ingredient name="cloth" count="1" grid="0, -2" />
<ingredient name="cloth" count="1" grid="1, -2" />
</recipe>
<recipe name="bed02_3" count="1" scrapable="True" craft_time="15">
<ingredient name="woodPlank" count="1" grid="-2, 1" />
<ingredient name="woodPlank" count="1" grid="-1, 1" />
<ingredient name="cloth" count="1" grid="-2, 0" />
<ingredient name="cloth" count="1" grid="-1, 0" />
</recipe>
<recipe name="bed02_4" count="1" scrapable="True" craft_time="15">
<ingredient name="woodPlank" count="1" grid="0, 1" />
<ingredient name="woodPlank" count="1" grid="1, 1" />
<ingredient name="cloth" count="1" grid="1, 0" />
<ingredient name="cloth" count="1" grid="0, 0" />
</recipe>
<recipe name="brickDecayedTan" count="1" scrapable="True" craft_time="15">
<ingredient name="clay" count="1" grid="-1, -1" />
<ingredient name="clay" count="1" grid="0, -1" />
<ingredient name="clay" count="1" grid="1, -1" />
<ingredient name="clay" count="1" grid="-1, 0" />
<ingredient name="cotton" count="1" grid="0, 0" />
<ingredient name="clay" count="1" grid="1, 0" />
<ingredient name="clay" count="1" grid="-1, 1" />
<ingredient name="clay" count="1" grid="0, 1" />
<ingredient name="clay" count="1" grid="1, 1" />
</recipe>
<recipe name="brickDecayedTanSlope" count="2" scrapable="True" craft_time="15">
<ingredient name="brickDecayedTan" count="1" grid="0, 0" />
</recipe>
<recipe name="brickpainted" count="1" scrapable="True" craft_time="15">
<ingredient name="clay" count="1" grid="-1, -1" />
<ingredient name="clay" count="1" grid="0, -1" />
<ingredient name="clay" count="1" grid="1, -1" />
<ingredient name="clay" count="1" grid="-1, 0" />
<ingredient name="blueberries" count="1" grid="0, 0" />
<ingredient name="clay" count="1" grid="1, 0" />
<ingredient name="clay" count="1" grid="-1, 1" />
<ingredient name="clay" count="1" grid="0, 1" />
<ingredient name="clay" count="1" grid="1, 1" />
</recipe>
<recipe name="brickTan" count="1" scrapable="True" craft_time="15">
<ingredient name="clay" count="1" grid="1, -1" />
<ingredient name="clay" count="1" grid="0, -1" />
<ingredient name="clay" count="1" grid="1, 0" />
<ingredient name="clay" count="1" grid="0, 0" />
</recipe>
<recipe name="cabinetFiller" count="1" scrapable="True" craft_time="15">
<ingredient name="planks4" count="1" grid="0, 1" />
</recipe>
<recipe name="cabinetOldBottom" count="1" scrapable="True" craft_time="15">
<ingredient name="cobblestones" count="1" grid="0, -1" />
<ingredient name="cabinetOldTop" count="1" grid="0, 0" />
</recipe>
<recipe name="cabinetOldBottomFiller" count="1" scrapable="True" craft_time="15">
<ingredient name="woodPlank" count="8" grid="0, 1" />
</recipe>
<recipe name="cabinetOldSink" count="1" scrapable="True" craft_time="15">
<ingredient name="cabinetOldBottomFiller" count="1" grid="0, 1" />
<ingredient name="forgedIron" count="1" grid="0, 0" />
<ingredient name="forgedIron" count="1" grid="-1, 0" />
<ingredient name="forgedIron" count="1" grid="1, 0" />
<ingredient name="forgedIron" count="1" grid="0, -1" />
<ingredient name="shortMetalPipe" count="1" grid="0, -2" />
<ingredient name="shortMetalPipe" count="1" grid="1, -2" />
<ingredient name="shortMetalPipe" count="1" grid="2, -2" />
</recipe>
<recipe name="cabinetOldTop" count="1" scrapable="True" craft_time="15">
<ingredient name="woodPlank" count="8" grid="-1, 0" />
</recipe>
<recipe name="fileCabinet" count="1" scrapable="True" craft_time="15">
<ingredient name="forgedIron" count="1" grid="-2, -2" />
<ingredient name="forgedIron" count="1" grid="-1, -2" />
<ingredient name="forgedIron" count="1" grid="-2, -1" />
<ingredient name="forgedIron" count="1" grid="-1, -1" />
<ingredient name="forgedIron" count="1" grid="-2, 1" />
<ingredient name="forgedIron" count="1" grid="-1, 1" />
<ingredient name="forgedIron" count="1" grid="-2, 2" />
<ingredient name="forgedIron" count="1" grid="-1, 2" />
<ingredient name="woodPlank" count="1" grid="-2, 0" />
<ingredient name="woodPlank" count="1" grid="-1, 0" />
</recipe>
<recipe name="medicineCabinet" count="1" scrapable="True" craft_time="15">
<ingredient name="woodPlank" count="1" grid="-2, 0" />
<ingredient name="woodPlank" count="1" grid="-1, 0" />
<ingredient name="glass" count="1" grid="-2, -1" />
<ingredient name="glass" count="1" grid="-1, -1" />
<ingredient name="woodPlank" count="1" grid="-2, -2" />
<ingredient name="woodPlank" count="1" grid="-1, -2" />
</recipe>
<recipe name="ceilingLight01" count="1" scrapable="True" craft_time="15">
<ingredient name="forgedIron" count="1" grid="-2, -2" />
<ingredient name="forgedIron" count="1" grid="-2, -1" />
</recipe>
<recipe name="ceilingLight02" count="1" scrapable="True" craft_time="15">
<ingredient name="forgedIron" count="1" grid="-1, -2" />
<ingredient name="forgedIron" count="1" grid="-1, -1" />
</recipe>
<recipe name="ceilingLight02Brass" count="1" scrapable="True" craft_time="15">
<ingredient name="scrapBrass" count="1" grid="-2, -2" />
<ingredient name="scrapBrass" count="1" grid="-1, -2" />
<ingredient name="scrapBrass" count="1" grid="-2, -1" />
<ingredient name="scrapBrass" count="1" grid="-1, -1" />
</recipe>
<recipe name="ceilingLight04" count="1" scrapable="True" craft_time="15">
<ingredient name="forgedIron" count="1" grid="0, -2" />
<ingredient name="forgedIron" count="1" grid="0, -1" />
</recipe>
<recipe name="ceilingLight05" count="1" scrapable="True" craft_time="15">
<ingredient name="forgedIron" count="1" grid="1, -2" />
<ingredient name="forgedIron" count="1" grid="1, -1" />
</recipe>
<recipe name="ceilingLight05Brass" count="1" scrapable="True" craft_time="15">
<ingredient name="scrapBrass" count="1" grid="-1, -2" />
<ingredient name="scrapBrass" count="1" grid="0, -2" />
<ingredient name="scrapBrass" count="1" grid="-1, -1" />
<ingredient name="scrapBrass" count="1" grid="0, -1" />
</recipe>
<recipe name="ceilingLight07" count="1" scrapable="True" craft_time="15">
<ingredient name="forgedIron" count="1" grid="2, -2" />
<ingredient name="forgedIron" count="1" grid="2, -1" />
</recipe>
<recipe name="clayRoof" count="1" scrapable="True" craft_time="15">
<ingredient name="clay" count="1" grid="-2, -2" />
<ingredient name="clay" count="1" grid="-1, -2" />
<ingredient name="clay" count="1" grid="-2, -1" />
<ingredient name="clay" count="1" grid="-1, -1" />
</recipe>
<recipe name="clayRoofCorner" count="1" scrapable="True" craft_time="15">
<ingredient name="clay" count="1" grid="-2, -2" />
<ingredient name="clay" count="1" grid="-2, -1" />
<ingredient name="clay" count="1" grid="-1, -1" />
</recipe>
<recipe name="clayRoofWedge" count="2" scrapable="True" craft_time="15">
<ingredient name="clayRoof" count="1" grid="0, 0" />
</recipe>
<recipe name="insideCornerWedgeClayRoof" count="1" scrapable="True" craft_time="15">
<ingredient name="clay" count="1" grid="0, 0" />
<ingredient name="clay" count="1" grid="-2, -2" />
<ingredient name="clay" count="1" grid="-1, -1" />
<ingredient name="clay" count="1" grid="-2, -1" />
<ingredient name="clay" count="1" grid="-1, 0" />
<ingredient name="clay" count="1" grid="-2, 0" />
</recipe>
<recipe name="cremeBacksplash" count="1" scrapable="True" craft_time="15">
<ingredient name="cotton" count="1" grid="0, -1" />
<ingredient name="cement" count="1" grid="-1, -1" />
<ingredient name="cement" count="1" grid="0, -2" />
<ingredient name="cement" count="1" grid="1, -1" />
<ingredient name="cement" count="1" grid="1, 0" />
<ingredient name="cement" count="1" grid="-1, 0" />
<ingredient name="cement" count="1" grid="-1, -2" />
<ingredient name="cement" count="1" grid="0, 0" />
<ingredient name="cement" count="1" grid="1, -2" />
</recipe>
<recipe name="cremeDrywall" count="1" scrapable="True" craft_time="15">
<ingredient name="cotton" count="1" grid="0, 0" />
<ingredient name="cement" count="1" grid="-1, -1" />
<ingredient name="cement" count="1" grid="0, -1" />
<ingredient name="cement" count="1" grid="1, -1" />
<ingredient name="cement" count="1" grid="1, 0" />
<ingredient name="cement" count="1" grid="-1, 0" />
<ingredient name="cement" count="1" grid="-1, 1" />
<ingredient name="cement" count="1" grid="0, 1" />
<ingredient name="cement" count="1" grid="1, 1" />
</recipe>
<recipe name="cremeDrywallBaseboard" count="1" scrapable="True" craft_time="15">
<ingredient name="cotton" count="1" grid="-1, 0" />
<ingredient name="cement" count="1" grid="-1, -1" />
<ingredient name="cement" count="1" grid="-2, 0" />
<ingredient name="cement" count="1" grid="-1, 1" />
<ingredient name="cement" count="1" grid="0, 1" />
<ingredient name="cement" count="1" grid="0, -1" />
<ingredient name="cement" count="1" grid="-2, -1" />
<ingredient name="cement" count="1" grid="0, 0" />
<ingredient name="cement" count="1" grid="-2, 1" />
</recipe>
<recipe name="cremeDrywallBaseboard2Sides" count="1" scrapable="True" craft_time="15">
<ingredient name="cotton" count="1" grid="1, 0" />
<ingredient name="cement" count="1" grid="1, -1" />
<ingredient name="cement" count="1" grid="2, 0" />
<ingredient name="cement" count="1" grid="1, 1" />
<ingredient name="cement" count="1" grid="0, 1" />
<ingredient name="cement" count="1" grid="0, -1" />
<ingredient name="cement" count="1" grid="2, -1" />
<ingredient name="cement" count="1" grid="0, 0" />
<ingredient name="cement" count="1" grid="2, 1" />
</recipe>
<recipe name="drywall" count="1" scrapable="True" craft_time="15">
<ingredient name="cloth" count="1" grid="-1, 1" />
<ingredient name="cloth" count="1" grid="1, -1" />
<ingredient name="cloth" count="1" grid="-1, -1" />
<ingredient name="cloth" count="1" grid="1, 0" />
<ingredient name="cloth" count="1" grid="0, -1" />
<ingredient name="cloth" count="1" grid="-1, 0" />
<ingredient name="cloth" count="1" grid="0, 1" />
<ingredient name="cloth" count="1" grid="1, 1" />
</recipe>
<recipe name="tubeDrywall" count="3" scrapable="True" craft_time="15">
<ingredient name="drywall" count="1" grid="0, 0" />
<ingredient name="drywall" count="1" grid="0, -1" />
<ingredient name="drywall" count="1" grid="0, -2" />
</recipe>
<recipe name="graniteSink" count="1" scrapable="True" craft_time="15">
<ingredient name="forgedIron" count="1" grid="0, 0" />
<ingredient name="forgedIron" count="1" grid="-1, 0" />
<ingredient name="forgedIron" count="1" grid="1, 0" />
<ingredient name="forgedIron" count="1" grid="0, -1" />
<ingredient name="shortMetalPipe" count="1" grid="0, -2" />
<ingredient name="shortMetalPipe" count="1" grid="1, -2" />
<ingredient name="shortMetalPipe" count="1" grid="2, -2" />
<ingredient name="cabinetFiller" count="1" grid="0, 1" />
</recipe>
<recipe name="ice" count="1" scrapable="True" craft_time="15">
<ingredient name="snow" count="1" grid="0, 0" />
<ingredient name="snow" count="1" grid="1, 0" />
<ingredient name="snow" count="1" grid="0, -1" />
<ingredient name="snow" count="1" grid="1, -1" />
</recipe>
<recipe name="iceSickle" count="1" scrapable="True" craft_time="15">
<ingredient name="ice" count="1" grid="0, 0" />
</recipe>
<recipe name="toilet01" count="1" scrapable="True" craft_time="15">
<ingredient name="concrete" count="1" grid="0, 0" />
<ingredient name="concrete" count="1" grid="-1, 0" />
<ingredient name="concrete" count="1" grid="1, 0" />
<ingredient name="concrete" count="1" grid="-1, -1" />
<ingredient name="concrete" count="1" grid="-1, -2" />
<ingredient name="woodPlank" count="1" grid="0, -1" />
<ingredient name="shortMetalPipe" count="1" grid="-2, 0" />
</recipe>
<recipe name="toilet02" count="1" scrapable="True" craft_time="15">
<ingredient name="concrete" count="1" grid="0, 1" />
<ingredient name="concrete" count="1" grid="-1, 1" />
<ingredient name="concrete" count="1" grid="1, 1" />
<ingredient name="concrete" count="1" grid="-1, -1" />
<ingredient name="concrete" count="1" grid="-1, 0" />
<ingredient name="woodPlank" count="1" grid="0, 0" />
<ingredient name="shortMetalPipe" count="1" grid="-2, 1" />
</recipe>
<recipe name="toilet03" count="1" scrapable="True" craft_time="15">
<ingredient name="concrete" count="1" grid="0, 2" />
<ingredient name="concrete" count="1" grid="-1, 2" />
<ingredient name="concrete" count="1" grid="1, 2" />
<ingredient name="concrete" count="1" grid="-1, 1" />
<ingredient name="concrete" count="1" grid="-1, 0" />
<ingredient name="woodPlank" count="1" grid="0, 1" />
<ingredient name="shortMetalPipe" count="1" grid="-2, 2" />
</recipe>
<recipe name="tv" count="1" scrapable="True" craft_time="15">
<ingredient name="glass" count="1" grid="0, 0" />
<ingredient name="forgedIron" count="1" grid="-2, -1" />
<ingredient name="forgedIron" count="1" grid="-1, -1" />
<ingredient name="forgedIron" count="1" grid="0, -1" />
<ingredient name="forgedIron" count="1" grid="1, -1" />
<ingredient name="forgedIron" count="1" grid="2, -1" />
<ingredient name="forgedIron" count="1" grid="-2, 0" />
<ingredient name="forgedIron" count="1" grid="-2, 1" />
<ingredient name="forgedIron" count="1" grid="-1, 2" />
<ingredient name="forgedIron" count="1" grid="0, 2" />
<ingredient name="forgedIron" count="1" grid="1, 2" />
<ingredient name="forgedIron" count="1" grid="2, 2" />
<ingredient name="forgedIron" count="1" grid="2, 1" />
<ingredient name="forgedIron" count="1" grid="2, 0" />
<ingredient name="forgedIron" count="1" grid="-2, 2" />
<ingredient name="glass" count="1" grid="-1, 0" />
<ingredient name="glass" count="1" grid="1, 0" />
<ingredient name="glass" count="1" grid="1, 1" />
<ingredient name="glass" count="1" grid="0, 1" />
<ingredient name="glass" count="1" grid="-1, 1" />
</recipe>
<recipe name="tv_large_1" count="1" scrapable="True" craft_time="15">
<ingredient name="glass" count="1" grid="0, 0" />
<ingredient name="forgedIron" count="1" grid="-2, -1" />
<ingredient name="forgedIron" count="1" grid="-2, -2" />
<ingredient name="forgedIron" count="1" grid="-1, -2" />
<ingredient name="forgedIron" count="1" grid="0, -2" />
<ingredient name="forgedIron" count="1" grid="1, -2" />
<ingredient name="forgedIron" count="1" grid="-2, 0" />
<ingredient name="forgedIron" count="1" grid="-2, 1" />
<ingredient name="forgedIron" count="1" grid="-1, 2" />
<ingredient name="forgedIron" count="1" grid="0, 2" />
<ingredient name="forgedIron" count="1" grid="1, 2" />
<ingredient name="forgedIron" count="1" grid="2, 2" />
<ingredient name="forgedIron" count="1" grid="2, -2" />
<ingredient name="forgedIron" count="1" grid="-2, 2" />
<ingredient name="glass" count="1" grid="-1, 0" />
<ingredient name="glass" count="1" grid="1, 0" />
<ingredient name="glass" count="1" grid="1, 1" />
<ingredient name="glass" count="1" grid="0, 1" />
<ingredient name="glass" count="1" grid="-1, 1" />
<ingredient name="glass" count="1" grid="2, -1" />
<ingredient name="glass" count="1" grid="-1, -1" />
<ingredient name="glass" count="1" grid="0, -1" />
<ingredient name="glass" count="1" grid="1, -1" />
<ingredient name="glass" count="1" grid="2, 0" />
<ingredient name="glass" count="1" grid="2, 1" />
</recipe>
<recipe name="tv_large_2" count="1" scrapable="True" craft_time="15">
<ingredient name="glass" count="1" grid="0, 0" />
<ingredient name="forgedIron" count="1" grid="2, -1" />
<ingredient name="forgedIron" count="1" grid="-2, -2" />
<ingredient name="forgedIron" count="1" grid="-1, -2" />
<ingredient name="forgedIron" count="1" grid="0, -2" />
<ingredient name="forgedIron" count="1" grid="1, -2" />
<ingredient name="forgedIron" count="1" grid="2, 0" />
<ingredient name="forgedIron" count="1" grid="2, 1" />
<ingredient name="forgedIron" count="1" grid="-1, 2" />
<ingredient name="forgedIron" count="1" grid="0, 2" />
<ingredient name="forgedIron" count="1" grid="1, 2" />
<ingredient name="forgedIron" count="1" grid="2, 2" />
<ingredient name="forgedIron" count="1" grid="2, -2" />
<ingredient name="forgedIron" count="1" grid="-2, 2" />
<ingredient name="glass" count="1" grid="-1, 0" />
<ingredient name="glass" count="1" grid="1, 0" />
<ingredient name="glass" count="1" grid="1, 1" />
<ingredient name="glass" count="1" grid="0, 1" />
<ingredient name="glass" count="1" grid="-1, 1" />
<ingredient name="glass" count="1" grid="-2, -1" />
<ingredient name="glass" count="1" grid="-1, -1" />
<ingredient name="glass" count="1" grid="0, -1" />
<ingredient name="glass" count="1" grid="1, -1" />
<ingredient name="glass" count="1" grid="-2, 0" />
<ingredient name="glass" count="1" grid="-2, 1" />
</recipe>
<recipe name="trash_can01" count="1" scrapable="True" craft_time="15">
<ingredient name="forgedIron" count="1" grid="-1, 1" />
<ingredient name="forgedIron" count="1" grid="0, 0" />
<ingredient name="forgedIron" count="1" grid="0, 1" />
<ingredient name="forgedIron" count="1" grid="-1, 2" />
<ingredient name="forgedIron" count="1" grid="0, 2" />
<ingredient name="forgedIron" count="1" grid="-1, 0" />
</recipe>
<recipe name="mailBox01" count="1" scrapable="True" craft_time="15">
<ingredient name="forgedIron" count="1" grid="-2, -2" />
<ingredient name="forgedIron" count="1" grid="-2, -1" />
<ingredient name="forgedIron" count="1" grid="-1, -2" />
<ingredient name="forgedIron" count="1" grid="0, -2" />
<ingredient name="forgedIron" count="1" grid="-1, -1" />
<ingredient name="forgedIron" count="1" grid="0, -1" />
<ingredient name="poleBlockPowerPole" count="1" grid="-1, 0" />
<ingredient name="poleBlockPowerPole" count="1" grid="-1, 1" />
<ingredient name="poleBlockPowerPole" count="1" grid="-1, 2" />
</recipe>
<recipe name="mailBox02" count="1" scrapable="True" craft_time="15">
<ingredient name="forgedIron" count="1" grid="1, -2" />
<ingredient name="forgedIron" count="1" grid="1, -1" />
<ingredient name="forgedIron" count="1" grid="-1, -2" />
<ingredient name="forgedIron" count="1" grid="0, -2" />
<ingredient name="forgedIron" count="1" grid="-1, -1" />
<ingredient name="forgedIron" count="1" grid="0, -1" />
<ingredient name="poleBlockPowerPole" count="1" grid="0, 0" />
<ingredient name="poleBlockPowerPole" count="1" grid="0, 1" />
<ingredient name="poleBlockPowerPole" count="1" grid="0, 2" />
</recipe>
<recipe name="mailBox03" count="1" scrapable="True" craft_time="15">
<ingredient name="forgedIron" count="1" grid="2, -2" />
<ingredient name="forgedIron" count="1" grid="2, -1" />
<ingredient name="forgedIron" count="1" grid="1, -2" />
<ingredient name="forgedIron" count="1" grid="0, -2" />
<ingredient name="forgedIron" count="1" grid="1, -1" />
<ingredient name="forgedIron" count="1" grid="0, -1" />
<ingredient name="poleBlockPowerPole" count="1" grid="1, 0" />
<ingredient name="poleBlockPowerPole" count="1" grid="1, 1" />
<ingredient name="poleBlockPowerPole" count="1" grid="1, 2" />
</recipe>
<recipe name="concretetrim3block" count="1" scrapable="True" craft_time="15">
<ingredient name="concrete" count="1" grid="0, 0" />
<ingredient name="cobblestones" count="4" grid="0, -1" />
<ingredient name="concrete" count="1" grid="-1, 0" />
</recipe>
<recipe name="concreteTrim3" count="6" scrapable="True" craft_time="15">
<ingredient name="concretetrim3block" count="1" grid="0, 0" />
<ingredient name="concretetrim3block" count="1" grid="-1, 0" />
<ingredient name="concretetrim3block" count="1" grid="0, -1" />
</recipe>
<recipe name="window02Frame" count="1" scrapable="True" craft_time="15">
<ingredient name="woodPlank" count="1" grid="0, 0" />
<ingredient name="woodPlank" count="1" grid="0, -1" />
<ingredient name="woodPlank" count="1" grid="1, -1" />
<ingredient name="woodPlank" count="1" grid="1, 0" />
</recipe>
<recipe name="beaker" count="1" scrapable="True" craft_time="15">
<ingredient name="glass" count="1" grid="-1, -1" />
<ingredient name="glass" count="1" grid="-1, 0" />
<ingredient name="glass" count="1" grid="-1, 1" />
<ingredient name="glass" count="1" grid="0, 1" />
<ingredient name="glass" count="1" grid="1, 1" />
<ingredient name="glass" count="1" grid="1, 0" />
<ingredient name="glass" count="1" grid="1, -1" />
<ingredient name="scrapTungsten" count="1" grid="-2, -1" />
<ingredient name="scrapTungsten" count="1" grid="-2, 0" />
<ingredient name="scrapTungsten" count="1" grid="-2, 1" />
<ingredient name="scrapTungsten" count="1" grid="-2, 2" />
<ingredient name="scrapTungsten" count="1" grid="-1, 2" />
<ingredient name="scrapTungsten" count="1" grid="0, 2" />
<ingredient name="scrapTungsten" count="1" grid="1, 2" />
<ingredient name="scrapTungsten" count="1" grid="2, -1" />
<ingredient name="scrapTungsten" count="1" grid="2, 0" />
<ingredient name="scrapTungsten" count="1" grid="2, 1" />
<ingredient name="scrapTungsten" count="1" grid="2, 2" />
</recipe>
<recipe name="paper" count="2" scrapable="False" craft_time="15">
<ingredient name="woodPlank" count="1" grid="0, 0" />
<ingredient name="woodPlank" count="1" grid="-1, 0" />
<ingredient name="woodPlank" count="1" grid="0, 1" />
<ingredient name="woodPlank" count="1" grid="-1, 1" />
</recipe>
<recipe name="foodHoney" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="30">
<ingredient name="plantChrysanthemum" count="1" />
<ingredient name="yellowflower" count="1" />
<ingredient name="cotton" count="1" />
<ingredient name="emptyJar" count="1" />
</recipe>
<recipe name="cornerFullWedgeConcrete" count="3" scrapable="True" craft_time="15">
<ingredient name="concrete" count="1" grid="0, 0" />
<ingredient name="concrete" count="1" grid="1, -1" />
<ingredient name="concrete" count="1" grid="1, 0" />
</recipe>
<recipe name="concretetrim2block" count="2" scrapable="True" craft_time="15">
<ingredient name="halfBlockConcrete" count="1" grid="0, -1" />
<ingredient name="halfBlockConcrete" count="1" grid="0, 0" />
<ingredient name="halfBlockConcrete" count="1" grid="-1, 0" />
<ingredient name="halfBlockConcrete" count="1" grid="-1, -1" />
</recipe>
<recipe name="concreteTrim" count="6" scrapable="True" craft_time="15">
<ingredient name="concretetrimblock" count="1" grid="0, 0" />
<ingredient name="concretetrimblock" count="1" grid="-1, 0" />
<ingredient name="concretetrimblock" count="1" grid="0, -1" />
</recipe>
<recipe name="concreteTrimCorner" count="6" scrapable="True" craft_time="15">
<ingredient name="concreteTrim" count="1" grid="0, 0" />
<ingredient name="concreteTrim" count="1" grid="-1, 0" />
<ingredient name="concreteTrim" count="1" grid="0, -1" />
</recipe>
<recipe name="glassShower" count="1" scrapable="True" craft_time="15">
<ingredient name="glass" count="1" grid="-1, -1" />
<ingredient name="glass" count="1" grid="1, -1" />
<ingredient name="glass" count="1" grid="-1, 1" />
<ingredient name="glass" count="1" grid="1, 1" />
<ingredient name="forgedIron" count="1" grid="0, 0" />
</recipe>
<recipe name="bed01Frame" count="1" scrapable="True" craft_time="15">
<ingredient name="shortMetalPipe" count="1" grid="-2, 2" />
<ingredient name="shortMetalPipe" count="1" grid="-1, 2" />
<ingredient name="shortMetalPipe" count="1" grid="0, 2" />
<ingredient name="shortMetalPipe" count="1" grid="1, 2" />
<ingredient name="shortMetalPipe" count="1" grid="2, 2" />
<ingredient name="shortMetalPipe" count="1" grid="2, 1" />
<ingredient name="shortMetalPipe" count="1" grid="-2, 1" />
</recipe>
<recipe name="mattressFlat" count="1" scrapable="True" craft_time="15">
<ingredient name="cloth" count="1" grid="-2, 2" />
<ingredient name="cloth" count="1" grid="-1, 2" />
<ingredient name="cloth" count="1" grid="0, 2" />
<ingredient name="cloth" count="1" grid="1, 2" />
<ingredient name="cloth" count="1" grid="2, 2" />
<ingredient name="feather" count="1" grid="-2, 1" />
<ingredient name="feather" count="1" grid="-1, 1" />
<ingredient name="feather" count="1" grid="0, 1" />
<ingredient name="feather" count="1" grid="1, 1" />
<ingredient name="feather" count="1" grid="2, 1" />
<ingredient name="cloth" count="1" grid="-2, 0" />
<ingredient name="cloth" count="1" grid="-1, 0" />
<ingredient name="cloth" count="1" grid="0, 0" />
<ingredient name="cloth" count="1" grid="1, 0" />
<ingredient name="cloth" count="1" grid="2, 0" />
</recipe>
<recipe name="bed01" count="1" scrapable="True" craft_time="15">
<ingredient name="bed01Frame" count="1" grid="0, 1" />
<ingredient name="mattressFlat" count="1" grid="0, 0" />
</recipe>
<recipe name="mattress" count="1" scrapable="True" craft_time="15">
<ingredient name="mattressFlat" count="1" grid="0, 0" />
</recipe>
<recipe name="chaulkboard" count="1" scrapable="True" craft_time="15">
<ingredient name="thinPlanks" count="1" grid="0, 0" />
<ingredient name="scrapIron" count="1" grid="0, -1" />
</recipe>
<recipe name="ventDuctBlock" count="1" scrapable="True" craft_time="15">
<ingredient name="forgedIron" count="1" grid="-1, 0" />
<ingredient name="forgedIron" count="1" grid="0, -1" />
<ingredient name="forgedIron" count="1" grid="1, 0" />
<ingredient name="forgedIron" count="1" grid="0, 1" />
<ingredient name="rebarCobblestone" count="1" grid="0, 0" />
</recipe>
<recipe name="ventDuctWedge" count="1" scrapable="True" craft_time="15">
<ingredient name="rebarRampFrame" count="1" grid="0, 0" />
<ingredient name="forgedIron" count="1" grid="-1, 0" />
<ingredient name="forgedIron" count="1" grid="0, 1" />
</recipe>
<recipe name="tileFloor4" count="2" scrapable="True" craft_time="15">
<ingredient name="cobblestones" count="1" grid="-1, 0" />
<ingredient name="cobblestones" count="1" grid="0, -1" />
<ingredient name="cobblestones" count="1" grid="1, 0" />
<ingredient name="cobblestones" count="1" grid="0, 1" />
</recipe>
<recipe name="tileFloor5" count="1" scrapable="True" craft_time="15">
<ingredient name="tileFloor4" count="1" grid="0, 0" />
<ingredient name="fertileDirt" count="1" grid="0, -1" />
<ingredient name="fertileDirt" count="1" grid="0, 1" />
<ingredient name="fertileDirt" count="1" grid="-1, 0" />
<ingredient name="fertileDirt" count="1" grid="1, 0" />
</recipe>
<recipe name="tileFloor3" count="1" scrapable="True" craft_time="15">
<ingredient name="sandStone" count="1" grid="0, 0" />
<ingredient name="sandStone" count="1" grid="0, -1" />
</recipe>
<recipe name="stairsTileFloor3" count="4" scrapable="True" craft_time="15">
<ingredient name="tileFloor3" count="1" grid="0, 0" />
<ingredient name="tileFloor3" count="1" grid="1, -1" />
<ingredient name="tileFloor3" count="1" grid="2, -2" />
<ingredient name="tileFloor3" count="1" grid="-1, 1" />
</recipe>
<recipe name="stairstileFloor4" count="4" scrapable="True" craft_time="15">
<ingredient name="tileFloor4" count="1" grid="0, 0" />
<ingredient name="tileFloor4" count="1" grid="1, -1" />
<ingredient name="tileFloor4" count="1" grid="2, -2" />
<ingredient name="tileFloor4" count="1" grid="-1, 1" />
</recipe>
<recipe name="stairsTileFloor5" count="4" scrapable="True" craft_time="15">
<ingredient name="tileFloor5" count="1" grid="0, 0" />
<ingredient name="tileFloor5" count="1" grid="-1, 1" />
<ingredient name="tileFloor5" count="1" grid="1, -1" />
<ingredient name="tileFloor5" count="1" grid="2, -2" />
</recipe>
<recipe name="pipeRed" count="1" scrapable="True" craft_time="15">
<ingredient name="scrapIron" count="1" grid="-1, -1" />
<ingredient name="scrapIron" count="1" grid="0, -1" />
<ingredient name="scrapIron" count="1" grid="1, -1" />
<ingredient name="scrapIron" count="1" grid="-1, 1" />
<ingredient name="scrapIron" count="1" grid="0, 1" />
<ingredient name="scrapIron" count="1" grid="1, 1" />
</recipe>
<recipe name="pipeRedVertical" count="1" scrapable="True" craft_time="15">
<ingredient name="pipeRed" count="1" grid="0, 0" />
</recipe>
<recipe name="pipeRed3Way" count="1" scrapable="True" craft_time="15">
<ingredient name="pipeRed" count="1" grid="0, 0" />
<ingredient name="pipeRedVertical" count="1" grid="0, 1" />
</recipe>
<recipe name="pipeRed3WayVertical" count="1" scrapable="True" craft_time="15">
<ingredient name="pipeRed3Way" count="1" grid="0, 0" />
</recipe>
<recipe name="pipeRed3WayVertical2" count="1" scrapable="True" craft_time="15">
<ingredient name="pipeRed3WayVertical" count="1" grid="0, 0" />
</recipe>
<recipe name="pipeRedValve" count="1" scrapable="True" craft_time="15">
<ingredient name="pipeRed" count="1" grid="0, 0" />
<ingredient name="shortMetalPipe" count="1" grid="0, -1" />
<ingredient name="forgedIron" count="1" grid="0, -2" />
</recipe>
<recipe name="pipeRedValveVertical" count="1" scrapable="True" craft_time="15">
<ingredient name="pipeRedValve" count="1" grid="0, 0" />
</recipe>
<recipe name="pipeRedCurve" count="1" scrapable="True" craft_time="15">
<ingredient name="pipeRedVertical" count="1" grid="0, 0" />
</recipe>
<recipe name="pipeRedCurveVertical" count="1" scrapable="True" craft_time="15">
<ingredient name="pipeRedCurve" count="1" grid="0, 0" />
</recipe>
<recipe name="pipeRedCurveVertical2" count="1" scrapable="True" craft_time="15">
<ingredient name="pipeRedCurveVertical" count="1" grid="0, 0" />
</recipe>
<recipe name="pipeRedFlange" count="1" scrapable="True" craft_time="15">
<ingredient name="pipeRed" count="1" grid="0, 0" />
<ingredient name="scrapIron" count="1" grid="1, 0" />
</recipe>
<recipe name="pipeRedFlangeVertical" count="1" scrapable="True" craft_time="15">
<ingredient name="pipeRedFlange" count="1" grid="0, 0" />
</recipe>
<recipe name="pipeRedCap" count="1" scrapable="True" craft_time="15">
<ingredient name="scrapIron" count="1" grid="-1, 0" />
<ingredient name="scrapIron" count="1" grid="0, 1" />
<ingredient name="scrapIron" count="1" grid="0, -1" />
</recipe>
<recipe name="curtain_top1" count="1" scrapable="True" craft_time="15">
<ingredient name="cloth" count="1" grid="-1, 0" />
<ingredient name="cloth" count="1" grid="0, 0" />
<ingredient name="cloth" count="1" grid="1, 0" />
<ingredient name="cloth" count="1" grid="1, -1" />
<ingredient name="cloth" count="1" grid="0, -1" />
<ingredient name="cloth" count="1" grid="-1, -1" />
<ingredient name="shortMetalPipe" count="1" grid="-1, -2" />
<ingredient name="shortMetalPipe" count="1" grid="1, -2" />
</recipe>
<recipe name="curtain_bottom1" count="1" scrapable="True" craft_time="15">
<ingredient name="cloth" count="1" grid="0, 0" />
<ingredient name="cloth" count="1" grid="-1, 0" />
<ingredient name="cloth" count="1" grid="1, 0" />
<ingredient name="cloth" count="1" grid="-1, 1" />
<ingredient name="cloth" count="1" grid="0, 1" />
<ingredient name="cloth" count="1" grid="1, 1" />
</recipe>
<recipe name="paper" count="4" scrapable="False" craft_time="15">
<ingredient name="ammunitionNationBook" count="1" grid="0, 0" />
</recipe>
<recipe name="paper" count="4" scrapable="False" craft_time="15">
<ingredient name="homeMaintenanceBook" count="1" grid="0, 0" />
</recipe>
<recipe name="paper" count="4" scrapable="False" craft_time="15">
<ingredient name="homeMaintenanceBookVolumeII" count="1" grid="0, 0" />
</recipe>
<recipe name="paper" count="4" scrapable="False" craft_time="15">
<ingredient name="huntingKnifeBook" count="1" grid="0, 0" />
</recipe>
<recipe name="paper" count="4" scrapable="False" craft_time="15">
<ingredient name="pistolBook" count="1" grid="0, 0" />
</recipe>
<recipe name="paper" count="4" scrapable="False" craft_time="15">
<ingredient name="reloadingWeeklyBook" count="1" grid="0, 0" />
</recipe>
<recipe name="paper" count="4" scrapable="False" craft_time="15">
<ingredient name="urbanCombatBook" count="1" grid="0, 0" />
</recipe>
<recipe name="paper" count="4" scrapable="False" craft_time="15">
<ingredient name="leatherTanning" count="1" grid="0, 0" />
</recipe>
<recipe name="paper" count="4" scrapable="False" craft_time="15">
<ingredient name="theEnforcerMagazine" count="1" grid="0, 0" />
</recipe>
<recipe name="thinPlanks" count="8" scrapable="True" craft_time="15">
<ingredient name="planks" count="1" grid="0, 0" />
</recipe>
<recipe name="poleBlockPlanks" count="4" scrapable="True" craft_time="15">
<ingredient name="thinPlanks" count="1" grid="0, 0" />
<ingredient name="thinPlanks" count="1" grid="0, -1" />
</recipe>
<recipe name="fenceWood" count="1" scrapable="True" craft_time="15">
<ingredient name="thinPlanks" count="1" grid="0, 0" />
<ingredient name="plantChrysanthemum" count="1" grid="0, -1" />
</recipe>
<recipe name="fenceWoodCorner" count="1" scrapable="True" craft_time="15">
<ingredient name="fenceWood" count="1" grid="0, 0" />
<ingredient name="fenceWood" count="1" grid="0, -1" />
</recipe>
<recipe name="wallTan" count="1" scrapable="True" craft_time="15">
<ingredient name="thinPlanks" count="1" grid="0, 0" />
<ingredient name="cloth" count="1" grid="0, -1" />
</recipe>
<recipe name="wallTanCorner" count="1" scrapable="True" craft_time="15">
<ingredient name="wallTan" count="1" grid="0, 0" />
<ingredient name="wallTan" count="1" grid="0, -1" />
</recipe>
<recipe name="coffin_top" count="1" scrapable="True" craft_time="15">
<ingredient name="woodPlank" count="1" grid="0, -1" />
<ingredient name="woodPlank" count="1" grid="1, -1" />
<ingredient name="woodPlank" count="1" grid="2, -1" />
<ingredient name="woodPlank" count="1" grid="2, 0" />
<ingredient name="woodPlank" count="1" grid="2, 1" />
<ingredient name="woodPlank" count="1" grid="1, 1" />
<ingredient name="woodPlank" count="1" grid="0, 1" />
<ingredient name="cloth" count="1" grid="1, 0" />
<ingredient name="cloth" count="1" grid="0, 0" />
</recipe>
<recipe name="coffin_bottom" count="1" scrapable="True" craft_time="15">
<ingredient name="woodPlank" count="1" grid="-2, -1" />
<ingredient name="woodPlank" count="1" grid="-1, -1" />
<ingredient name="woodPlank" count="1" grid="-2, 0" />
<ingredient name="woodPlank" count="1" grid="-2, 1" />
<ingredient name="woodPlank" count="1" grid="-1, 1" />
<ingredient name="woodPlank" count="1" grid="0, 1" />
<ingredient name="woodPlank" count="1" grid="0, -1" />
<ingredient name="cloth" count="1" grid="-1, 0" />
<ingredient name="cloth" count="1" grid="0, 0" />
</recipe>
<recipe name="planks" count="1" scrapable="True" craft_time="15">
<ingredient name="woodPlank" count="1" grid="0, 0" />
<ingredient name="woodPlank" count="1" grid="-1, -1" />
<ingredient name="woodPlank" count="1" grid="0, -1" />
<ingredient name="woodPlank" count="1" grid="1, -1" />
<ingredient name="woodPlank" count="1" grid="0, 1" />
<ingredient name="woodPlank" count="1" grid="0, -2" />
</recipe>
<recipe name="Carpet1" count="2" scrapable="False" craft_time="10" >
<ingredient name="dirt" count="1" grid="0, 0"/>
<ingredient name="cloth" count="1" grid="-1, -1"/>
<ingredient name="cloth" count="1" grid="0, -1"/>
<ingredient name="cloth" count="1" grid="1, -1"/>
<ingredient name="cloth" count="1" grid="-1, 0"/>
<ingredient name="cloth" count="1" grid="1, 0"/>
<ingredient name="cloth" count="1" grid="-1, 1"/>
<ingredient name="cloth" count="1" grid="0, 1"/>
<ingredient name="cloth" count="1" grid="1, 1"/>
</recipe>
<recipe name="Carpet2" count="2" scrapable="False" craft_time="10" >
<ingredient name="yuccaFibers" count="1" grid="0, 0"/>
<ingredient name="cloth" count="1" grid="-1, -1"/>
<ingredient name="cloth" count="1" grid="0, -1"/>
<ingredient name="cloth" count="1" grid="1, -1"/>
<ingredient name="cloth" count="1" grid="-1, 0"/>
<ingredient name="cloth" count="1" grid="1, 0"/>
<ingredient name="cloth" count="1" grid="-1, 1"/>
<ingredient name="cloth" count="1" grid="0, 1"/>
<ingredient name="cloth" count="1" grid="1, 1"/>
</recipe>
<recipe name="stairsCarpet1" count="4" scrapable="True" craft_time="15">
<ingredient name="Carpet2" count="1" grid="0, 0" />
<ingredient name="Carpet2" count="1" grid="1, -1" />
<ingredient name="Carpet2" count="1" grid="2, -2" />
<ingredient name="Carpet2" count="1" grid="-1, 1" />
</recipe>
<recipe name="stairsCarpet2" count="4" scrapable="True" craft_time="15">
<ingredient name="Carpet1" count="1" grid="0, 0" />
<ingredient name="Carpet1" count="1" grid="1, -1" />
<ingredient name="Carpet1" count="1" grid="2, -2" />
<ingredient name="Carpet1" count="1" grid="-1, 1" />
</recipe>
<recipe name="pew_segment01" count="1" scrapable="True" craft_time="15" >
<ingredient name="thinPlanks" count="1" grid="1, -1"/>
<ingredient name="thinPlanks" count="1" grid="1, 0"/>
<ingredient name="thinPlanks" count="1" grid="1, 1"/>
<ingredient name="thinPlanks" count="1" grid="0, 1"/>
<ingredient name="thinPlanks" count="1" grid="0, 2"/>
<ingredient name="thinPlanks" count="1" grid="1, 2"/>
</recipe>
<recipe name="pew_segment01" count="1" scrapable="True" craft_time="15" >
<ingredient name="pew_segment03" count="1" grid="0, 0"/>
</recipe>
<recipe name="pew_segment02" count="1" scrapable="True" craft_time="15" >
<ingredient name="pew_segment01" count="1" grid="0, 0"/>
</recipe>
<recipe name="pew_segment03" count="1" scrapable="True" craft_time="15" >
<ingredient name="pew_segment02" count="1" grid="0, 0"/>
</recipe>
<recipe name="whitePicketFence" count="2" scrapable="False" craft_time="15" >
<ingredient name="thinPlanks" count="1" grid="-2, 0"/>
<ingredient name="thinPlanks" count="1" grid="-2, 1"/>
<ingredient name="thinPlanks" count="1" grid="-2, 2"/>
<ingredient name="thinPlanks" count="1" grid="0, 0"/>
<ingredient name="thinPlanks" count="1" grid="0, 1"/>
<ingredient name="thinPlanks" count="1" grid="0, 2"/>
<ingredient name="thinPlanks" count="1" grid="2, 0"/>
<ingredient name="thinPlanks" count="1" grid="2, 1"/>
<ingredient name="thinPlanks" count="1" grid="2, 2"/>
<ingredient name="cotton" count="1" grid="-1, 1"/>
<ingredient name="cotton" count="1" grid="1, 1"/>
</recipe>
<recipe name="rug01" count="2" scrapable="False" craft_time="15" >
<ingredient name="woodPlank" count="1" grid="0, 0"/>
<ingredient name="cloth" count="1" grid="-1, -1"/>
<ingredient name="cloth" count="1" grid="0, -1"/>
<ingredient name="cloth" count="1" grid="1, -1"/>
<ingredient name="cloth" count="1" grid="-1, 0"/>
<ingredient name="cloth" count="1" grid="1, 0"/>
<ingredient name="cloth" count="1" grid="-1, 1"/>
<ingredient name="cloth" count="1" grid="0, 1"/>
<ingredient name="cloth" count="1" grid="1, 1"/>
</recipe>
<recipe name="dropCeilingRedWoodTrim" count="2" scrapable="False" craft_time="15" >
<ingredient name="plantChrysanthemum" count="1" grid="0, 0"/>
<ingredient name="cobblestones" count="1" grid="-1, -1"/>
<ingredient name="woodPlank" count="1" grid="0, -1"/>
<ingredient name="cobblestones" count="1" grid="1, -1"/>
<ingredient name="woodPlank" count="1" grid="-1, 0"/>
<ingredient name="woodPlank" count="1" grid="1, 0"/>
<ingredient name="thinPlanks" count="1" grid="-1, 1"/>
<ingredient name="woodPlank" count="1" grid="0, 1"/>
<ingredient name="thinPlanks" count="1" grid="1, 1"/>
</recipe>
<recipe name="tanStuccoOldWood" count="1" scrapable="False" craft_time="15" >
<ingredient name="woodFrame" count="1" grid="0, 0"/>
<ingredient name="clayLump" count="1" grid="-1, -1"/>
<ingredient name="clayLump" count="1" grid="0, -1"/>
<ingredient name="thinPlanks" count="1" grid="1, -1"/>
<ingredient name="clayLump" count="1" grid="-1, 0"/>
<ingredient name="clayLump" count="1" grid="1, 0"/>
<ingredient name="thinPlanks" count="1" grid="-1, 1"/>
<ingredient name="clayLump" count="1" grid="0, 1"/>
<ingredient name="clayLump" count="1" grid="1, 1"/>
</recipe>
<recipe name="sidingWhiteOldWood" count="1" scrapable="False" craft_time="15" >
<ingredient name="woodFrame" count="1" grid="0, 0"/>
<ingredient name="thinPlanks" count="1" grid="-1, -1"/>
<ingredient name="thinPlanks" count="1" grid="0, -1"/>
<ingredient name="cotton" count="1" grid="1, -1"/>
<ingredient name="thinPlanks" count="1" grid="-1, 0"/>
<ingredient name="thinPlanks" count="1" grid="1, 0"/>
<ingredient name="cotton" count="1" grid="-1, 1"/>
<ingredient name="thinPlanks" count="1" grid="0, 1"/>
<ingredient name="thinPlanks" count="1" grid="1, 1"/>
</recipe>
<recipe name="sidingYellowOldWood" count="1" scrapable="False" craft_time="15" >
<ingredient name="woodFrame" count="1" grid="0, 0"/>
<ingredient name="thinPlanks" count="1" grid="-1, -1"/>
<ingredient name="thinPlanks" count="1" grid="0, -1"/>
<ingredient name="yellowflower" count="1" grid="1, -1"/>
<ingredient name="thinPlanks" count="1" grid="-1, 0"/>
<ingredient name="thinPlanks" count="1" grid="1, 0"/>
<ingredient name="yellowflower" count="1" grid="-1, 1"/>
<ingredient name="thinPlanks" count="1" grid="0, 1"/>
<ingredient name="thinPlanks" count="1" grid="1, 1"/>
</recipe>
<recipe name="sidingGreenOldWood" count="1" scrapable="False" craft_time="15" >
<ingredient name="woodFrame" count="1" grid="0, 0"/>
<ingredient name="thinPlanks" count="1" grid="-1, -1"/>
<ingredient name="thinPlanks" count="1" grid="0, -1"/>
<ingredient name="yuccaFibers" count="1" grid="1, -1"/>
<ingredient name="thinPlanks" count="1" grid="-1, 0"/>
<ingredient name="thinPlanks" count="1" grid="1, 0"/>
<ingredient name="yuccaFibers" count="1" grid="-1, 1"/>
<ingredient name="thinPlanks" count="1" grid="0, 1"/>
<ingredient name="thinPlanks" count="1" grid="1, 1"/>
</recipe>
<recipe name="sidingBlueOldWood" count="1" scrapable="False" craft_time="15" >
<ingredient name="woodFrame" count="1" grid="0, 0"/>
<ingredient name="thinPlanks" count="1" grid="-1, -1"/>
<ingredient name="thinPlanks" count="1" grid="0, -1"/>
<ingredient name="blueberries" count="1" grid="1, -1"/>
<ingredient name="thinPlanks" count="1" grid="-1, 0"/>
<ingredient name="thinPlanks" count="1" grid="1, 0"/>
<ingredient name="blueberries" count="1" grid="-1, 1"/>
<ingredient name="thinPlanks" count="1" grid="0, 1"/>
<ingredient name="thinPlanks" count="1" grid="1, 1"/>
</recipe>
<recipe name="stick" count="2" scrapable="False" craft_time="2" >
<ingredient name="thinPlanks" count="1" grid="0, 0"/>
</recipe>
<recipe name="woodPillar" count="3" scrapable="True" craft_time="15">
<ingredient name="planks" count="1" grid="0, 0" />
<ingredient name="planks" count="1" grid="0, -1" />
<ingredient name="planks" count="1" grid="0, -2" />
</recipe>
<recipe name="angledOldWoodSupport" count="2" scrapable="True" craft_time="15">
<ingredient name="oldWoodPillar" count="1" grid="0, 0" />
</recipe>
<recipe name="metalRivet" count="1" scrapable="True" craft_time="15">
<ingredient name="metalTrussing" count="1" grid="0, 0" />
<ingredient name="scrapIron" count="1" grid="0, -1" />
<ingredient name="scrapIron" count="1" grid="-1, 0" />
<ingredient name="scrapIron" count="1" grid="0, 1" />
<ingredient name="scrapIron" count="1" grid="1, 0" />
</recipe>
<recipe name="stairsMetalRivet" count="4" scrapable="True" craft_time="15">
<ingredient name="metalRivet" count="1" grid="0, 0" />
<ingredient name="metalRivet" count="1" grid="2, -2" />
<ingredient name="metalRivet" count="1" grid="1, -1" />
<ingredient name="metalRivet" count="1" grid="-1, 1" />
</recipe>
<recipe name="wedgeMetalRivet" count="2" scrapable="True" craft_time="15">
<ingredient name="metalRivet" count="1" grid="0, 0" />
</recipe>
<recipe name="WroughtIronMetal" count="1" scrapable="True" craft_time="15">
<ingredient name="forgedIron" count="1" grid="0, -1" />
<ingredient name="forgedIron" count="1" grid="1, 0" />
<ingredient name="forgedIron" count="1" grid="-1, 0" />
<ingredient name="forgedIron" count="1" grid="0, 1" />
<ingredient name="scrapIronFrame" count="1" grid="0, 0" />
</recipe>
<recipe name="stairsWroughtIron" count="4" scrapable="True" craft_time="15">
<ingredient name="WroughtIronMetal" count="1" grid="0, 0" />
<ingredient name="WroughtIronMetal" count="1" grid="2, -2" />
<ingredient name="WroughtIronMetal" count="1" grid="1, -1" />
<ingredient name="WroughtIronMetal" count="1" grid="-1, 1" />
</recipe>
<recipe name="poleBlockWroughtIron" count="8" scrapable="True" craft_time="15">
<ingredient name="WroughtIronMetal" count="1" grid="0, 0" />
</recipe>
<recipe name="wedgeWroughtIron" count="1" scrapable="True" craft_time="15">
<ingredient name="scrapIronRampFrame" count="1" grid="0, 0" />
<ingredient name="forgedIron" count="1" grid="0, 1" />
<ingredient name="forgedIron" count="1" grid="-1, 0" />
</recipe>
<recipe name="wroughtIronFence" count="2" scrapable="True" craft_time="15">
<ingredient name="poleBlockWroughtIron" count="1" grid="0, 0" />
<ingredient name="poleBlockWroughtIron" count="1" grid="-2, 0" />
<ingredient name="poleBlockWroughtIron" count="1" grid="2, 0" />
<ingredient name="barbedWireCrafted" count="1" grid="-1, 0" />
<ingredient name="barbedWireCrafted" count="1" grid="1, 0" />
</recipe>
<recipe name="tubeMetal1NoDistort" count="3" scrapable="True" craft_time="15">
<ingredient name="WroughtIronMetal" count="1" grid="0, 0" />
<ingredient name="WroughtIronMetal" count="1" grid="0, -2" />
<ingredient name="WroughtIronMetal" count="1" grid="0, -1" />
</recipe>
<recipe name="tubeHalfMetal1NoDistort" count="9" scrapable="True" craft_time="15">
<ingredient name="tubeMetal1NoDistort" count="1" grid="0, 0" />
<ingredient name="tubeMetal1NoDistort" count="1" grid="0, -1" />
<ingredient name="tubeMetal1NoDistort" count="1" grid="0, -2" />
</recipe>
<recipe name="tubeHalfConreteNoDistort" count="9" scrapable="True" craft_time="15">
<ingredient name="tubeConcrete" count="1" grid="0, 0" />
<ingredient name="tubeConcrete" count="1" grid="0, -1" />
<ingredient name="tubeConcrete" count="1" grid="0, -2" />
</recipe>
<recipe name="tanStuccotileFloor1" count="1" scrapable="True" craft_time="15">
<ingredient name="adobeTan" count="1" grid="0, 0" />
<ingredient name="brownGrassDiagonal" count="1" grid="0, -1" />
<ingredient name="brownGrassDiagonal" count="1" grid="0, 1" />
</recipe>
<recipe name="tanStuccotileFloor2" count="1" scrapable="True" craft_time="15">
<ingredient name="adobeTan" count="1" grid="0, 0" />
<ingredient name="fertileDirt" count="1" grid="0, -1" />
<ingredient name="fertileDirt" count="1" grid="0, 1" />
</recipe>
<recipe name="shutters1" count="1" scrapable="True" craft_time="15">
<ingredient name="plateOldWood" count="1" grid="0, 0" />
<ingredient name="plateOldWood" count="1" grid="0, 1" />
</recipe>
<recipe name="halfBlockOldWood" count="2" scrapable="True" craft_time="15">
<ingredient name="oldWood" count="1" grid="0, 0" />
</recipe>
<recipe name="plateOldWood" count="4" scrapable="True" craft_time="15">
<ingredient name="halfBlockOldWood" count="1" grid="0, 0" />
</recipe>
<recipe name="clay" scrapable="True" count="4" craft_time="15">
<ingredient name="bottledWater" count="1" grid="0, -2" />
<ingredient name="sand" count="1" grid="0, -1" />
<ingredient name="dirt" count="1" grid="0, 0" />
</recipe>
<recipe name="yuccaFibers" scrapable="True" count="4" craft_time="15">
<ingredient name="cloth" count="1" grid="-1, 0" />
</recipe>
<recipe name="oilBarrel" scrapable="True" count="1" craft_time="15">
<ingredient name="thinMetalPlate" count="1" grid="-1, -2" />
<ingredient name="thinMetalPlate" count="1" grid="0, -2" />
<ingredient name="thinMetalPlate" count="1" grid="1, -2" />
<ingredient name="grainAlcohol" count="11" grid="0, -1" />
<ingredient name="grainAlcohol" count="11" grid="1, -1" />
<ingredient name="thinMetalPlate" count="1" grid="-1, 0" />
<ingredient name="grainAlcohol" count="11" grid="0, 0" />
<ingredient name="thinMetalPlate" count="1" grid="-1, -1" />
<ingredient name="thinMetalPlate" count="1" grid="-1, 1" />
<ingredient name="grainAlcohol" count="11" grid="0, 1" />
<ingredient name="thinMetalPlate" count="1" grid="-1, 2" />
<ingredient name="thinMetalPlate" count="1" grid="0, 2" />
<ingredient name="thinMetalPlate" count="1" grid="1, 2" />
<ingredient name="thinMetalPlate" count="1" grid="2, -2" />
<ingredient name="thinMetalPlate" count="1" grid="2, -1" />
<ingredient name="thinMetalPlate" count="1" grid="2, 0" />
<ingredient name="thinMetalPlate" count="1" grid="2, 1" />
<ingredient name="thinMetalPlate" count="1" grid="2, 2" />
<ingredient name="grainAlcohol" count="11" grid="1, 0" />
<ingredient name="grainAlcohol" count="11" grid="1, 1" />
</recipe>
<recipe name="scrapTungsten" count="1" scrapable="False" tooltip="ttScrapMetalTungsten" craft_time="15">
<wildcard_forge_category />
</recipe>
<recipe name="tileIndustrial" count="8" scrapable="True" craft_time="15">
<ingredient name="cobblestones" count="1" grid="0, 0" />
<ingredient name="brickPaver" count="1" grid="-1, 1" />
<ingredient name="brickPaver" count="1" grid="0, 1" />
<ingredient name="brickPaver" count="1" grid="1, 1" />
<ingredient name="brickPaver" count="1" grid="1, 0" />
<ingredient name="brickPaver" count="1" grid="-1, 0" />
<ingredient name="brickPaver" count="1" grid="-1, -1" />
<ingredient name="brickPaver" count="1" grid="0, -1" />
<ingredient name="brickPaver" count="1" grid="1, -1" />
</recipe>
<recipe name="plateBlockTileIndustrial" count="9" scrapable="True" craft_time="15">
<ingredient name="tileIndustrial" count="1" grid="0, 0" />
<ingredient name="tileIndustrial" count="1" grid="0, -1" />
<ingredient name="tileIndustrial" count="1" grid="0, -2" />
</recipe>
<recipe name="pyramidConcrete" count="1" scrapable="True" craft_time="15">
<ingredient name="cornerFullWedgeConcrete" count="1" grid="0, 0" />
<ingredient name="cornerFullWedgeConcrete" count="1" grid="-1, 0" />
<ingredient name="cornerFullWedgeConcrete" count="1" grid="1, 0" />
<ingredient name="cornerFullWedgeConcrete" count="1" grid="0, -1" />
</recipe>
<recipe name="grainAlcohol" count="1" scrapable="False" craft_area="campfire" craft_tool="beaker" craft_time="300">
<ingredient name="cornMeal" count="1" />
<ingredient name="bottledRiverWater" count="1" />
</recipe>
<recipe name="thinMetalPlate" count="8" scrapable="True" craft_time="15">
<ingredient name="forgedIron" count="1" grid="-2, 0" />
<ingredient name="forgedIron" count="1" grid="-2, 1" />
<ingredient name="forgedIron" count="1" grid="-1, 1" />
<ingredient name="forgedIron" count="1" grid="-1, 0" />
</recipe>
<recipe name="canMiso" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="30">
<ingredient name="potato" count="1" />
<ingredient name="corn" count="1" />
<ingredient name="bottledWater" count="1" />
<ingredient name="canEmpty" count="1" />
</recipe>
<recipe name="canBeef" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="30">
<ingredient name="pork" count="1" />
<ingredient name="canEmpty" count="1" />
</recipe>
<recipe name="canHam" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="30">
<ingredient name="pork" count="1" />
<ingredient name="cornMeal" count="1" />
<ingredient name="canEmpty" count="1" />
</recipe>
<recipe name="canVenison" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="30">
<ingredient name="venison" count="1" />
<ingredient name="canEmpty" count="1" />
</recipe>
<recipe name="canSoup" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="30">
<ingredient name="pork" count="1" />
<ingredient name="cornMeal" count="1" />
<ingredient name="canEmpty" count="1" />
<ingredient name="bottledWater" count="1" />
</recipe>
<recipe name="canPasta" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="30">
<ingredient name="venison" count="1" />
<ingredient name="cornMeal" count="1" />
<ingredient name="canEmpty" count="1" />
<ingredient name="plantChrysanthemum" count="1" />
</recipe>
<recipe name="canStock" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="30">
<ingredient name="femur" count="1" />
<ingredient name="cornMeal" count="1" />
<ingredient name="canEmpty" count="1" />
<ingredient name="bottledWater" count="1" />
</recipe>
<recipe name="canTuna" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="30">
<ingredient name="canCatfood" count="1" />
<ingredient name="bottledRiverWater" count="1" />
<ingredient name="canEmpty" count="1" />
</recipe>
<recipe name="canSalmon" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="30">
<ingredient name="canCatfood" count="1" />
<ingredient name="bottledWater" count="1" />
<ingredient name="cornMeal" count="1" />
<ingredient name="canEmpty" count="1" />
</recipe>
<recipe name="birdnest" count="1" scrapable="False" craft_time="15">
<ingredient name="feather" count="1" grid="-1, 1" />
<ingredient name="yuccaFibers" count="1" grid="-1, 0" />
<ingredient name="feather" count="1" grid="-1, -1" />
<ingredient name="yuccaFibers" count="1" grid="0, -1" />
<ingredient name="feather" count="1" grid="1, -1" />
<ingredient name="yuccaFibers" count="1" grid="1, 0" />
<ingredient name="feather" count="1" grid="1, 1" />
<ingredient name="yuccaFibers" count="1" grid="0, 1" />
<ingredient name="cloth" count="1" grid="0, 0" />
</recipe>
<recipe name="moldyBread" count="1" scrapable="False" craft_time="15">
<ingredient name="shamSandwich" count="1" grid="0, 0" />
<ingredient name="shamSandwich" count="1" grid="-1, -1" />
<ingredient name="shamSandwich" count="1" grid="0, -1" />
<ingredient name="shamSandwich" count="1" grid="-1, 0" />
<ingredient name="shamSandwich" count="1" grid="1, -1" />
<ingredient name="shamSandwich" count="1" grid="1, 0" />
<ingredient name="shamSandwich" count="1" grid="-1, 1" />
<ingredient name="shamSandwich" count="1" grid="0, 1" />
<ingredient name="shamSandwich" count="1" grid="1, 1" />
</recipe>
<recipe name="oil" count="1" scrapable="True" craft_time="15">
<ingredient name="cornMeal" count="1" grid="0, 1" />
<ingredient name="cornMeal" count="1" grid="0, 0" />
<ingredient name="cornMeal" count="1" grid="-1, 1" />
<ingredient name="cornMeal" count="1" grid="-1, 0" />
<ingredient name="grainAlcohol" count="1" grid="-1, -1" />
<ingredient name="grainAlcohol" count="1" grid="0, -1" />
</recipe>
<recipe name="m136" count="1" scrapable="True" craft_time="60">
<ingredient name="shortMetalPipe" count="1" grid="0, 0" />
<ingredient name="copperOre" count="40" grid="-1, 1" />
<ingredient name="copperOre" count="40" grid="-1, 0" />
<ingredient name="shortMetalPipe" count="1" grid="1, 0" />
<ingredient name="shortMetalPipe" count="1" grid="2, 0" />
<ingredient name="scrapTungsten" count="15" grid="0, 1" />
<ingredient name="scrapTungsten" count="15" grid="-2, -1" />
<ingredient name="scrapTungsten" count="15" grid="-2, 1" />
<ingredient name="oil" count="5" grid="0, -1" />
<ingredient name="carBattery" count="1" grid="-1, -1" />
<ingredient name="hubcap" count="1" grid="-2, 0" />
</recipe>
<recipe name="mp5" count="1" scrapable="True" craft_time="60">
<ingredient name="scrapTungsten" count="15" grid="-1, 1" />
<ingredient name="copperOre" count="20" grid="0, 0" />
<ingredient name="shortMetalPipe" count="1" grid="1, 0" />
<ingredient name="copperOre" count="20" grid="-1, 0" />
<ingredient name="copperOre" count="20" grid="-2, 0" />
<ingredient name="scrapTungsten" count="15" grid="0, 1" />
<ingredient name="shortMetalPipe" count="1" grid="2, 0" />
<ingredient name="oil" count="5" grid="0, -1" />
</recipe>
<recipe name="sniperRifle" count="1" scrapable="True" craft_time="60">
<ingredient name="oil" count="5" grid="-1, -1" />
<ingredient name="shortMetalPipe" count="1" grid="1, 0" />
<ingredient name="shortMetalPipe" count="1" grid="2, 0" />
<ingredient name="copperOre" count="20" grid="-2, 0" />
<ingredient name="copperOre" count="20" grid="-1, 0" />
<ingredient name="copperOre" count="20" grid="0, 0" />
<ingredient name="scrapTungsten" count="15" grid="-2, 1" />
<ingredient name="scrapTungsten" count="15" grid="0, 1" />
<ingredient name="shortMetalPipe" count="1" grid="0, -1" />
</recipe>
<recipe name="m136Rocket" count="1" scrapable="True" craft_time="30">
<ingredient name="buckshot" count="5" grid="0, 1" />
<ingredient name="buckshot" count="5" grid="0, -1" />
<ingredient name="gunPowderCharge" count="3" grid="0, 0" />
<ingredient name="scrapTungsten" count="1" grid="-1, 1" />
<ingredient name="scrapTungsten" count="1" grid="1, 1" />
<ingredient name="scrapTungsten" count="1" grid="-2, 2" />
<ingredient name="scrapTungsten" count="1" grid="2, 2" />
<ingredient name="scrapTungsten" count="1" grid="0, -2" />
<ingredient name="scrapTungsten" count="1" grid="-1, -1" />
<ingredient name="scrapTungsten" count="1" grid="-1, 0" />
<ingredient name="scrapTungsten" count="1" grid="1, -1" />
<ingredient name="scrapTungsten" count="1" grid="1, 0" />
<ingredient name="scrapTungsten" count="1" grid="0, 2" />
</recipe>
<recipe name="carBattery" count="1" scrapable="True" craft_time="25">
<ingredient name="scrapLead" count="1" grid="-2, 1" />
<ingredient name="scrapLead" count="1" grid="-2, 0" />
<ingredient name="scrapLead" count="1" grid="-2, -1" />
<ingredient name="scrapLead" count="1" grid="-1, 1" />
<ingredient name="scrapLead" count="1" grid="0, 1" />
<ingredient name="scrapLead" count="1" grid="1, 1" />
<ingredient name="scrapLead" count="1" grid="2, 1" />
<ingredient name="scrapLead" count="1" grid="2, 0" />
<ingredient name="scrapLead" count="1" grid="2, -1" />
<ingredient name="copperOre" count="1" grid="0, 0" />
<ingredient name="copperOre" count="1" grid="0, -1" />
<ingredient name="scrapLead" count="1" grid="-2, -2" />
<ingredient name="scrapTungsten" count="1" grid="-1, -1" />
<ingredient name="scrapTungsten" count="1" grid="-1, 0" />
<ingredient name="scrapLead" count="1" grid="1, -2" />
<ingredient name="scrapLead" count="1" grid="2, -2" />
<ingredient name="scrapLead" count="1" grid="0, -2" />
<ingredient name="scrapLead" count="1" grid="-1, -2" />
<ingredient name="scrapBrass" count="1" grid="1, 0" />
<ingredient name="scrapBrass" count="1" grid="1, -1" />
</recipe>
<recipe name="copperOre" scrapable="False" craft_area="campfire" craft_tool="beaker" craft_time="600">
<ingredient name="scrapTungsten" count="20" />
</recipe>
<recipe name="crossbowBolt" count="5" scrapable="False" craft_time="15">
<ingredient name="boneShiv" count="1" grid="1, -1" />
<ingredient name="feather" count="5" grid="-1, 1" />
<ingredient name="yuccaFibers" count="5" grid="0, 0" />
</recipe>
<recipe name="canDogfood" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="30">
<ingredient name="rottingFlesh" count="1" />
<ingredient name="bottledWater" count="1" />
<ingredient name="canEmpty" count="1" />
</recipe>
<recipe name="canChili" count="1" scrapable="False" craft_area="campfire" craft_tool="cookingPot" craft_time="20">
<ingredient name="canCatfood" count="1" />
<ingredient name="canDogfood" count="1" />
<ingredient name="rottingFlesh" count="1" />
<ingredient name="canEmpty" count="1" />
</recipe>
<recipe name="dropCeiling02" count="2" scrapable="True" craft_time="15">
<ingredient name="woodFrame" count="1" grid="0, 0" />
<ingredient name="blueberries" count="1" grid="-1, 0" />
<ingredient name="blueberries" count="1" grid="0, -1" />
<ingredient name="blueberries" count="1" grid="1, 0" />
<ingredient name="blueberries" count="1" grid="0, 1" />
<ingredient name="woodPlank" count="1" grid="-1, -1" />
<ingredient name="woodPlank" count="1" grid="1, -1" />
<ingredient name="woodPlank" count="1" grid="-1, 1" />
<ingredient name="woodPlank" count="1" grid="1, 1" />
</recipe>
<recipe name="dropCeiling" count="1" scrapable="False" craft_time="15">
<ingredient name="woodPlank" count="1" grid="-1, 0" />
<ingredient name="woodPlank" count="1" grid="1, 0" />
<ingredient name="woodPlank" count="1" grid="0, 0" />
<ingredient name="woodPlank" count="1" grid="-1, 2" />
<ingredient name="woodPlank" count="1" grid="0, 2" />
<ingredient name="woodPlank" count="1" grid="1, 2" />
</recipe>
<recipe name="boardedWindows" count="1" scrapable="True" craft_time="15">
<ingredient name="woodPlank" count="1" grid="-2, 1" />
<ingredient name="woodPlank" count="1" grid="-1, 0" />
<ingredient name="woodPlank" count="1" grid="0, 1" />
<ingredient name="woodPlank" count="1" grid="1, 0" />
<ingredient name="woodPlank" count="1" grid="1, 1" />
<ingredient name="woodPlank" count="1" grid="1, -1" />
<ingredient name="woodPlank" count="1" grid="0, -1" />
<ingredient name="woodPlank" count="1" grid="-2, -1" />
<ingredient name="woodPlank" count="1" grid="-1, -2" />
<ingredient name="woodPlank" count="1" grid="1, -2" />
<ingredient name="woodPlank" count="1" grid="0, -2" />
<ingredient name="woodPlank" count="1" grid="2, -2" />
<ingredient name="woodPlank" count="1" grid="-1, -1" />
<ingredient name="woodPlank" count="1" grid="0, 0" />
<ingredient name="woodPlank" count="1" grid="2, 0" />
<ingredient name="woodPlank" count="1" grid="-1, 1" />
</recipe>
<recipe name="miningHelmet" count="1" scrapable="False" craft_time="15">
<ingredient name="flashlight01" count="1" grid="0, -2" />
<ingredient name="ironHelmet" count="1" grid="0, 0" />
<ingredient name="leatherStrips" count="4" grid="0, -1" />
<ingredient name="leather" count="1" grid="-1, 0" />
<ingredient name="leather" count="1" grid="1, 0" />
</recipe>
<recipe name="painkillers" count="1" scrapable="False" craft_area="campfire" craft_tool="beaker" craft_time="60">
<ingredient name="cotton" count="1" />
<ingredient name="corn" count="1" />
<ingredient name="grainAlcohol" count="1" />
<ingredient name="blueberries" count="1" />
</recipe>
<recipe name="bucketWater" count="1" scrapable="True" craft_time="15">
<ingredient name="bucket" count="1" grid="0, 0" />
<ingredient name="bottledWater" count="10" grid="0, -1" />
</recipe>
<recipe name="cloth" count="1" scrapable="False" craft_time="15">
<ingredient name="yuccaFibers" count="1" grid="1, 0" />
<ingredient name="yuccaFibers" count="1" grid="0, 0" />
<ingredient name="yuccaFibers" count="1" grid="-1, 0" />
<ingredient name="yuccaFibers" count="1" grid="-2, 0" />
</recipe>
<recipe name="cobblestones" count="1" scrapable="False" craft_time="15">
<ingredient name="cement" count="1" grid="0, -1" />
<ingredient name="rockSmall" count="8" grid="0, 0" />
</recipe>
<recipe name="gravel" count="2" scrapable="False" craft_time="15">
<ingredient name="rockSmall" count="1" grid="0, -1" />
<ingredient name="rockSmall" count="1" grid="-1, -1" />
<ingredient name="rockSmall" count="1" grid="0, 0" />
<ingredient name="rockSmall" count="1" grid="-1, 0" />
</recipe>
<recipe name="gravel" count="2" scrapable="False" craft_time="15">
<ingredient name="stone" count="1" grid="0, -1" />
</recipe>
<recipe name="rockSmall" count="8" scrapable="False" craft_time="15">
<ingredient name="forge" count="1" grid="0, 0" />
</recipe>
<recipe name="rockSmall" count="8" scrapable="False" craft_time="15">
<ingredient name="campfire" count="1" grid="0, 0" />
</recipe>
<recipe name="concreteTileBrown" count="1" scrapable="False" craft_time="15">
<ingredient name="concrete" count="1" grid="0, 0" />
<ingredient name="plantYucca" count="1" grid="0, -1" />
</recipe>
<recipe name="concreteTileGreen" count="1" scrapable="False" craft_time="15">
<ingredient name="concrete" count="1" grid="0, 0" />
<ingredient name="tallGrassDiagonal2" count="1" grid="0, -1" />
</recipe>
<recipe name="concreteBlock" count="1" scrapable="False" craft_time="5">
<ingredient name="halfBlockConcrete" count="1" grid="1, 0" />
<ingredient name="halfBlockConcrete" count="1" grid="-1, -1" />
<ingredient name="halfBlockConcrete" count="1" grid="1, -1" />
<ingredient name="halfBlockConcrete" count="1" grid="-1, 0" />
<ingredient name="halfBlockConcrete" count="1" grid="0, -1" />
<ingredient name="halfBlockConcrete" count="1" grid="0, 0" />
<ingredient name="halfBlockConcrete" count="1" grid="-1, 1" />
<ingredient name="halfBlockConcrete" count="1" grid="0, 1" />
<ingredient name="halfBlockConcrete" count="1" grid="1, 1" />
</recipe>
<recipe name="cowboyHat" count="1" scrapable="False" craft_time="15">
<ingredient name="cotton" count="1" grid="0, 0" />
<ingredient name="leather" count="1" grid="-2, 0" />
<ingredient name="leather" count="1" grid="-1, 0" />
<ingredient name="leather" count="1" grid="0, -1" />
<ingredient name="leather" count="1" grid="1, 0" />
<ingredient name="leather" count="1" grid="2, 0" />
</recipe>
<recipe name="glassIndustrial" count="1" scrapable="False" craft_time="5">
<ingredient name="scrapIron" count="1" grid="0, -1" />
<ingredient name="scrapIron" count="1" grid="0, 1" />
<ingredient name="scrapIron" count="1" grid="-2, -1" />
<ingredient name="scrapIron" count="1" grid="-1, -1" />
<ingredient name="scrapIron" count="1" grid="1, -1" />
<ingredient name="scrapIron" count="1" grid="2, -1" />
<ingredient name="scrapIron" count="1" grid="-2, 1" />
<ingredient name="scrapIron" count="1" grid="-1, 1" />
<ingredient name="scrapIron" count="1" grid="1, 1" />
<ingredient name="scrapIron" count="1" grid="2, 1" />
<ingredient name="glass" count="1" grid="-2, -2" />
<ingredient name="glass" count="1" grid="-1, -2" />
<ingredient name="glass" count="1" grid="0, -2" />
<ingredient name="glass" count="1" grid="1, -2" />
<ingredient name="glass" count="1" grid="2, -2" />
<ingredient name="glass" count="1" grid="-2, 0" />
<ingredient name="glass" count="1" grid="-1, 0" />
<ingredient name="glass" count="1" grid="0, 0" />
<ingredient name="glass" count="1" grid="1, 0" />
<ingredient name="glass" count="1" grid="2, 0" />
<ingredient name="glass" count="1" grid="-2, 2" />
<ingredient name="glass" count="1" grid="-1, 2" />
<ingredient name="glass" count="1" grid="0, 2" />
<ingredient name="glass" count="1" grid="1, 2" />
<ingredient name="glass" count="1" grid="2, 2" />
</recipe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment