Mappings updated to official.

This commit is contained in:
stfwi 2021-07-16 09:48:58 +02:00
parent cc23672eba
commit 011edac67f
75 changed files with 21383 additions and 21336 deletions

View file

@ -26,7 +26,8 @@ repositories {
}
minecraft {
mappings channel: 'snapshot', version: "${version_fml_mappings}"
// mappings channel: 'snapshot', version: "${version_fml_mappings}"
mappings channel: "official", version: "1.16.5"
// accessTransformer = file('build/resources/main/META-INF/accesstransformer.cfg')
runs {
client {