Port to 1.16.3.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
modLoader="javafml"
|
||||
loaderVersion="[33,)"
|
||||
issueTrackerURL="https://github.com/refinedmods/refinedstorage"
|
||||
modLoader = "javafml"
|
||||
loaderVersion = "[34,)"
|
||||
issueTrackerURL = "https://github.com/refinedmods/refinedstorage"
|
||||
license="MIT"
|
||||
[[mods]]
|
||||
modId="refinedstorage"
|
||||
@@ -9,18 +9,18 @@ displayName="Refined Storage"
|
||||
updateJSONURL="https://refinedmods.com/refined-storage/update.json"
|
||||
displayURL="https://refinedmods.com/refined-storage"
|
||||
logoFile="logo.png"
|
||||
authors="Refined Mods"
|
||||
description='''
|
||||
authors = "Refined Mods"
|
||||
description = '''
|
||||
An elegant solution to your hoarding problem
|
||||
'''
|
||||
[[dependencies.refinedstorage]] #optional
|
||||
# the modid of the dependency
|
||||
modId="forge" #mandatory
|
||||
# Does this dependency have to exist - if not, ordering below must be specified
|
||||
mandatory=true #mandatory
|
||||
# The version range of the dependency
|
||||
versionRange="[33.0.20,)" #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
|
||||
side="BOTH"
|
||||
# the modid of the dependency
|
||||
modId = "forge" #mandatory
|
||||
# Does this dependency have to exist - if not, ordering below must be specified
|
||||
mandatory = true #mandatory
|
||||
# The version range of the dependency
|
||||
versionRange = "[34.1.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
|
||||
side = "BOTH"
|
||||
|
Reference in New Issue
Block a user