modify 1 print
Some checks failed
/ Auto-Build-App (push) Has been cancelled

This commit is contained in:
pietru2004 2024-11-08 09:12:51 +01:00
parent 7c4921843b
commit 2d50893ff8

View file

@ -42,7 +42,7 @@ public class CookieUtils implements ModInitializer {
GameSingletons.world.addZone(z); GameSingletons.world.addZone(z);
} }
} }
System.out.println("CookieUtils loaded setup creators..."); System.out.println("CookieUtils loaded additional zones...");
} catch (IOException e) { } catch (IOException e) {
throw new RuntimeException(e); throw new RuntimeException(e);
} }