diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-23 11:15:05 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-26 16:23:21 -0400 |
commit | 07f6469fffac314ac529794e159b266bc49fc6af (patch) | |
tree | 44e10db5a2586dccce3accf8863e71ae31dd40f0 /src/main | |
parent | 4e26a5f5530649b70a16d858a6ff39981ee5a93f (diff) | |
download | Skyblocker-07f6469fffac314ac529794e159b266bc49fc6af.tar.gz Skyblocker-07f6469fffac314ac529794e159b266bc49fc6af.tar.bz2 Skyblocker-07f6469fffac314ac529794e159b266bc49fc6af.zip |
1.20.5
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e350b8a4..4972377e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -36,7 +36,7 @@ "fabricloader": ">=0.15.10", "fabric-api": ">=0.97.5+1.20.5", "yet_another_config_lib_v3": ">=3.3.2+1.20.4+update.1.20.5-SNAPSHOT+update.1.20.5-SNAPSHOT", - "minecraft": "~1.20.5-rc.3", + "minecraft": "~1.20.5", "java": ">=21" }, "conflicts": { |