Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-25 02:20:07 +01:00
[Forge] Update to 1.14.3
Dieser Commit ist enthalten in:
Ursprung
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 = {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren