added deps
Some checks failed
build / build (17, ubuntu-22.04) (push) Failing after 17s
build / build (17, windows-2022) (push) Has been cancelled

This commit is contained in:
2025-12-13 02:35:42 +02:00
parent 4af141bbbc
commit a66c2f694b
3 changed files with 9 additions and 6 deletions

View File

@@ -8,4 +8,6 @@
- uh
- i make world tall
- i make, change recipe's
- i think thats it
- i think thats it
## fuck this

View File

@@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.9
loader_version=0.16.10
# Mod Properties
mod_version=0.0.2
mod_version=0.0.3
maven_group=com.smithy
archives_base_name=celestium

View File

@@ -25,9 +25,10 @@
"fabricloader": ">=0.14.21",
"minecraft": "~1.20.1",
"java": ">=17",
"fabric": ">=0.92.1+1.20.1"
"fabric": ">=0.92.1+1.20.1",
"ad_astra": "*",
"tardis_refined": "*",
"createdeco": "*"
},
"suggests": {
}
"suggests": {}
}