Custom Recipes
KraftZone Server: mc.kraftzone.tk

=====================================================

Author Topic: Custom Recipes  (Read 10857 times)

Toxic

  • Newbie
  • *
  • Posts: 8
    • View Profile
Custom Recipes
« on: October 09, 2014, 01:16:59 am »
 <recipe name="sunglasses" count="1" scrapable="False" craft_time="5">
    <ingredient name="metalStrips" count="1" grid="0, 0" />
    <ingredient name="metalStrips" count="1" grid="2, 0" />
    <ingredient name="metalStrips" count="1" grid="-2, 0" />
    <ingredient name="glass" count="1" grid="1, 0" />
    <ingredient name="glass" count="1" grid="-1, 0" />
    <ingredient name="metalStrips" count="1" grid="2, 1" />
    <ingredient name="metalStrips" count="1" grid="-2, 1" />
  </recipe>

<recipe name="cigar" count="1" scrapable="False" craft_time="5">
    <ingredient name="brownGrassDiagonal" count="1" grid="0, 0" />
    <ingredient name="yuccaFibers" count="1" grid="1, 0" />
    <ingredient name="yuccaFibers" count="1" grid="-1, 0" />
  </recipe>

<recipe name="cigarette" count="1" scrapable="False" craft_time="5">
    <ingredient name="brownGrassDiagonal" count="1" grid="0, 0" />
    <ingredient name="paper" count="1" grid="1, 0" />
    <ingredient name="paper" count="1" grid="-1, 0" />
  </recipe>

Toxic

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Custom Recipes
« Reply #1 on: October 09, 2014, 01:18:23 am »
 <recipe name="gasMask" count="1" scrapable="False" craft_time="25">
    <ingredient name="goggles" count="1" grid="0, 0" />
    <ingredient name="airFilter" count="1" grid="0, 1" />
    <ingredient name="leatherStrips" count="1" grid="-1, 0" />
    <ingredient name="leatherStrips" count="1" grid="1, 0" />
  </recipe>

Toxic

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Custom Recipes
« Reply #2 on: October 09, 2014, 01:30:06 am »
 <recipe name="toilet01" count="1" scrapable="False" craft_time="10">
    <ingredient name="shortMetalPipe" count="1" grid="-2, 2" />
    <ingredient name="thinMetalPlate" count="1" grid="-2, 1" />
    <ingredient name="bucketWater" count="1" grid="-2, 0" />
    <ingredient name="thinMetalPlate" count="1" grid="0, 1" />
    <ingredient name="bucket" count="1" grid="-1, 2" />
    <ingredient name="thinMetalPlate" count="1" grid="0, 2" />
    <ingredient name="chair01" count="1" grid="-1, 1" />
  </recipe>

Toxic

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Custom Recipes
« Reply #3 on: October 09, 2014, 01:33:58 am »
<recipe name="fountain" count="1" scrapable="False" craft_time="60">
    <ingredient name="shortMetalPipe" count="1" grid="0, 0" />
    <ingredient name="shortMetalPipe" count="1" grid="1, 0" />
    <ingredient name="shortMetalPipe" count="1" grid="-1, 0" />
    <ingredient name="bucketWater" count="1" grid="0, 1" />
    <ingredient name="bottledRiverWater" count="1" grid="0, -1" />
  </recipe>

<recipe name="thinMetalPlate" count="8" scrapable="False" craft_time="3">
    <ingredient name="forgedIron" count="1" grid="0, -1" />
    <ingredient name="forgedIron" count="1" grid="-1, -1" />
    <ingredient name="forgedIron" count="1" grid="0, 0" />
    <ingredient name="forgedIron" count="1" grid="-1, 0" />
  </recipe>


Toxic

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Custom Recipes
« Reply #4 on: October 09, 2014, 01:57:12 am »
<recipe name="cooler" count="1" scrapable="False" craft_time="15">
    <ingredient name="thinPlanks" count="1" grid="0, -1" />
    <ingredient name="ice" count="1" grid="0, 0" />
    <ingredient name="woodPlank" count="1" grid="1, 0" />
    <ingredient name="thinPlanks" count="1" grid="1, -1" />
    <ingredient name="thinPlanks" count="1" grid="-1, -1" />
    <ingredient name="woodPlank" count="1" grid="-1, 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" />
  </recipe>

Toxic

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Custom Recipes
« Reply #5 on: October 09, 2014, 01:58:30 am »
<recipe name="mailbox" count="1" scrapable="False" craft_time="2">
    <ingredient name="canEmpty" count="1" grid="-1, 0" />
    <ingredient name="canEmpty" count="1" grid="-1, -1" />
    <ingredient name="canEmpty" count="1" grid="0, -1" />
    <ingredient name="canEmpty" count="1" grid="1, -1" />
    <ingredient name="canEmpty" count="1" grid="1, 0" />
    <ingredient name="canEmpty" count="1" grid="0, 0" />
  </recipe>

Toxic

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Custom Recipes
« Reply #6 on: October 09, 2014, 02:08:16 am »
 <recipe name="munitionsbox" count="1" scrapable="False" craft_time="15">
    <ingredient name="ironwall" count="1" grid="0, 1" />
    <ingredient name="securegunsafe" count="1" grid="0, 0" />
    <ingredient name="ironwall" count="1" grid="0, -1" />
  </recipe>

Sebbacus

  • Full Member
  • ***
  • Posts: 186
    • View Profile
Re: Custom Recipes
« Reply #7 on: October 09, 2014, 04:00:31 pm »
lol, those are cool, why couldn't u have put it all in one post though? koolio should add them! although idk how easy it is :D
Fire melts ice :P

zingk

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Custom Recipes
« Reply #8 on: November 27, 2014, 09:50:27 am »
Hi Koolio, please, would it be possible to put the auger and crafts chainsaw ?

Koolio

  • Administrator
  • Hero Member
  • *****
  • Posts: 2073
    • View Profile
Re: Custom Recipes
« Reply #9 on: November 27, 2014, 11:30:41 am »
maybe (haven't gotten to looking at recipes yet) just use http://7dtd.tk  forum to post now.. your account here works on there aswel