diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-12 17:40:08 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-04-26 16:23:20 -0400 |
commit | 784ef6128b1963c696a13d2c81983fe372dd1424 (patch) | |
tree | 2c9ecc373ad3a99942e7a3d1621f9dd41872c914 /src/main/resources | |
parent | 38008ae8f6b7ae18cce19f046b13fb5890f64399 (diff) | |
download | Skyblocker-784ef6128b1963c696a13d2c81983fe372dd1424.tar.gz Skyblocker-784ef6128b1963c696a13d2c81983fe372dd1424.tar.bz2 Skyblocker-784ef6128b1963c696a13d2c81983fe372dd1424.zip |
1.20.5-pre1
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 684fd66d..87de1f97 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -33,10 +33,10 @@ ], "accessWidener": "skyblocker.accesswidener", "depends": { - "fabricloader": ">=0.15.9", - "fabric-api": ">=0.96.14+1.20.5", + "fabricloader": ">=0.15.10", + "fabric-api": ">=0.96.15+1.20.5", "yet_another_config_lib_v3": ">=3.3.3+1.20.4+update.1.20.5-SNAPSHOT+update.1.20.5-SNAPSHOT", - "minecraft": "~1.20.5-alpha.24.14.a", + "minecraft": "~1.20.5-beta.1", "java": ">=21" }, "conflicts": { |