mirror of
https://github.com/Lucaslah/No-Report-Button.git
synced 2026-01-05 04:57:52 +00:00
[WIP] 1.21 support
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user