Private
Public Access
1
0

Removed mixin refmap as it is no longer needed.

This commit is contained in:
2026-06-13 14:53:13 +01:00
parent f0885d0302
commit df5d38e637
3 changed files with 2 additions and 5 deletions

View File

@ -30,7 +30,7 @@ java {
}
minecraft {
mappings channel: mapping_channel, version: "$mapping_version-$minecraft_version"
mappings channel: mapping_channel, version: "$mapping_version"
copyIdeResources = true
// generateRunFolders = true
@ -72,8 +72,6 @@ minecraft {
}
mixin {
add sourceSets.main, "${mod_id}.refmap.json"
config "${mod_id}.mixins.json"
}