diff options
| author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-12-03 14:17:20 -0500 |
|---|---|---|
| committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-12-08 16:10:15 -0500 |
| commit | f2a98b8540151aaba1c754e204d72b619f9ebb00 (patch) | |
| tree | a88630a63bd8609ed07cd825dda3adfee1987578 | |
| parent | c6f0b752245d38ce5be9c03d944d0c0a0cd23290 (diff) | |
| download | Skyblocker-f2a98b8540151aaba1c754e204d72b619f9ebb00.tar.gz Skyblocker-f2a98b8540151aaba1c754e204d72b619f9ebb00.tar.bz2 Skyblocker-f2a98b8540151aaba1c754e204d72b619f9ebb00.zip | |
1.21.4
| -rw-r--r-- | gradle.properties | 6 | ||||
| -rw-r--r-- | src/main/resources/fabric.mod.json | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties index 56d97687..48eef9e3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,13 +3,13 @@ org.gradle.parallel=true # Fabric Properties (https://fabricmc.net/versions.html) ## 1.21.2 -minecraft_version=1.21.4-rc3 -yarn_mappings=1.21.4-rc3+build.3 +minecraft_version=1.21.4 +yarn_mappings=1.21.4+build.1 loader_version=0.16.9 #Fabric api ## 1.21.2 -fabric_api_version=0.110.2+1.21.4 +fabric_api_version=0.110.5+1.21.4 # Minecraft Mods ## YACL (https://github.com/isXander/YetAnotherConfigLib) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f096dee3..1344e866 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -41,10 +41,10 @@ "accessWidener": "skyblocker.accesswidener", "depends": { "fabricloader": ">=0.16.9", - "fabric-api": ">=0.110.2+1.21.4", + "fabric-api": ">=0.110.5+1.21.4", "yet_another_config_lib_v3": ">=3.6.1+1.21.2", "hm-api": ">=1.0.1+1.21.2", - "minecraft": "~1.21.4-rc.3", + "minecraft": "~1.21.4", "java": ">=21" }, "conflicts": { |
