This commit is contained in:
wagyourtail 2021-07-06 15:58:18 -06:00
parent c7d210bfd6
commit c06fdec287
No known key found for this signature in database
GPG Key ID: E6E3EB7DCD4EB017
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ dependencies {
if (compileType.equals("FORGE")) {
//forge "net.minecraftforge:forge:1.16.5-36.1.0"
}
minecraft "com.mojang:minecraft:1.17"
minecraft "com.mojang:minecraft:1.17.1"
mappings minecraft.officialMojangMappings()
if (!compileType.equals("FORGE")) {
modImplementation "net.fabricmc:fabric-loader:0.11.6"