From c8ff481c4dcb692ec6ed7752802ae46e9b46dbdf Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 3 Feb 2025 15:47:14 +0100 Subject: [PATCH] Propertly load cf-lib util --- hot-metals/data.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hot-metals/data.lua b/hot-metals/data.lua index 1eb128b..aa33894 100644 --- a/hot-metals/data.lua +++ b/hot-metals/data.lua @@ -10,6 +10,8 @@ HotMetals = { skipTechUnlocksFor = {} } +require("__cf-lib__/util") + if settings.startup["hot-metals-plastic"].value then table.insert(HotMetals.items, "plastic-bar") if not mods["space-age"] then -- Space age uses other crafting categories