[Forge] Update to newer 1.14.2 forge, mappings
This commit is contained in:
@ -15,7 +15,7 @@ apply plugin: 'eclipse'
|
||||
apply plugin: 'net.minecraftforge.gradle'
|
||||
|
||||
def minecraftVersion = "1.14.2"
|
||||
def forgeVersion = "26.0.25"
|
||||
def forgeVersion = "26.0.48"
|
||||
|
||||
configurations.all { Configuration it ->
|
||||
it.resolutionStrategy { ResolutionStrategy rs ->
|
||||
@ -36,7 +36,7 @@ sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
minecraft {
|
||||
mappings channel: 'snapshot', version: "20190614-${minecraftVersion}"
|
||||
mappings channel: 'snapshot', version: "20190621-${minecraftVersion}"
|
||||
|
||||
runs {
|
||||
client = {
|
||||
|
||||
Reference in New Issue
Block a user