diff --git a/1.8.9-1.10-forge/src/main/java/cn/flowerinsnow/greatscrollabletooltips/GreatScrollableTooltips.java b/1.8.9-1.10-forge/src/main/java/cn/flowerinsnow/greatscrollabletooltips/GreatScrollableTooltips.java index 61ec37b..57ec73e 100644 --- a/1.8.9-1.10-forge/src/main/java/cn/flowerinsnow/greatscrollabletooltips/GreatScrollableTooltips.java +++ b/1.8.9-1.10-forge/src/main/java/cn/flowerinsnow/greatscrollabletooltips/GreatScrollableTooltips.java @@ -29,7 +29,8 @@ name = GreatScrollableTooltips.NAME, version = GreatScrollableTooltips.VERSION, clientSideOnly = true, - guiFactory = "cn.flowerinsnow.greatscrollabletooltips.screen.GreatScrollableTooltipsGuiFactory" + guiFactory = "cn.flowerinsnow.greatscrollabletooltips.screen.GreatScrollableTooltipsGuiFactory", + acceptedMinecraftVersions = "[1.8.9,1.10]" ) @SideOnly(Side.CLIENT) public class GreatScrollableTooltips { diff --git a/README.md b/README.md index 54608a5..1fc14ec 100644 --- a/README.md +++ b/README.md @@ -30,28 +30,28 @@ If you are using the Fabric version, please install Mod [Mod Menu](https://modri **Due to my limited time and energy, if you need more supported versions, compatible to mods, or problems that need to be fixed, please let me know by opening issues. Otherwise, I will update as I wish.** ## Fabric -| Mod version | Minecraft versions | [#38](https://github.com/flowerinsnow-lights-opensource/GreatScrollableTooltips/issues/38) | [LegendaryTooltips](https://github.com/AHilyard/LegendaryTooltips) | [#72](https://github.com/flowerinsnow-lights-opensource/GreatScrollableTooltips/issues/72) | [#75](https://github.com/flowerinsnow-lights-opensource/GreatScrollableTooltips/issues/75) | [AppleSkin](https://github.com/squeek502/AppleSkin) | -| :-------------------------: | :----------------------------: | :----------------------------------------------------------------------------------------: | :----------------------------------------------------------------: | :----------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------: | :-------------------------------------------------: | -| 6.x | 1.16-1.16.1 | ❌ | ❌ | ❌ | ❌ | ❌ | -| 7.x | 1.16.2-1.16.5 | ❌ | ❌ | ❌ | ❌ | ❌ | -| 8.x | 1.17-1.17.1 | ✅ | ✅ | ✅ | ✅ | ✅ | -| 9.x | 1.18-1.18.2 | ❌ | ❌ | ❌ | ❌ | ❌ | -| 9.x | 1.18-1.18.2 | ❌ | ❌ | ❌ | ❌ | ❌ | -| 10.x | 1.19-1.19.1 | ❌ | ❌ | ❌ | ❌ | ❌ | -| 11.x | 1.19-1.19.1 | ❌ | ❌ | ❌ | ❌ | ❌ | -| 11.x(Unexpected duplicated) | 1.19.2 | ❌ | ❌ | ❌ | ❌ | ❌ | -| 13.x | 1.20-1.20.1 | ❌ | ❌ | ❌ | ❌ | ❌ | -| 14.x | 1.20.2-1.20.4,23w40a-24w13a | ✅ | ✅ | ✅ | ✅ | ❌ | -| 15.x | 1.20.5-1.21.1,24w14a-1.21.1rc1 | ✅ | ✅ | ✅ | ✅ | ✅ | -| 16.x | 24w33a-24w45a | ✅ | - | ✅ | ✅ | ✅ | +| Mod version | Minecraft versions | [#38](https://github.com/flowerinsnowdh/GreatScrollableTooltips/issues/38) | [LegendaryTooltips](https://github.com/AHilyard/LegendaryTooltips) | [#72](https://github.com/flowerinsnowdh/GreatScrollableTooltips/issues/72) | [#75](https://github.com/flowerinsnowdh/GreatScrollableTooltips/issues/75) | [AppleSkin](https://github.com/squeek502/AppleSkin) | +| :-------------------------: | :----------------------------: | :------------------------------------------------------------------------: | :----------------------------------------------------------------: | :------------------------------------------------------------------------: | :------------------------------------------------------------------------: | :-------------------------------------------------: | +| 6.x | 1.16-1.16.1 | ❌ | ❌ | ❌ | ❌ | ❌ | +| 7.x | 1.16.2-1.16.5 | ❌ | ❌ | ❌ | ❌ | ❌ | +| 8.x | 1.17-1.17.1 | ✅ | ✅ | ✅ | ✅ | ✅ | +| 9.x | 1.18-1.18.2 | ❌ | ❌ | ❌ | ❌ | ❌ | +| 9.x | 1.18-1.18.2 | ❌ | ❌ | ❌ | ❌ | ❌ | +| 10.x | 1.19-1.19.1 | ❌ | ❌ | ❌ | ❌ | ❌ | +| 11.x | 1.19-1.19.1 | ❌ | ❌ | ❌ | ❌ | ❌ | +| 11.x(Unexpected duplicated) | 1.19.2 | ❌ | ❌ | ❌ | ❌ | ❌ | +| 13.x | 1.20-1.20.1 | ❌ | ❌ | ❌ | ❌ | ❌ | +| 14.x | 1.20.2-1.20.4,23w40a-24w13a | ✅ | ✅ | ✅ | ✅ | ❌ | +| 15.x | 1.20.5-1.21.1,24w14a-1.21.1rc1 | ✅ | ✅ | ✅ | ✅ | ✅ | +| 16.x | 24w33a-24w45a | ✅ | - | ✅ | ✅ | ✅ | ## Forge -| Mod version | Minecraft versions | [#38](https://github.com/flowerinsnow-lights-opensource/GreatScrollableTooltips/issues/38) | [LegendaryTooltips](https://github.com/AHilyard/LegendaryTooltips) | [#72](https://github.com/flowerinsnow-lights-opensource/GreatScrollableTooltips/issues/72) | [#75](https://github.com/flowerinsnow-lights-opensource/GreatScrollableTooltips/issues/75) | [#81](https://github.com/flowerinsnow-lights-opensource/GreatScrollableTooltips/issues/81) | [#82](https://github.com/flowerinsnow-lights-opensource/GreatScrollableTooltips/issues/82) | -| :---------: | :----------------: | :----------------------------------------------------------------------------------------: | :----------------------------------------------------------------: | :----------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------: | -| 1.x | 1.8.9-1.10 | - | - | ❌ | ❌ | ❌ | ❌ | -| 3.x | 1.10-1.11 | ❌ | - | ❌ | ❌ | ❌ | ❌ | -| 4.x | 1.11.2-1.12.2 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | -| 8.x | 1.18.2 | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ | -| 11.x | 1.19.2 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| 13.x | 1.19.4 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| 15.x | 1.20.1 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| Mod version | Minecraft versions | [#38](https://github.com/flowerinsnowdh/GreatScrollableTooltips/issues/38) | [LegendaryTooltips](https://github.com/AHilyard/LegendaryTooltips) | [#72](https://github.com/flowerinsnowdh/GreatScrollableTooltips/issues/72) | [#75](https://github.com/flowerinsnowdh/GreatScrollableTooltips/issues/75) | [#81](https://github.com/flowerinsnowdh/GreatScrollableTooltips/issues/81) | [#82](https://github.com/flowerinsnowdh/GreatScrollableTooltips/issues/82) | +| :---------: | :----------------: | :------------------------------------------------------------------------: | :----------------------------------------------------------------: | :------------------------------------------------------------------------: | :------------------------------------------------------------------------: | :------------------------------------------------------------------------: | :------------------------------------------------------------------------: | +| 1.x | 1.8.9-1.10 | - | - | ✅ | - | - | - | +| 3.x | 1.10-1.11 | ❌ | - | ❌ | ❌ | ❌ | ❌ | +| 4.x | 1.11.2-1.12.2 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | +| 8.x | 1.18.2 | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ | +| 11.x | 1.19.2 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| 13.x | 1.19.4 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| 15.x | 1.20.1 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | diff --git a/README/zh_cn.md b/README/zh_cn.md index 991ac9e..8fd6a39 100644 --- a/README/zh_cn.md +++ b/README/zh_cn.md @@ -27,31 +27,31 @@ **由于本人时间与精力有限,如果需要更多支持的版本、需要兼容的Mod、需要修复的问题,请开issue来告诉我,否则更新随缘** ## Fabric -| Mod 版本 | Minecraft 版本 | [#38](https://github.com/flowerinsnow-lights-opensource/GreatScrollableTooltips/issues/38) | [LegendaryTooltips](https://github.com/AHilyard/LegendaryTooltips) | [#72](https://github.com/flowerinsnow-lights-opensource/GreatScrollableTooltips/issues/72) | [#75](https://github.com/flowerinsnow-lights-opensource/GreatScrollableTooltips/issues/75) | [AppleSkin](https://github.com/squeek502/AppleSkin) | -| :-------------------------: | :----------------------------: | :----------------------------------------------------------------------------------------: | :----------------------------------------------------------------: | :----------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------: | :-------------------------------------------------: | -| 6.x | 1.16-1.16.1 | ❌ | ❌ | ❌ | ❌ | ❌ | -| 7.x | 1.16.2-1.16.5 | ❌ | ❌ | ❌ | ❌ | ❌ | -| 8.x | 1.17-1.17.1 | ❌ | ❌ | ❌ | ❌ | ❌ | -| 9.x | 1.18-1.18.2 | ❌ | ❌ | ❌ | ❌ | ❌ | -| 9.x | 1.18-1.18.2 | ❌ | ❌ | ❌ | ❌ | ❌ | -| 10.x | 1.19-1.19.1 | ❌ | ❌ | ❌ | ❌ | ❌ | -| 11.x | 1.19-1.19.1 | ❌ | ❌ | ❌ | ❌ | ❌ | -| 11.x(Unexpected duplicated) | 1.19.2 | ❌ | ❌ | ❌ | ❌ | ❌ | -| 13.x | 1.20-1.20.1 | ❌ | ❌ | ❌ | ❌ | ❌ | -| 14.x | 1.20.2-1.20.4,23w40a-24w13a | ✅ | ✅ | ✅ | ✅ | ❌ | -| 15.x | 1.20.5-1.21.1,24w14a-1.21.1rc1 | ✅ | ✅ | ✅ | ✅ | ✅ | -| 16.x | 24w33a-24w45a | ✅ | - | ✅ | ✅ | ✅ | +| Mod 版本 | Minecraft 版本 | [#38](https://github.com/flowerinsnowdh/GreatScrollableTooltips/issues/38) | [LegendaryTooltips](https://github.com/AHilyard/LegendaryTooltips) | [#72](https://github.com/flowerinsnowdh/GreatScrollableTooltips/issues/72) | [#75](https://github.com/flowerinsnowdh/GreatScrollableTooltips/issues/75) | [AppleSkin](https://github.com/squeek502/AppleSkin) | +| :-------------------------: | :----------------------------: | :------------------------------------------------------------------------: | :----------------------------------------------------------------: | :------------------------------------------------------------------------: | :------------------------------------------------------------------------: | :-------------------------------------------------: | +| 6.x | 1.16-1.16.1 | ❌ | ❌ | ❌ | ❌ | ❌ | +| 7.x | 1.16.2-1.16.5 | ❌ | ❌ | ❌ | ❌ | ❌ | +| 8.x | 1.17-1.17.1 | ❌ | ❌ | ❌ | ❌ | ❌ | +| 9.x | 1.18-1.18.2 | ❌ | ❌ | ❌ | ❌ | ❌ | +| 9.x | 1.18-1.18.2 | ❌ | ❌ | ❌ | ❌ | ❌ | +| 10.x | 1.19-1.19.1 | ❌ | ❌ | ❌ | ❌ | ❌ | +| 11.x | 1.19-1.19.1 | ❌ | ❌ | ❌ | ❌ | ❌ | +| 11.x(Unexpected duplicated) | 1.19.2 | ❌ | ❌ | ❌ | ❌ | ❌ | +| 13.x | 1.20-1.20.1 | ❌ | ❌ | ❌ | ❌ | ❌ | +| 14.x | 1.20.2-1.20.4,23w40a-24w13a | ✅ | ✅ | ✅ | ✅ | ❌ | +| 15.x | 1.20.5-1.21.1,24w14a-1.21.1rc1 | ✅ | ✅ | ✅ | ✅ | ✅ | +| 16.x | 24w33a-24w45a | ✅ | - | ✅ | ✅ | ✅ | ## Forge -| Mod 版本 | Minecraft 版本 | [#38](https://github.com/flowerinsnow-lights-opensource/GreatScrollableTooltips/issues/38) | [LegendaryTooltips](https://github.com/AHilyard/LegendaryTooltips) | [#72](https://github.com/flowerinsnow-lights-opensource/GreatScrollableTooltips/issues/72) | [#75](https://github.com/flowerinsnow-lights-opensource/GreatScrollableTooltips/issues/75) | [#81](https://github.com/flowerinsnow-lights-opensource/GreatScrollableTooltips/issues/81) | [AppleSkin](https://github.com/squeek502/AppleSkin) | -| :------: | :------------: | :----------------------------------------------------------------------------------------: | :----------------------------------------------------------------: | :----------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------: | :-------------------------------------------------: | -| 1.x | 1.8.9-1.10 | - | - | ❌ | ❌ | ❌ | ❌ | -| 3.x | 1.10-1.11 | ❌ | - | ❌ | ❌ | ❌ | ❌ | -| 4.x | 1.11.2-1.12.2 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | -| 8.x | 1.18.2 | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ | -| 11.x | 1.19.2 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| 13.x | 1.19.4 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| 15.x | 1.20.1 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| Mod 版本 | Minecraft 版本 | [#38](https://github.com/flowerinsnowdh/GreatScrollableTooltips/issues/38) | [LegendaryTooltips](https://github.com/AHilyard/LegendaryTooltips) | [#72](https://github.com/flowerinsnowdh/GreatScrollableTooltips/issues/72) | [#75](https://github.com/flowerinsnowdh/GreatScrollableTooltips/issues/75) | [#81](https://github.com/flowerinsnowdh/GreatScrollableTooltips/issues/81) | [AppleSkin](https://github.com/squeek502/AppleSkin) | +| :------: | :------------: | :------------------------------------------------------------------------: | :----------------------------------------------------------------: | :------------------------------------------------------------------------: | :------------------------------------------------------------------------: | :------------------------------------------------------------------------: | :-------------------------------------------------: | +| 1.x | 1.8.9-1.10 | - | - | ✅ | - | - | - | +| 3.x | 1.10-1.11 | ❌ | - | ❌ | ❌ | ❌ | ❌ | +| 4.x | 1.11.2-1.12.2 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | +| 8.x | 1.18.2 | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ | +| 11.x | 1.19.2 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| 13.x | 1.19.4 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| 15.x | 1.20.1 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | # 签名验证 部分版本有数字签名,建议您在非本仓库下载时进行签名验证,验证方法如下: