[Forge] Update to latest forge for keyevent fixes

This commit is contained in:
Kenzie Togami
2019-04-17 00:15:05 -07:00
parent 99da55dc94
commit 477e78bd17
3 changed files with 4 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle'
def minecraftVersion = "1.13.2"
def forgeVersion = "25.0.76"
def forgeVersion = "25.0.146"
dependencies {
compile project(':worldedit-core')
@@ -29,7 +29,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
minecraft {
mappings channel: 'snapshot', version: '20190311-1.13.2'
mappings channel: 'snapshot', version: '20190415-1.13.2'
runs {
client = {