Update Forge 1.19 to 41.0.100, handle breaking changes by Forge updates

This commit is contained in:
Mike Primm 2022-07-17 18:25:42 -05:00
parent 0cfdd9c9ca
commit 16c316dd8a
3 changed files with 19 additions and 19 deletions

View file

@ -40,7 +40,7 @@ dependencies {
implementation project(path: ":DynmapCore", configuration: "shadow")
implementation project(path: ':DynmapCoreAPI')
minecraft 'net.minecraftforge:forge:1.19-41.0.38'
minecraft 'net.minecraftforge:forge:1.19-41.0.100'
}
processResources