Update mods.toml

This commit is contained in:
DBotThePony 2023-12-31 22:20:48 +07:00
parent 1803d687ab
commit 5d15611f84
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -41,7 +41,7 @@ Matter. Energy. Combined.
# Does this dependency have to exist - if not, ordering below must be specified
mandatory=true #mandatory
# The version range of the dependency
versionRange="[48.0.0,)" #mandatory
versionRange="[47.0.0,)" #mandatory
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
ordering="NONE"
# Side this dependency is applied on - BOTH, CLIENT or SERVER
@ -51,6 +51,6 @@ Matter. Energy. Combined.
modId="minecraft"
mandatory=true
# This version range declares a minimum of the current minecraft version up to but not including the next major version
versionRange="[1.20.2,1.21)"
versionRange="[1.20.1,1.20.2)"
ordering="NONE"
side="BOTH"