---- Minecraft Crash Report ----
// Ouch. That hurt
Time: 9/30/15 9:50 PM
Description: Ticking block entity
java.lang.IllegalArgumentException: bound must be positive
at java.util.Random.nextInt(Random.java:388)
at theflogat.technomancy.common.player.PlayerData.addExistencePower(PlayerData.java:182)
at theflogat.technomancy.lib.handlers.EventRegister.entityDeath(EventRegister.java:172)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_678_EventRegister_entityDeath_LivingDeathEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:303)
at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:891)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:855)
at net.minecraft.entity.monster.EntityMob.func_70097_a(SourceFile:54)
at net.minecraft.entity.monster.EntitySilverfish.func_70097_a(SourceFile:67)
at com.brandon3055.draconicevolution.common.tileentities.TileGrinder.killNextEntity(TileGrinder.java:164)
at com.brandon3055.draconicevolution.common.tileentities.TileGrinder.func_145845_h(TileGrinder.java:107)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.Random.nextInt(Random.java:388)
at theflogat.technomancy.common.player.PlayerData.addExistencePower(PlayerData.java:182)
at theflogat.technomancy.lib.handlers.EventRegister.entityDeath(EventRegister.java:172)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_678_EventRegister_entityDeath_LivingDeathEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:303)
at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:891)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:855)
at net.minecraft.entity.monster.EntityMob.func_70097_a(SourceFile:54)
at net.minecraft.entity.monster.EntitySilverfish.func_70097_a(SourceFile:67)
at com.brandon3055.draconicevolution.common.tileentities.TileGrinder.killNextEntity(TileGrinder.java:164)
at com.brandon3055.draconicevolution.common.tileentities.TileGrinder.func_145845_h(TileGrinder.java:107)
-- Block entity being ticked --
Details:
Name: draconicevolution:TileGrinder // com.brandon3055.draconicevolution.common.tileentities.TileGrinder
Block type: ID #1616 (tile.draconicevolution:grinder // com.brandon3055.draconicevolution.common.blocks.machine.Grinder)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (398,39,58), Chunk: (at 14,2,10 in 24,3; contains blocks 384,0,48 to 399,255,63), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #1616 (tile.draconicevolution:grinder // com.brandon3055.draconicevolution.common.blocks.machine.Grinder)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: Armidan
All players: 1 total; [EntityPlayerMP['Iniquix'/2839, l='Armidan', x=410.43, y=27.00, z=53.98]]
Chunk stats: ServerChunkCache: 1155 Drop: 269
Level seed: -1364617746
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-12,64,-148), Chunk: (at 4,4,12 in -1,-10; contains blocks -16,0,-160 to -1,255,-145), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 42585094 game time, 42962827 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 130575 (now: false), thunder time: 85047 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)