Set up a 1.16 environment
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Refined Storage [](https://ci.refinedmods.com/job/refinedstorage-mc1.15/) [](http://minecraft.curseforge.com/projects/refined-storage)
|
||||
# Refined Storage [](https://ci.refinedmods.com/job/refinedstorage-mc1.15/) [](http://minecraft.curseforge.com/projects/refined-storage)
|
||||
|
||||
**Refined Storage is a mass storage mod for Minecraft that offers the player a network-based storage system, allowing them to store items and fluids on a massively expandable device network.**
|
||||
|
||||
|
||||
12
build.gradle
12
build.gradle
@@ -22,7 +22,7 @@ apply plugin: 'net.minecraftforge.gradle'
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'maven-publish'
|
||||
|
||||
version = '1.8.8'
|
||||
version = '1.9'
|
||||
def env = System.getenv()
|
||||
if (env.BUILD_NUMBER) {
|
||||
version = version + "+" + "${env.BUILD_NUMBER}"
|
||||
@@ -33,8 +33,8 @@ archivesBaseName = 'refinedstorage'
|
||||
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8'
|
||||
|
||||
minecraft {
|
||||
mappings channel: 'snapshot', version: '20200225-1.15.1'
|
||||
accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')
|
||||
mappings channel: 'snapshot', version: '20200707-1.16.1'
|
||||
// accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')
|
||||
|
||||
runs {
|
||||
client {
|
||||
@@ -94,10 +94,10 @@ processResources {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
minecraft 'net.minecraftforge:forge:1.15.2-31.1.39'
|
||||
minecraft 'net.minecraftforge:forge:1.16.1-32.0.63'
|
||||
|
||||
compileOnly fg.deobf("mezz.jei:jei-1.15.2:6.0.0.2:api")
|
||||
runtimeOnly fg.deobf("mezz.jei:jei-1.15.2:6.0.0.2")
|
||||
compileOnly fg.deobf("mezz.jei:jei-1.16.1:7.0.0.6:api")
|
||||
runtimeOnly fg.deobf("mezz.jei:jei-1.16.1:7.0.0.6")
|
||||
|
||||
//compileOnly 'mouse-tweaks:MouseTweaks:2.13:mc1.15.1'
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
modLoader="javafml"
|
||||
loaderVersion="[31,)"
|
||||
loaderVersion="[32,)"
|
||||
issueTrackerURL="https://github.com/refinedmods/refinedstorage"
|
||||
[[mods]]
|
||||
modId="refinedstorage"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"description": "Refined Storage resources",
|
||||
"pack_format": 4
|
||||
"pack_format": 5
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user