use yarn mappings
build / build (push) Has been cancelled

This commit is contained in:
2026-05-31 17:55:44 -07:00
parent 1ec46ce79c
commit 61412ecf10
5 changed files with 5 additions and 18 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ fabricApi {
dependencies {
// To change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings loom.officialMojangMappings()
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_api_version}"
}