Update version dependency to 1.18.1

This commit is contained in:
DBotThePony 2021-12-20 11:12:47 +07:00
parent b1d33ce242
commit 915ae6d6d6
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -43,7 +43,7 @@ A mod about matter. And science fiction on top of it.
# Does this dependency have to exist - if not, ordering below must be specified # Does this dependency have to exist - if not, ordering below must be specified
mandatory=true #mandatory mandatory=true #mandatory
# The version range of the dependency # The version range of the dependency
versionRange="[38,)" #mandatory versionRange="[39,)" #mandatory
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory # An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
ordering="NONE" ordering="NONE"
# Side this dependency is applied on - BOTH, CLIENT or SERVER # Side this dependency is applied on - BOTH, CLIENT or SERVER
@ -53,6 +53,6 @@ A mod about matter. And science fiction on top of it.
modId="minecraft" modId="minecraft"
mandatory=true mandatory=true
# This version range declares a minimum of the current minecraft version up to but not including the next major version # This version range declares a minimum of the current minecraft version up to but not including the next major version
versionRange="[1.18,1.19)" versionRange="[1.18.1,1.19)"
ordering="NONE" ordering="NONE"
side="BOTH" side="BOTH"