Lowered RS lib required version
This commit is contained in:
parent
0bb106d835
commit
60a6e88cc3
2 changed files with 4 additions and 4 deletions
|
|
@ -22,7 +22,7 @@ repositories {
|
||||||
apply plugin: 'net.minecraftforge.gradle'
|
apply plugin: 'net.minecraftforge.gradle'
|
||||||
|
|
||||||
group = 'xyz.nuark'
|
group = 'xyz.nuark'
|
||||||
version = '1.0.0'
|
version = '1.0.1'
|
||||||
archivesBaseName = 'rdmover'
|
archivesBaseName = 'rdmover'
|
||||||
|
|
||||||
java.toolchain.languageVersion = JavaLanguageVersion.of(8) // Mojang ships Java 8 to end users, so your mod should target Java 8.
|
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 {
|
dependencies {
|
||||||
minecraft 'net.minecraftforge:forge:1.16.5-36.1.24'
|
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("com.refinedmods:refinedstorage:$rs_version")
|
||||||
implementation fg.deobf("curse.maven:storage-drawers-223852:3180569")
|
implementation fg.deobf("curse.maven:storage-drawers-223852:3180569")
|
||||||
|
|
|
||||||
|
|
@ -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
|
# 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
|
# ${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
|
# 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
|
# A display name for the mod
|
||||||
displayName="RDMover" #mandatory
|
displayName="RDMover" #mandatory
|
||||||
# A URL to query for updates for this mod. See the JSON update specification <here>
|
# 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]]
|
[[dependencies.rdmover]]
|
||||||
modId="refinedstorage"
|
modId="refinedstorage"
|
||||||
mandatory=true
|
mandatory=true
|
||||||
versionRange="[1.9.13,)"
|
versionRange="[1.9.10+134,)"
|
||||||
ordering="NONE"
|
ordering="NONE"
|
||||||
side="BOTH"
|
side="BOTH"
|
||||||
# Here's another dependency
|
# Here's another dependency
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue