Cyclops Core

Cyclops Core

93M Downloads

Server crash when other mod interaction with block with evilcraft's blood on it

GordonHollow opened this issue ยท 1 comments

commented

Steps to reproduce the problem:

  1. Break block with blood on it some unusual way (3x3 mining pickaxe from cyclic, spawn gorgomite from lycanitesmobs, or just flood this bliock with water)

Versions:

Exact versions of the following mods, not just latest.

  • CyclopsCore-1.12.2-0.11.5
  • Minecraft 1.12.2
  • 1.12.2-forge1.12.2-14.23.3.2668

Log file:

```Time:` 5/1/18 5:08 AM
Description: Ticking player

java.lang.IllegalArgumentException: Don't know how to convert minecraft:stone[variant=stone] back into data...
	at net.minecraft.block.Block.func_176201_c(Block.java:204)
	at net.minecraft.block.Block.getHarvestTool(Block.java:2052)
	at net.minecraftforge.common.ForgeHooks.canHarvestBlock(ForgeHooks.java:210)
	at net.minecraft.block.Block.canHarvestBlock(Block.java:1154)
	at org.cyclops.evilcraft.core.config.configurable.ConfigurableBlockWithInnerBlocksExtended.canHarvestBlock(ConfigurableBlockWithInnerBlocksExtended.java:87)
	at oreexcavation.utils.ToolEffectiveCheck.canHarvestBlock(ToolEffectiveCheck.java:61)
	at oreexcavation.handlers.EventHandler.onBlockBreak(EventHandler.java:148)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1543_EventHandler_onBlockBreak_BreakEvent.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
	at net.minecraftforge.common.ForgeHooks.onBlockBreakEvent(ForgeHooks.java:837)
	at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:283)
	at net.minecraft.server.management.PlayerInteractionManager.func_73075_a(PlayerInteractionManager.java:109)
	at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:316)
	at net.minecraft.world.World.func_72866_a(World.java:1990)
	at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
	at net.minecraft.world.World.func_72870_g(World.java:1952)
	at net.minecraft.world.WorldServer.func_184147_l(WorldServer.java:642)
	at net.minecraft.world.World.func_72939_s(World.java:1731)
	at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
	at java.lang.Thread.run(Unknown Source)

``

commented

๐ŸŽ‰ Thanks for opening your first issue here! ๐ŸŽ‰ Please be sure to follow the issue template.