Remove Mojang mappings from non-obfuscated build
This commit is contained in:
@@ -17,7 +17,6 @@ def minecraftVersion = providers.environmentVariable('MINECRAFT_VERSION')
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
minecraft "com.mojang:minecraft:${minecraftVersion}"
|
minecraft "com.mojang:minecraft:${minecraftVersion}"
|
||||||
mappings loom.officialMojangMappings()
|
|
||||||
modImplementation "net.fabricmc:fabric-loader:0.16.10"
|
modImplementation "net.fabricmc:fabric-loader:0.16.10"
|
||||||
implementation 'com.google.code.gson:gson:2.11.0'
|
implementation 'com.google.code.gson:gson:2.11.0'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user