Skip to content

Commit

Permalink
Additional error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazkii committed Apr 9, 2024
1 parent 9685459 commit 2578330
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,10 @@ private static boolean appendNextTo(ResourceKey<CreativeModeTab> tabKey, Mutable
ItemLike firstSetItem = firstSet.items.get(0);
ItemLike target = map.get(firstSet);

if(log)
if(log) {
Zeta.GLOBAL_LOG.warn("Creative tab loop found when adding {} next to {}", firstSetItem, target);
Zeta.GLOBAL_LOG.warn("For more info enable Creative Verbose Logging in the Zeta config, or set Force Creative Tab Appends to true to disable this behavior");
}

map.remove(firstSet);

Expand Down

0 comments on commit 2578330

Please sign in to comment.