mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 09:17:39 +00:00
[Forge] Update to Recommended Forge, newer mappings
This commit is contained in:
parent
fa364dd738
commit
23ca70e49a
@ -13,7 +13,7 @@ applyShadowConfiguration()
|
||||
|
||||
val minecraftVersion = "1.14.4"
|
||||
val mappingsMinecraftVersion = "1.14.3"
|
||||
val forgeVersion = "28.0.95"
|
||||
val forgeVersion = "28.1.0"
|
||||
|
||||
configurations.all {
|
||||
resolutionStrategy {
|
||||
@ -31,7 +31,7 @@ dependencies {
|
||||
configure<UserDevExtension> {
|
||||
mappings(mapOf(
|
||||
"channel" to "snapshot",
|
||||
"version" to "20190801-$mappingsMinecraftVersion"
|
||||
"version" to "20190913-$mappingsMinecraftVersion"
|
||||
))
|
||||
|
||||
runs {
|
||||
|
Loading…
Reference in New Issue
Block a user