Better Debug order
This commit is contained in:
parent
66851baf0f
commit
dcb66ee5e0
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ public class DataFixerAPI {
|
|||
return;
|
||||
}
|
||||
|
||||
MigrationProfile data = Patch.createMigrationData(WorldDataAPI.getCompoundTag(BCLib.MOD_ID, Configs.MAIN_PATCH_CATEGORY));
|
||||
final CompoundTag patchConfig = WorldDataAPI.getCompoundTag(BCLib.MOD_ID, Configs.MAIN_PATCH_CATEGORY);
|
||||
MigrationProfile data = Patch.createMigrationData(patchConfig);
|
||||
if (!data.hasAnyFixes()) {
|
||||
LOGGER.info("Everything up to date");
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue