Created
January 7, 2019 21:00
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// I'm sorry, Dave. | |
Time: 1/7/19 8:10 PM | |
Description: Exception in server tick loop | |
java.lang.IllegalArgumentException: bound must be positive | |
at java.util.Random.nextInt(Random.java:388) | |
at com.flansmod.apocalypse.common.FlansModLootGenerator.getRandomWeaponBox(FlansModLootGenerator.java:289) | |
at com.flansmod.apocalypse.common.world.buildings.WorldGenRunway.func_180709_b(WorldGenRunway.java:81) | |
at com.flansmod.apocalypse.common.world.ChunkProviderApocalypse.func_185931_b(ChunkProviderApocalypse.java:449) | |
at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1162) | |
at net.minecraft.world.chunk.Chunk.populateCB(Chunk.java:1141) | |
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:165) | |
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:420) | |
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:386) | |
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327) | |
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) | |
at java.lang.Thread.run(Thread.java:748) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment