mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Update to Forge 28.0.34 for PlayerInteract fix
This commit is contained in:
parent
50341acab2
commit
7d31ac6dea
@ -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.16"
|
val forgeVersion = "28.0.34"
|
||||||
|
|
||||||
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 "20190724-$mappingsMinecraftVersion"
|
"version" to "20190801-$mappingsMinecraftVersion"
|
||||||
))
|
))
|
||||||
|
|
||||||
runs {
|
runs {
|
||||||
|
Loading…
Reference in New Issue
Block a user