diff --git a/build.gradle b/build.gradle index 84515d6..02d12d4 100644 --- a/build.gradle +++ b/build.gradle @@ -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") diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 3097e37..c18f2dd 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -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 @@ -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