Creation of 1.16.3 branch
Initial publishing of the 1.16.3 branch of the mod. A lot of systems are missing (such as Rituals and Living Armour), but enough is present for a decent Alpha release.
This commit is contained in:
parent
0e02b983f1
commit
d617911d7a
1662 changed files with 18791 additions and 85075 deletions
|
@ -1,28 +0,0 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.moandjiezana.toml:toml4j:0.7.2'
|
||||
classpath "blue.endless:jankson:1.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
processResources {
|
||||
filesMatching('**/mods.json') {
|
||||
filter(Json5ToTomlFilter)
|
||||
path = path.replaceFirst(/\.json$/, '.toml')
|
||||
}
|
||||
}
|
||||
|
||||
import blue.endless.jankson.Jankson
|
||||
import com.moandjiezana.toml.TomlWriter
|
||||
import groovy.json.JsonSlurper
|
||||
|
||||
//shitshow ahead: groovy is too magic to call methods before call to super
|
||||
class Json5ToTomlFilter extends FilterReader {
|
||||
Json5ToTomlFilter(Reader input) {
|
||||
super(new StringReader(new TomlWriter().write(new JsonSlurper().parseText(Jankson.builder().build().load(input.text).toJson()))))
|
||||
}
|
||||
}
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
3
gradle/wrapper/gradle-wrapper.properties
vendored
3
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,5 @@
|
|||
#Fri Sep 26 11:20:52 CDT 2014
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-bin.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue