Finish fixing warps
This commit is contained in:
parent
9f79565d56
commit
516f067fb9
9 changed files with 103 additions and 35 deletions
|
@ -15,7 +15,7 @@ license="All rights reserved"
|
|||
# A list of mods - how many allowed here is determined by the individual mod loader
|
||||
[[mods]] #mandatory
|
||||
# The modid of the mod
|
||||
modId="essentials" #mandatory
|
||||
modId="ariasessentials" #mandatory
|
||||
# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
|
||||
# ${file.jarVersion} will substitute the value of the Implementation-Version as read from the mod's JAR file metadata
|
||||
# see the associated build.gradle script for how to populate this completely automatically during a build
|
||||
|
@ -37,7 +37,7 @@ description='''
|
|||
This mod provides homes, warps, and teleporting of all kinds
|
||||
'''
|
||||
# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
|
||||
[[dependencies.essentials]] #optional
|
||||
[[dependencies.ariasessentials]] #optional
|
||||
# the modid of the dependency
|
||||
modId="forge" #mandatory
|
||||
# Does this dependency have to exist - if not, ordering below must be specified
|
||||
|
@ -49,16 +49,16 @@ This mod provides homes, warps, and teleporting of all kinds
|
|||
# Side this dependency is applied on - BOTH, CLIENT or SERVER
|
||||
side="BOTH"
|
||||
# Here's another dependency
|
||||
[[dependencies.essentials]]
|
||||
[[dependencies.ariasessentials]]
|
||||
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.18.2,1.19)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
[[dependencies.essentials]]
|
||||
[[dependencies.ariasessentials]]
|
||||
modId="libzontreck"
|
||||
mandatory=true
|
||||
versionRange="[1,)"
|
||||
versionRange="[1.0.5,1.0.6)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
Loading…
Add table
Add a link
Reference in a new issue