Lowered RS lib required version

This commit is contained in:
Andrew 2021-06-03 14:34:53 +07:00
parent 0bb106d835
commit 60a6e88cc3
2 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@ repositories {
apply plugin: 'net.minecraftforge.gradle'
group = 'xyz.nuark'
version = '1.0.0'
version = '1.0.1'
archivesBaseName = 'rdmover'
java.toolchain.languageVersion = JavaLanguageVersion.of(8) // Mojang ships Java 8 to end users, so your mod should target Java 8.
@ -124,7 +124,7 @@ sourceSets.main.resources { srcDir 'src/generated/resources' }
dependencies {
minecraft 'net.minecraftforge:forge:1.16.5-36.1.24'
def rs_version = "1.9.13+158"
def rs_version = "1.9.10+134"
implementation fg.deobf("com.refinedmods:refinedstorage:$rs_version")
implementation fg.deobf("curse.maven:storage-drawers-223852:3180569")

View file

@ -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