diff options
| author | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-10-27 12:51:55 +0000 |
|---|---|---|
| committer | anhgelus <anhgelus.morhtuuzh@proton.me> | 2024-10-27 12:51:55 +0000 |
| commit | ce4dbfaa07d4c980fc9bd0aea6c4435a154b4113 (patch) | |
| tree | 0968c5bebf2788775a1003d0395aa79a7f9bbcb6 /gradle.properties | |
| parent | c984c9c43727659c80f24779c0fbd7b83cde12d0 (diff) | |
feat(minecraft): supports minecraft 1.21.2 and 1.21.3
#4
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gradle.properties b/gradle.properties index bfebea2..7efd6a2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,17 +4,17 @@ 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
+minecraft_version=1.21.3
+yarn_mappings=1.21.3+build.2
+loader_version=0.16.7
# Fabric API
-fabric_version=0.100.7+1.21
+fabric_version=0.107.0+1.21.3
# Libs
-midnightlib_version=1.5.7-fabric
+midnightlib_version=1.6.4-fabric
# Mod Properties
-mod_version=1.1.1
+mod_version=1.2.0
maven_group=world.anhgelus.manhunt
archives_base_name=manhunt
|
