mirror of
https://github.com/Aizistral-Studios/No-Chat-Restrictions.git
synced 2026-05-14 12:53:32 +08:00
Remove mappings configuration from Forge
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user