Remove mappings configuration from Forge

This commit is contained in:
Aizistral
2026-03-27 21:49:34 +01:00
parent 5bac841aa2
commit 49e49664db
2 changed files with 0 additions and 3 deletions

View File

@@ -32,7 +32,6 @@ tasks.withType(JavaCompile).configureEach {
println('Java: ' + System.getProperty('java.version') + ' JVM: ' + System.getProperty('java.vm.version') + '(' + System.getProperty('java.vendor') + ') Arch: ' + System.getProperty('os.arch'))
minecraft {
mappings channel: mapping_channel, version: mapping_version
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
// accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')

View File

@@ -5,8 +5,6 @@ org.gradle.daemon=false
minecraft_version=1.21.11
forge_version=61.0.8
mapping_channel=official
mapping_version=1.21.11
modVersion=Forge-MC1.21.11-v1.0.0
manifestVersion=1.21.11-v1.0.0