From d1066311b495a346a2e0b941858f9d60b8c3f011 Mon Sep 17 00:00:00 2001 From: Hawarth Date: Fri, 20 Mar 2026 15:10:38 +0100 Subject: chore: init Initialises the project with an info.txt and init.lua, so that the mod is picked up in Dwarf Fortress. --- scripts/init.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/init.lua (limited to 'scripts') diff --git a/scripts/init.lua b/scripts/init.lua new file mode 100644 index 0000000..3eb4b0f --- /dev/null +++ b/scripts/init.lua @@ -0,0 +1 @@ +log("Hello from Lumberborne!") -- cgit v1.2.3