更新geckolib依赖版本

This commit is contained in:
17146 2025-05-18 18:07:40 +08:00 committed by Light_Quanta
parent 8d0ce94062
commit c498749283
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ ground and pick it up again to reset data)
1. Ensure using Minecraft version 1.20.1 1. Ensure using Minecraft version 1.20.1
2. Ensure Forge 47.2.0 or above is installed 2. Ensure Forge 47.2.0 or above is installed
3. Ensure Curios Api mod 5.4.2-1.20.1 or above is installed 3. Ensure Curios Api mod 5.4.2-1.20.1 or above is installed
4. Ensure Geckolib mod 4.4.4-1.20.1 or above is installed 4. Ensure Geckolib mod 4.7.1.2-1.20.1 or above is installed (version before 0.8.0 requires Geckolib 4.4.4)
5. Place the mod jar file into mods folder 5. Place the mod jar file into mods folder
## Integration ## Integration

View file

@ -13,7 +13,7 @@
1. 确保使用的Minecraft版本为 1.20.1 1. 确保使用的Minecraft版本为 1.20.1
2. 确保你为Minecraft安装了 47.2.0 及以上版本的 Forge 2. 确保你为Minecraft安装了 47.2.0 及以上版本的 Forge
3. 确保安装了 5.4.2-1.20.1 版本及以上的 Curios Api 模组; 3. 确保安装了 5.4.2-1.20.1 版本及以上的 Curios Api 模组;
4. 确保安装了 4.4.4-1.20.1 版本及以上的 Geckolib 模组; 4. 确保安装了 4.7.1.2-1.20.1 版本及以上的 Geckolib 模组;(0.8.0前要求4.4.4)
5. 将模组jar文件放进mods文件夹。 5. 将模组jar文件放进mods文件夹。
## 联动 ## 联动

View file

@ -38,7 +38,7 @@ side = "BOTH"
[[dependencies.superbwarfare]] [[dependencies.superbwarfare]]
modId = "geckolib" modId = "geckolib"
type = "required" type = "required"
versionRange = "[4.7.0,)" versionRange = "[4.7.1.2,)"
ordering = "NONE" ordering = "NONE"
side = "BOTH" side = "BOTH"