Advertisement
Insane96MCP

Untitled

Dec 16th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.24 KB | None | 0 0
  1. [12:33:33] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.world.BlockEvent$PlaceEvent@74c28574:
  2. java.lang.IllegalArgumentException: Cannot set property PropertyEnum{name=half, clazz=class net.minecraft.block.BlockSlab$EnumBlockHalf, values=[top, bottom]} as it does not exist in BlockStateContainer{block=minecraft:double_wooden_slab, properties=[variant]}
  3. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177226_a(BlockStateContainer.java:223) ~[awu$a.class:?]
  4. at vazkii.quark.misc.feature.LockDirectionHotkey.setBlockRotated(LockDirectionHotkey.java:130) ~[LockDirectionHotkey.class:?]
  5. at vazkii.quark.misc.feature.LockDirectionHotkey.onBlockPlaced(LockDirectionHotkey.java:79) ~[LockDirectionHotkey.class:?]
  6. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_138_LockDirectionHotkey_onBlockPlaced_PlaceEvent.invoke(.dynamic) ~[?:?]
  7. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  8. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
  9. at net.minecraftforge.event.ForgeEventFactory.onPlayerBlockPlace(ForgeEventFactory.java:155) [ForgeEventFactory.class:?]
  10. at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:907) [ForgeHooks.class:?]
  11. at net.minecraft.item.ItemStack.func_179546_a(ItemStack.java:186) [aip.class:?]
  12. at net.minecraft.server.management.PlayerInteractionManager.func_187251_a(PlayerInteractionManager.java:481) [or.class:?]
  13. at net.minecraft.network.NetHandlerPlayServer.func_184337_a(NetHandlerPlayServer.java:741) [pa.class:?]
  14. at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:55) [ma.class:?]
  15. at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:11) [ma.class:?]
  16. at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:20) [hv$1.class:?]
  17. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
  18. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
  19. at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
  20. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) [MinecraftServer.class:?]
  21. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  22. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252) [chd.class:?]
  23. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  24. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  25. [12:33:33] [Server thread/ERROR] [FML]: Index: 1 Listeners:
  26. [12:33:33] [Server thread/ERROR] [FML]: 0: NORMAL
  27. [12:33:33] [Server thread/ERROR] [FML]: 1: ASM: vazkii.quark.misc.feature.LockDirectionHotkey@1737248 onBlockPlaced(Lnet/minecraftforge/event/world/BlockEvent$PlaceEvent;)V
  28. [12:33:33] [Server thread/ERROR] [FML]: 2: ASM: vazkii.quark.tweaks.feature.SpongeDriesInNether@7783661c onItemPlaced(Lnet/minecraftforge/event/world/BlockEvent$PlaceEvent;)V
  29. [12:33:33] [Server thread/FATAL] [net.minecraft.server.MinecraftServer]: Error executing task
  30. java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Cannot set property PropertyEnum{name=half, clazz=class net.minecraft.block.BlockSlab$EnumBlockHalf, values=[top, bottom]} as it does not exist in BlockStateContainer{block=minecraft:double_wooden_slab, properties=[variant]}
  31. at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_191]
  32. at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_191]
  33. at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
  34. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) [MinecraftServer.class:?]
  35. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  36. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252) [chd.class:?]
  37. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  38. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  39. Caused by: java.lang.IllegalArgumentException: Cannot set property PropertyEnum{name=half, clazz=class net.minecraft.block.BlockSlab$EnumBlockHalf, values=[top, bottom]} as it does not exist in BlockStateContainer{block=minecraft:double_wooden_slab, properties=[variant]}
  40. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177226_a(BlockStateContainer.java:223) ~[awu$a.class:?]
  41. at vazkii.quark.misc.feature.LockDirectionHotkey.setBlockRotated(LockDirectionHotkey.java:130) ~[LockDirectionHotkey.class:?]
  42. at vazkii.quark.misc.feature.LockDirectionHotkey.onBlockPlaced(LockDirectionHotkey.java:79) ~[LockDirectionHotkey.class:?]
  43. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_138_LockDirectionHotkey_onBlockPlaced_PlaceEvent.invoke(.dynamic) ~[?:?]
  44. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  45. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]
  46. at net.minecraftforge.event.ForgeEventFactory.onPlayerBlockPlace(ForgeEventFactory.java:155) ~[ForgeEventFactory.class:?]
  47. at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:907) ~[ForgeHooks.class:?]
  48. at net.minecraft.item.ItemStack.func_179546_a(ItemStack.java:186) ~[aip.class:?]
  49. at net.minecraft.server.management.PlayerInteractionManager.func_187251_a(PlayerInteractionManager.java:481) ~[or.class:?]
  50. at net.minecraft.network.NetHandlerPlayServer.func_184337_a(NetHandlerPlayServer.java:741) ~[pa.class:?]
  51. at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:55) ~[ma.class:?]
  52. at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:11) ~[ma.class:?]
  53. at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:20) ~[hv$1.class:?]
  54. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_191]
  55. at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_191]
  56. at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]
  57. ... 5 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement