This commit is contained in:
parent
7c4921843b
commit
2d50893ff8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue