[WIP] 1.21 support

This commit is contained in:
2024-06-16 21:06:28 +12:00
parent b8ef29614c
commit 067465d68e
14 changed files with 51 additions and 175 deletions

View File

@@ -1,6 +1,7 @@
modLoader = "javafml"
loaderVersion = "[43,)"
loaderVersion = "[0,)"
license = "GNU LESSER GENERAL PUBLIC LICENSE"
clientSideOnly=true
[[mods]]
modId = "noreportbutton"
@@ -15,13 +16,13 @@ logoFile = "icon.png"
[[dependencies.noreportbutton]]
modId = "forge"
mandatory = true
versionRange = "[43,)"
versionRange = "[0,)"
ordering = "NONE"
side = "CLIENT"
[[dependencies.noreportbutton]]
modId = "minecraft"
mandatory = true
versionRange = "[1.20.1,)"
versionRange = "[1.21,1.21)"
ordering = "NONE"
side = "CLIENT"