mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +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: 'eclipse'
|
||||||
apply plugin: 'net.minecraftforge.gradle'
|
apply plugin: 'net.minecraftforge.gradle'
|
||||||
|
|
||||||
def minecraftVersion = "1.14.2"
|
def minecraftVersion = "1.14.3"
|
||||||
def forgeVersion = "26.0.48"
|
def forgeVersion = "27.0.13"
|
||||||
|
|
||||||
configurations.all { Configuration it ->
|
configurations.all { Configuration it ->
|
||||||
it.resolutionStrategy { ResolutionStrategy rs ->
|
it.resolutionStrategy { ResolutionStrategy rs ->
|
||||||
@ -36,7 +36,7 @@ sourceCompatibility = 1.8
|
|||||||
targetCompatibility = 1.8
|
targetCompatibility = 1.8
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
mappings channel: 'snapshot', version: "20190621-${minecraftVersion}"
|
mappings channel: 'snapshot', version: "20190626-${minecraftVersion}"
|
||||||
|
|
||||||
runs {
|
runs {
|
||||||
client = {
|
client = {
|
||||||
|
Loading…
Reference in New Issue
Block a user