Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RH Flotation Tank crash #39

Open
AnodeCathode opened this issue Oct 20, 2020 · 0 comments
Open

RH Flotation Tank crash #39

AnodeCathode opened this issue Oct 20, 2020 · 0 comments

Comments

@AnodeCathode
Copy link
Owner

--- Minecraft Crash Report ----
// Daisy, daisy...

Time: 2020-10-19 19:46:08 MDT
Description: Ticking block entity

java.lang.IllegalArgumentException: Cannot get property PropertyEnum{name=type, clazz=class blusunrize.immersiveengineering.common.blocks.metal.BlockTypes_Connector, values=[CONNECTOR_LV, RELAY_LV, CONNECTOR_MV, RELAY_MV, CONNECTOR_HV, RELAY_HV, CONNECTOR_STRUCTURAL, TRANSFORMER, TRANSFORMER_HV, BREAKERSWITCH, REDSTONE_BREAKER, ENERGY_METER, CONNECTOR_REDSTONE, CONNECTOR_PROBE, FEEDTHROUGH]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]}
at net.minecraft.block.state.BlockStateContainer$StateImplementation.getValue(BlockStateContainer.java:201)
at blusunrize.immersiveengineering.common.blocks.metal.BlockConnector.isSideSolid(BlockConnector.java:119)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.isSideSolid(BlockStateContainer.java:516)
at com.globbypotato.rockhounding_chemistry.machines.tile.IToxic.hasSolidBase(IToxic.java:57)
at com.globbypotato.rockhounding_chemistry.machines.tile.IToxic.handleToxic(IToxic.java:33)
at com.globbypotato.rockhounding_chemistry.machines.tile.TEFlotationTank.TickCentral_TrueITickableUpdate(TEFlotationTank.java:161)
at com.github.terminatornl.tickcentral.api.TickHub.trueUpdate(TickHub.java:48)
at com.github.terminatornl.laggoggles.Main.redirectUpdate(Main.java:91)
at com.globbypotato.rockhounding_chemistry.machines.tile.TEFlotationTank.update(TEFlotationTank.java)
at net.minecraft.world.World.redirect$zbg000$tileEntityUpdate(World.java:4137)
at net.minecraft.world.World.updateEntities(World.java:1838)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767)
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:748)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Block entity being ticked --
Name: minecraft:rockhounding_chemistry_flotation_tank // com.globbypotato.rockhounding_chemistry.machines.tile.TEFlotationTank
Block type: ID #3688 (tile.rockhounding_chemistry:machines_d // com.globbypotato.rockhounding_chemistry.machines.MachinesD // rockhounding_chemistry:machines_d)
Block data value: 14 / 0xE / 0b1110
Block location: World: (-115,153,-2484), Chunk: (at 13,9,12 in -8,-156; contains blocks -128,0,-2496 to -113,255,-2481), Region: (-1,-5; contains chunks -32,-160 to -1,-129, blocks -512,0,-2560 to -1,255,-2049)
Actual block type: ID #3688 (tile.rockhounding_chemistry:machines_d // com.globbypotato.rockhounding_chemistry.machines.MachinesD // rockhounding_chemistry:machines_d)
Actual block data value: 14 / 0xE / 0b1110
Block Entity NBT: {Facing:5,upgrade:{Size:0,Items:[]},Filtered:0b,Activation:0b,output:{Size:0,Items:[]},input:{Size:1,Items:[]},Cooktime:0,SolventTank:{FluidName:"liquid_ammonia",Amount:2000},x:-115,y:153,ForgeCaps:{"nuclearcraft:capability_default_radiation_resistance":{shieldingRadResistance:0.0d,radiationResistance:0.0d}},z:-2484,id:"minecraft:rockhounding_chemistry_flotation_tank",RecipeIndex:-1}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant