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 /src/main/resources | |
| parent | c6f0b752245d38ce5be9c03d944d0c0a0cd23290 (diff) | |
| download | Skyblocker-f2a98b8540151aaba1c754e204d72b619f9ebb00.tar.gz Skyblocker-f2a98b8540151aaba1c754e204d72b619f9ebb00.tar.bz2 Skyblocker-f2a98b8540151aaba1c754e204d72b619f9ebb00.zip | |
1.21.4
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 4 |
1 files changed, 2 insertions, 2 deletions
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": { |
