From 772132562befbec9a742b58d4a448f8f0228b872 Mon Sep 17 00:00:00 2001 From: PHIDIAS <10016767+PHIDIAS0303@users.noreply.github.com> Date: Thu, 1 Dec 2022 00:54:50 +0900 Subject: [PATCH] Create data.lua --- PHI-EN/data.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 PHI-EN/data.lua diff --git a/PHI-EN/data.lua b/PHI-EN/data.lua new file mode 100644 index 0000000..b63257b --- /dev/null +++ b/PHI-EN/data.lua @@ -0,0 +1,4 @@ +require("prototypes.entity.entity") +require("prototypes.item.items") +require("prototypes.recipe.recipe-power") +require("prototypes.technology.technology-compound-power") \ No newline at end of file