diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-07-26 21:23:43 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-07-26 21:23:43 +0000 |
| commit | 6f183d857d97eb8f45f010b0d9975b4bb19faa9a (patch) | |
| tree | 0599ab3bb90db86367275273eb910a7634721cae /gradle.properties | |
| parent | 257b4aabb5f284106fc4ee78373784a793ee4b72 (diff) | |
refactor(minecraft): upgrade to 1.21
Thanks @Leo-210 for the idea
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/gradle.properties b/gradle.properties index 70ae8ef..341b60b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,17 +1,17 @@ -# Done to increase the memory available to gradle. -org.gradle.jvmargs=-Xmx1G -org.gradle.parallel=true - -# Fabric Properties -# check these on https://fabricmc.net/develop -minecraft_version=1.16.1 -yarn_mappings=1.16.1+build.21 -loader_version=0.15.11 - -# Mod Properties -mod_version=1.0.0 -maven_group=world.anhgelus.manhunt -archives_base_name=manhunt - -# Dependencies -fabric_version=0.42.0+1.16
\ No newline at end of file +# Done to increase the memory available to gradle.
+org.gradle.jvmargs=-Xmx1G
+org.gradle.parallel=true
+
+# Fabric Properties
+# check these on https://fabricmc.net/develop
+minecraft_version=1.21
+yarn_mappings=1.21+build.9
+loader_version=0.15.11
+
+# Fabric API
+fabric_version=0.100.7+1.21
+
+# Mod Properties
+mod_version=1.0.0
+maven_group=world.anhgelus.manhunt
+archives_base_name=manhunt
|
