NullPointerException When Amped Queen Placed in Industrial Aviary
amazedchili opened this issue ยท 0 comments
I used the Mutator to create an Amped Queen, when I placed the bee in the Industrial Aviary Minecraft crashed immediately. Loading this game again crashes the game almost immediately. Here's the crash report:
`A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Server thread
Stacktrace:
at magicbees.elec332.corerepack.compat.forestry.allele.AlleleEffectThrottled.isThrottled(AlleleEffectThrottled.java:54)
at magicbees.elec332.corerepack.compat.forestry.allele.AlleleEffectThrottled.doEffect(AlleleEffectThrottled.java:42)
at forestry.apiculture.genetics.Bee.doEffect(Bee.java:187)
at forestry.apiculture.genetics.Bee.doEffect(Bee.java:168)
at forestry.apiculture.BeekeepingLogic.queenWorkTick(BeekeepingLogic.java:275)
at forestry.apiculture.BeekeepingLogic.doWork(BeekeepingLogic.java:252)
at net.bdew.gendustry.machines.apiary.TileApiary$$anonfun$2$$anonfun$apply$mcV$sp$1.apply$mcV$sp(TileApiary.scala:137)
at net.bdew.gendustry.machines.apiary.TileApiary$$anonfun$2$$anonfun$apply$mcV$sp$1.apply(TileApiary.scala:129)
at net.bdew.gendustry.machines.apiary.TileApiary$$anonfun$2$$anonfun$apply$mcV$sp$1.apply(TileApiary.scala:129)
at scala.util.DynamicVariable.withValue(DynamicVariable.scala:58)
at net.bdew.gendustry.misc.DataSlotErrorStates.withSuspendedUpdates(DataSlotErrorStates.scala:80)
at net.bdew.gendustry.machines.apiary.TileApiary$$anonfun$2.apply$mcV$sp(TileApiary.scala:129)
at net.bdew.lib.Event0$$anonfun$trigger$1.apply(Event.scala:19)
at net.bdew.lib.Event0$$anonfun$trigger$1.apply(Event.scala:19)
at scala.collection.immutable.List.foreach(List.scala:383)
at net.bdew.lib.Event0.trigger(Event.scala:19)
at net.bdew.lib.tile.TileTicking$class.update(TileTicking.scala:24)
at net.bdew.gendustry.machines.apiary.TileApiary.func_73660_a(TileApiary.scala:44)
-- Block entity being ticked --
Details:
Name: gendustry:industrial_apiary // net.bdew.gendustry.machines.apiary.TileApiary
Block type: ID #1123 (tile.gendustry.industrial_apiary // net.bdew.gendustry.machines.apiary.BlockApiary$)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-170,90,378), Chunk: (at 6,5,10 in -11,23; contains blocks -176,0,368 to -161,255,383), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Actual block type: ID #1123 (tile.gendustry.industrial_apiary // net.bdew.gendustry.machines.apiary.BlockApiary$)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1829)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:612)
-- Affected level --
Details:
Level name: City
All players: 1 total; [EntityPlayerMP['Gear'/559, l='City', x=-168.84, y=90.00, z=376.61]]
Chunk stats: ServerChunkCache: 553 Drop: 0
Level seed: -858336451
Level generator: ID 09 - lostcities_bop, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-160,64,220), Chunk: (at 0,4,12 in -10,13; contains blocks -160,0,208 to -145,255,223), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 9198027 game time, 13707853 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 5422 (now: false), thunder time: 96887 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
at java.lang.Thread.run(Thread.java:745)`