mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 21:05:58 -05:00
Fix AW field remapping (#434)
* Fix AW field remapping * Fix by updating TR instead * Fix checkstyle so that tests run
This commit is contained in:
@@ -114,6 +114,7 @@ public final class LoomTasks {
|
||||
|
||||
project.afterEvaluate(p -> {
|
||||
MappingsProviderImpl mappingsProvider = extension.getMappingsProvider();
|
||||
|
||||
if (mappingsProvider.mappedProvider == null) {
|
||||
// If this is ever null something has gone badly wrong,
|
||||
// for some reason for another this afterEvaluate still gets called when something has gone badly
|
||||
|
||||
Reference in New Issue
Block a user