should be compatible on 1.20
This commit is contained in:
parent
68341b7ff1
commit
dbb7e59b21
|
|
@ -33,7 +33,7 @@
|
|||
"depends": {
|
||||
"fabricloader": ">=0.14",
|
||||
"fabric-api": "*",
|
||||
"minecraft": ">=1.20.1",
|
||||
"minecraft": ">=1.20",
|
||||
"java": ">=17"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
modLoader="javafml" #mandatory
|
||||
loaderVersion="[47,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
|
||||
loaderVersion="[46,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
|
||||
license="GNU LGPLv3"
|
||||
issueTrackerURL="https://github.com/Tschipp/CarryOn/issues"
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ issueTrackerURL="https://github.com/Tschipp/CarryOn/issues"
|
|||
# Does this dependency have to exist - if not, ordering below must be specified
|
||||
mandatory=true #mandatory
|
||||
# The version range of the dependency
|
||||
versionRange="[47,47.1.3]" #mandatory
|
||||
versionRange="[46,47.1.3]" #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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user