commit 04a6f6c8f9f4410408045c278b37ec28dd26f72f Author: Maxscout Date: Thu Jun 4 23:46:35 2026 -0400 Initial Commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..06845b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/server diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..928ffd6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,8 @@ +[submodule "custom_mods/Iris"] + path = custom_mods/Iris + url = https://github.com/IrisShaders/Iris + branch = 1.21.1 +[submodule "custom_mods/Create-The_Factory_Must_Grow"] + path = custom_mods/Create-The_Factory_Must_Grow + url = https://github.com/DrMango14/Create-The_Factory_Must_Grow + branch = 1.21.1 diff --git a/custom_mods/Create-The_Factory_Must_Grow b/custom_mods/Create-The_Factory_Must_Grow new file mode 160000 index 0000000..baf0f1c --- /dev/null +++ b/custom_mods/Create-The_Factory_Must_Grow @@ -0,0 +1 @@ +Subproject commit baf0f1cda274e859bda19887b85f084c7dc38f27 diff --git a/custom_mods/Iris b/custom_mods/Iris new file mode 160000 index 0000000..f0087e7 --- /dev/null +++ b/custom_mods/Iris @@ -0,0 +1 @@ +Subproject commit f0087e78b3a35952495b49948d63824c171cc404 diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..27d589b Binary files /dev/null and b/icon.png differ diff --git a/pakku-lock.json b/pakku-lock.json new file mode 100644 index 0000000..64c86bd --- /dev/null +++ b/pakku-lock.json @@ -0,0 +1,10 @@ +{ + "target": "modrinth", + "mc_versions": [ + "1.21.1" + ], + "loaders": { + "neoforge": "21.1.233" + }, + "lockfile_version": 1 +} \ No newline at end of file diff --git a/pakku.json b/pakku.json new file mode 100644 index 0000000..eedf84d --- /dev/null +++ b/pakku.json @@ -0,0 +1,7 @@ +{ + "name": "Creative Industrialization", + "version": "0.0.1", + "overrides": [ + "config" + ] +} \ No newline at end of file