seemingly working with forge .99

This commit is contained in:
ManApart
2022-07-16 16:14:40 -04:00
parent c7e6230424
commit 319fedc2dd
8 changed files with 31 additions and 46 deletions

View File

@@ -89,7 +89,7 @@ dependencies {
// Specify the version of Minecraft to use, If this is any group other then 'net.minecraft' it is assumed
// that the dep is a ForgeGradle 'patcher' dependency. And it's patches will be applied.
// The userdev artifact is a special name and will get all sorts of transformations applied to it.
minecraft 'net.minecraftforge:forge:1.19-41.0.63'
minecraft 'net.minecraftforge:forge:1.19-41.0.99'
// Real mod deobf dependency examples - these get remapped to your current mappings
// compileOnly fg.deobf("mezz.jei:jei-${mc_version}:${jei_version}:api") // Adds JEI API as a compile dependency