diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-04-14 06:55:53 -0700 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-04-14 07:06:03 -0700 |
commit | d7ec2be02a1aae83eef2a5dbf7cf88d123804b38 (patch) | |
tree | 19946fc42031e479bc90fe4c3dda5cfb224f9731 /prototypes | |
parent | 7ca781e1d5bb34c601153c4acfc9cf61873b8b8a (diff) |
Fixes typo: recepie -> recipe
Diffstat (limited to 'prototypes')
-rw-r--r-- | prototypes/energy-pad.lua | 6 | ||||
-rw-r--r-- | prototypes/recipe.lua (renamed from prototypes/recepie.lua) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/prototypes/energy-pad.lua b/prototypes/energy-pad.lua index 11b3c50..4c79661 100644 --- a/prototypes/energy-pad.lua +++ b/prototypes/energy-pad.lua @@ -15,8 +15,8 @@ energy_source.collision_box = clp.collision_box energy_source.selection_box = clp.selection_box
-local clp_recepie = util.table.deepcopy(data.raw["recipe"]["cargo-landing-pad"])
-clp_recepie.ingredients =
+local clp_recipe = util.table.deepcopy(data.raw["recipe"]["cargo-landing-pad"])
+clp_recipe.ingredients =
{
{type = "item", name = "concrete", amount = 250},
{type = "item", name = "processing-unit", amount = 35},
@@ -45,7 +45,7 @@ heat_pipe.minable = nil data:extend({
energy_source,
- clp_recepie,
+ clp_recipe,
heat_pipe,
thermal_pad
})
diff --git a/prototypes/recepie.lua b/prototypes/recipe.lua index ba0112e..ba0112e 100644 --- a/prototypes/recepie.lua +++ b/prototypes/recipe.lua |