Skip to content

Commit

Permalink
Rocket frame icon and lubricant recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
tburrows13 committed Nov 2, 2023
1 parent afe1cff commit 538bf82
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Other small-to-medium mods will probably work, although may break the intended b

### Attributions
Thank you to everyone who's contributed to the mods used in Freight Forwarding. In particular: Deadlock989, shanemadden, schnurrebutz, robot256, Klonan, Sacredanarchy, brevven, and lexsus.
Thank you to [Galdoc](https://mods.factorio.com/user/Galdoc) for the lava pool graphics.
Thank you to [Galdoc](https://mods.factorio.com/user/Galdoc) for the lava pool and rocket frame item graphics.
Thank you to [Stringweasel](https://mods.factorio.com/user/Stringweasel) for the seismic scanner graphics (from [Biter Power](https://mods.factorio.com/mod/biter-power)).
Thank you to [FragJacker](https://mods.factorio.com/user/FragJacker) for the battery charging/discharging station graphics (from [SE Space Trains](https://mods.factorio.com/mod/se-space-trains)).
Thank you to [Yehn](https://mods.factorio.com/user/Yehn) for [Island Start](https://mods.factorio.com/mod/IslandStart), which this mod's map generation is based on.
Expand Down
Binary file modified graphics/item/rocket-frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions prototypes/titansteel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,20 @@ data:extend{
{
type = "recipe",
name = "ff-rocket-frame",
category = "crafting",
category = "crafting-with-fluid",
energy_required = 15,
enabled = false,
ingredients =
{
{"low-density-structure", 1},
{"ff-titansteel-plate", 1},
{type = "fluid", name = "lubricant", amount = 200},
},
result = "ff-rocket-frame"
results = {
{type = "item", name = "ff-rocket-frame", amount = 1},
{type = "fluid", name = "lubricant", amount = 180},
},
main_product = "ff-rocket-frame",
},
{
type = "item",
Expand Down

0 comments on commit 538bf82

Please sign in to comment.