From eeb42147e660d42bca29262b049f30891eec3400 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Fri, 15 Apr 2022 12:38:40 +0800 Subject: [PATCH] Change to loom.officialMojangMappings() --- templates/forge/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"