Updated to 1.16.5

This commit is contained in:
Adubbz 2021-04-24 10:19:47 +10:00
parent 3f805e37e1
commit 87aa9a03a9
9 changed files with 5 additions and 93116 deletions

View File

@ -36,7 +36,7 @@ def getGitHash = {
version = "${minecraft_version}-${mod_version}.${System.getenv().BUILD_NUMBER}"
minecraft {
mappings channel: 'snapshot', version: mappings_version
mappings channel: 'official', version: minecraft_version
accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')

View File

@ -3,11 +3,10 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
mod_version=13.0.0
mod_version=13.1.0
minecraft_version=1.16.4
minecraft_version=1.16.5
minecraft_version_toml=16
forge_version=35.1.10
forge_version_toml=35
forge_version=36.1.0
forge_version_toml=36
forge_group=net.minecraftforge
mappings_version=2-1.16.2

View File

@ -1,38 +0,0 @@
apply plugin: 'java'
apply plugin: 'maven'
ext.channel = 'snapshot'
ext.dlVersion = '2'
ext.mcVersion = '1.16.2'
group = 'de.oceanlabs.mcp'
version = dlVersion + '-' + mcVersion
archivesBaseName = 'mcp_' + ext.channel
def downloadCSV(name) {
mkdir 'mcp'
def out = new File("$projectDir/mcp/" + name)
new URL('http://export.mcpbot.bspk.rs/' + name).withInputStream{ i -> out.withOutputStream{ it << i }}
}
task downloadCSVs {
// Temporarily disabled
// downloadCSV('fields.csv')
// downloadCSV('methods.csv')
// downloadCSV('params.csv')
}
jar {
extension = 'zip'
from 'custom/fields.csv'
from 'custom/methods.csv'
from 'mcp/params.csv'
}
install {
repositories.mavenInstaller {
pom.groupId = project.group;
pom.version = project.version
pom.artifactId = 'mcp_' + project.channel
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +0,0 @@
include 'mappings'
gradle.startParameter.taskNames = [":mappings:build", ":mappings:install"] + gradle.startParameter.taskNames