Format code

This commit is contained in:
2026-05-17 10:08:06 +02:00
parent d110df924e
commit 5125453406
152 changed files with 752 additions and 814 deletions
@@ -105,8 +105,7 @@ public class AutoChecker {
}
List<CompoundTag> items = nbt.getList("Items", CompoundTag.class);
if (items.isEmpty())
return; // Leeres Inventar
if (items.isEmpty()) return; // Leeres Inventar
int counter = 0;
int windChargeCount = 0;