Add cf-lib

This commit is contained in:
Simon Brodtmann 2025-01-06 13:44:44 +01:00
parent b81de91273
commit 72a9cf4a2d
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,4 @@
require("__cf-lib__/util")
require("prototypes/content/data") require("prototypes/content/data")
require("prototypes/integrations/data") require("prototypes/integrations/data")
require("prototypes/technology")

View file

@ -9,6 +9,7 @@
"dependencies": [ "dependencies": [
"base", "base",
"space-age >= 2.0.0", "space-age >= 2.0.0",
"cf-lib >= 0.0.1",
"wood-military >= 2.0.0", "wood-military >= 2.0.0",
"Wood-Walls >= 1.2.0", "Wood-Walls >= 1.2.0",
"wood-logistics >= 2.1.1", "wood-logistics >= 2.1.1",