Skip to content

Commit

Permalink
recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
sayterdarkwynd committed Jan 5, 2017
1 parent 9cd5132 commit 9fa541e
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 13 deletions.
2 changes: 1 addition & 1 deletion items/generic/crafting/fu_hydrogen.item
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description" : "Wonderful applications exist for this element.",
"shortdescription" : "Hydrogen (H)",
"radioMessagesOnPickup" : [ "pickupHydrogen" ],
"learnBlueprintsOnPickup" : [ "isn_flamethrower", "fu_hydrogenmetallic" ],
"learnBlueprintsOnPickup" : [ "isn_flamethrower", "fu_hydrogenmetallic", "fu_flameturret" ],
"fuelAmount" : 20,
"itemTags" : [ "reagent" ]
}
1 change: 1 addition & 0 deletions items/generic/crafting/titaniumbar.item.patch
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"mantizitier3chest",
"teslastaff1",
"minirocketlauncher",
"fu_rocketturret",
"kelpsteelhatchet",
"spacefarerchest",
"spacefarerhead",
Expand Down
25 changes: 13 additions & 12 deletions items/generic/crafting/tungstenbar.item.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,24 @@
"mantizitier2pants",
"mantizitier2head",
"mantizitier2chest",
"tungstenbow",
"hardenedsteelblade",
"genecabinet",
"genestorage",
"fusteelgirdirmaterial",
"microscope",
"retexironblock",
"labfence",
"isn_powersensor",
"isn_solarpanel",
"isn_hydroponicstray",
"isn_battery_t1",
"tungstenbow",
"hardenedsteelblade",
"genecabinet",
"genestorage",
"fusteelgirdirmaterial",
"microscope",
"retexironblock",
"labfence",
"isn_powersensor",
"isn_solarpanel",
"isn_hydroponicstray",
"isn_battery_t1",
"fu_powersensorlarge",
"isn_powersensor",
"energyassault",
"laspistol",
"lasrifle",
"fu_laserturret",
"bees_industrialcentrifuge",
"honeyjarrer",
"handhoe",
Expand Down
11 changes: 11 additions & 0 deletions recipes/ff_stations/fu_flameturret.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"input" : [
{ "item" : "standingturret", "count" : 1 },
{ "item" : "isn_flamethrower", "count" : 1 }
],
"output" : {
"item" : "fu_flameturret",
"count" : 1
},
"groups" : [ "powerstation", "tool", "all" ]
}
11 changes: 11 additions & 0 deletions recipes/ff_stations/fu_laserturret.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"input" : [
{ "item" : "standingturret", "count" : 1 },
{ "item" : "lasrifle", "count" : 1 }
],
"output" : {
"item" : "fu_laserturret",
"count" : 1
},
"groups" : [ "powerstation", "tool", "all" ]
}
11 changes: 11 additions & 0 deletions recipes/ff_stations/fu_rocketturret.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"input" : [
{ "item" : "standingturret", "count" : 1 },
{ "item" : "minirocketlauncher", "count" : 1 }
],
"output" : {
"item" : "fu_rocketturret",
"count" : 1
},
"groups" : [ "powerstation", "tool", "all" ]
}

0 comments on commit 9fa541e

Please sign in to comment.