Lowered RS lib required version
This commit is contained in:
parent
0bb106d835
commit
60a6e88cc3
2 changed files with 4 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ modId="rdmover" #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
|
||||
version="1.0.0" #mandatory
|
||||
version="1.0.1" #mandatory
|
||||
# A display name for the mod
|
||||
displayName="RDMover" #mandatory
|
||||
# A URL to query for updates for this mod. See the JSON update specification <here>
|
||||
|
|
@ -60,7 +60,7 @@ RDMover - easilly move items from RefinedStorage drives to StorageDrawers drawer
|
|||
[[dependencies.rdmover]]
|
||||
modId="refinedstorage"
|
||||
mandatory=true
|
||||
versionRange="[1.9.13,)"
|
||||
versionRange="[1.9.10+134,)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
# Here's another dependency
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue