Initial Commit

This commit is contained in:
Maxscout
2026-06-04 23:46:35 -04:00
commit 04a6f6c8f9
7 changed files with 28 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/server

8
.gitmodules vendored Normal file
View File

@@ -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

1
custom_mods/Iris Submodule

Submodule custom_mods/Iris added at f0087e78b3

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

10
pakku-lock.json Normal file
View File

@@ -0,0 +1,10 @@
{
"target": "modrinth",
"mc_versions": [
"1.21.1"
],
"loaders": {
"neoforge": "21.1.233"
},
"lockfile_version": 1
}

7
pakku.json Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "Creative Industrialization",
"version": "0.0.1",
"overrides": [
"config"
]
}