This commit is contained in:
hyper 2025-11-29 13:29:44 +08:00
commit 43da86ddab
3 changed files with 20 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.log
config/
options.txt

10
pakku-lock.json Normal file
View File

@ -0,0 +1,10 @@
{
"target": "modrinth",
"mc_versions": [
"1.20.1"
],
"loaders": {
"forge": "47.4.10"
},
"lockfile_version": 1
}

7
pakku.json Normal file
View File

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