Fixed a lot of the errors, still more to go. Gotta switch to Forge registries once they exist.

This commit is contained in:
Matthew Miller
2018-12-26 22:46:18 +10:00
parent 7a08098b03
commit a64d8dc6fa
9 changed files with 68 additions and 73 deletions

View File

@ -14,7 +14,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle'
def minecraftVersion = "1.13"
def forgeVersion = "24.0.32-1.13-pre"
def forgeVersion = "24.0.44-1.13-pre"
dependencies {
compile project(':worldedit-core')
@ -29,6 +29,8 @@ targetCompatibility = 1.8
minecraft {
mappings channel: 'snapshot', version: '20180921-1.13'
accessTransformer = file('worldedit_at.cfg')
}
project.archivesBaseName = "${project.archivesBaseName}-mc${minecraftVersion}"