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 /data.lua | |
parent | 7ca781e1d5bb34c601153c4acfc9cf61873b8b8a (diff) |
Fixes typo: recepie -> recipe
Diffstat (limited to 'data.lua')
-rw-r--r-- | data.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ require("prototypes.tech")
-require("prototypes.recepie")
+require("prototypes.recipe")
require("prototypes.entities")
require("prototypes.item")
@@ -9,4 +9,4 @@ end if(mods["space-age"]) then
require("prototypes.energy-pad")
-end
\ No newline at end of file +end
|