From 6c294154132e5ce122587e18d9a4e8d849da4cb8 Mon Sep 17 00:00:00 2001 From: Kirazy <35714562+kirazy@users.noreply.github.com> Date: Sun, 20 Sep 2020 23:13:51 -0700 Subject: [PATCH] Require the pipe-pictures file --- data.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/data.lua b/data.lua index d44a5e2..e9ef0a1 100644 --- a/data.lua +++ b/data.lua @@ -7,6 +7,7 @@ require("prototypes.functions") require("prototypes.functions.entity-rescaling") require("prototypes.functions.icon-handling") +require("prototypes.functions.pipe-pictures") require("prototypes.label-items") -- Compatibility with ShinyBobGFX/ShinyAngelGFX (requires must be done in data-updates)