mirror of
https://github.com/CPTProgrammer/ChatPlus.git
synced 2026-09-19 23:23:38 +08:00
Migrate from Yarn to Mojang official mappings
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ loom {
|
||||
dependencies {
|
||||
// To change the versions see the gradle.properties file or the ./properties/${minecraftVersion}.properties file
|
||||
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
||||
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
|
||||
mappings loom.officialMojangMappings()
|
||||
modImplementation "net.fabricmc:fabric-loader:${project.fabric_loader_version}"
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_api_version}+${project.targetVersion}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user