diff --git a/CHANGELOG b/CHANGELOG index 75d86f2..17b6985 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,4 +8,6 @@ - uh - i make world tall - i make, change recipe's -- i think thats it \ No newline at end of file +- i think thats it + +## fuck this \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index b8df83a..ab62482 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1e46675..75c8ab3 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -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": {} } \ No newline at end of file