Remove Mojang mappings from non-obfuscated build

This commit is contained in:
2026-08-10 22:53:54 +01:00
parent 6a7eba4d19
commit 967b7a486c
-1
View File
@@ -17,7 +17,6 @@ def minecraftVersion = providers.environmentVariable('MINECRAFT_VERSION')
dependencies {
minecraft "com.mojang:minecraft:${minecraftVersion}"
mappings loom.officialMojangMappings()
modImplementation "net.fabricmc:fabric-loader:0.16.10"
implementation 'com.google.code.gson:gson:2.11.0'
}