Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-19 09:20:08 +01:00
[Forge] Update to Recommended Forge, newer mappings
Dieser Commit ist enthalten in:
Ursprung
fa364dd738
Commit
23ca70e49a
@ -13,7 +13,7 @@ applyShadowConfiguration()
|
|||||||
|
|
||||||
val minecraftVersion = "1.14.4"
|
val minecraftVersion = "1.14.4"
|
||||||
val mappingsMinecraftVersion = "1.14.3"
|
val mappingsMinecraftVersion = "1.14.3"
|
||||||
val forgeVersion = "28.0.95"
|
val forgeVersion = "28.1.0"
|
||||||
|
|
||||||
configurations.all {
|
configurations.all {
|
||||||
resolutionStrategy {
|
resolutionStrategy {
|
||||||
@ -31,7 +31,7 @@ dependencies {
|
|||||||
configure<UserDevExtension> {
|
configure<UserDevExtension> {
|
||||||
mappings(mapOf(
|
mappings(mapOf(
|
||||||
"channel" to "snapshot",
|
"channel" to "snapshot",
|
||||||
"version" to "20190801-$mappingsMinecraftVersion"
|
"version" to "20190913-$mappingsMinecraftVersion"
|
||||||
))
|
))
|
||||||
|
|
||||||
runs {
|
runs {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren