mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +08:00
[Forge] Update to 1.14.3
This commit is contained in:
parent
79910c57d7
commit
255f016df3
@ -14,8 +14,8 @@
|
||||
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 @@ compile project(':worldedit-core')
|
||||
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