diff --git a/templates/forge/build.gradle b/templates/forge/build.gradle index d0d9c63..06f193e 100644 --- a/templates/forge/build.gradle +++ b/templates/forge/build.gradle @@ -77,7 +77,7 @@ dependencies { // mojang's official mappings, or feel free // to add your own mappings here (how about // mojmap layered with parchment, for example?) - mappings minecraft.officialMojangMappings() + mappings loom.officialMojangMappings() // uncomment this if you want to use yarn mappings // mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"