Skip to content

Commit

Permalink
feat(1.8.9-1.10-forge): 添加可接受的 Minecraft 版本范围
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinsnowdh committed Dec 3, 2024
1 parent 3befaad commit cec23ac
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading

0 comments on commit cec23ac

Please sign in to comment.