mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-04 20:06:06 +00:00
[Forge] Update to 1.14.3
This commit is contained in:
parent
79910c57d7
commit
255f016df3
@ -14,8 +14,8 @@ buildscript {
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'net.minecraftforge.gradle'
|
||||
|
||||
def minecraftVersion = "1.14.2"
|
||||
def forgeVersion = "26.0.48"
|
||||
def minecraftVersion = "1.14.3"
|
||||
def forgeVersion = "27.0.13"
|
||||
|
||||
configurations.all { Configuration it ->
|
||||
it.resolutionStrategy { ResolutionStrategy rs ->
|
||||
@ -36,7 +36,7 @@ sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
minecraft {
|
||||
mappings channel: 'snapshot', version: "20190621-${minecraftVersion}"
|
||||
mappings channel: 'snapshot', version: "20190626-${minecraftVersion}"
|
||||
|
||||
runs {
|
||||
client = {
|
||||
|
Loading…
Reference in New Issue
Block a user