aboutsummaryrefslogtreecommitdiff
path: root/prototypes/energy-pad.lua
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/energy-pad.lua')
-rw-r--r--prototypes/energy-pad.lua6
1 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
})