Fix installer realms issue on server.

Uptake EventBus changes to fix some potential dead locks.
This commit is contained in:
LexManos 2019-07-05 13:26:23 -07:00
parent 7a8ae9f56b
commit a01c1cdc3a
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ project(':forge') {
task installerJson(dependsOn: [launcherJson, genClientBinPatches, applyClientBinPatches, applyServerBinPatches/*, createClientSRG, createServerSRG*/]) {
ext {
output = file('build/install_profile.json')
INSTALLER_TOOLS = 'net.minecraftforge:installertools:1.1.1'
INSTALLER_TOOLS = 'net.minecraftforge:installertools:1.1.4'
JAR_SPLITTER = 'net.minecraftforge:jarsplitter:1.1.0'
}
doFirst {