Set up a 1.16 environment

This commit is contained in:
raoulvdberge
2020-07-12 16:05:21 +02:00
parent e0b30c6d66
commit b515a31b5c
4 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
# Refined Storage [![Build Status](https://ci.refinedmods.com/buildStatus/icon?job=refinedstorage-mc1.15)](https://ci.refinedmods.com/job/refinedstorage-mc1.15/) [![CurseForge](http://cf.way2muchnoise.eu/full_243076_downloads.svg)](http://minecraft.curseforge.com/projects/refined-storage)
# Refined Storage [![Build Status](https://ci.refinedmods.com/buildStatus/icon?job=refinedstorage-mc1.16)](https://ci.refinedmods.com/job/refinedstorage-mc1.15/) [![CurseForge](http://cf.way2muchnoise.eu/full_243076_downloads.svg)](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.**

View File

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

View File

@@ -1,5 +1,5 @@
modLoader="javafml"
loaderVersion="[31,)"
loaderVersion="[32,)"
issueTrackerURL="https://github.com/refinedmods/refinedstorage"
[[mods]]
modId="refinedstorage"

View File

@@ -1,6 +1,6 @@
{
"pack": {
"description": "Refined Storage resources",
"pack_format": 4
"pack_format": 5
}
}