Advertisement
Guest User

Untitled

a guest
May 25th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. [18:52:05 ERROR] [Sponge]: Error occurred while executing command 'bp gen' for source EntityPlayerMP['Artai93'/284, l='world', x=-25076.61, y=56.00, z=7471.34]: net.minecraft.block.BlockAir cannot be cast to org.spongepowered.api.block.BlockState
  2. java.lang.ClassCastException: net.minecraft.block.BlockAir cannot be cast to org.spongepowered.api.block.BlockState
  3. at org.spongepowered.common.data.persistence.LegacySchematicTranslator.translate(LegacySchematicTranslator.java:132) ~[LegacySchematicTranslator.class:1.12.2-7.1.5]
  4. at org.spongepowered.common.data.persistence.LegacySchematicTranslator.translate(LegacySchematicTranslator.java:60) ~[LegacySchematicTranslator.class:1.12.2-7.1.5]
  5. at Commands.Generate.loadSchem(Generate.java:66) ~[Generate.class:?]
  6. at Commands.Generate.execute(Generate.java:37) ~[Generate.class:?]
  7. at org.spongepowered.api.command.args.ChildCommandElementExecutor.execute(ChildCommandElementExecutor.java:255) ~[ChildCommandElementExecutor.class:1.12.2-7.1.5]
  8. at org.spongepowered.api.command.spec.CommandSpec.process(CommandSpec.java:388) ~[CommandSpec.class:1.12.2-7.1.5]
  9. at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:340) ~[SimpleDispatcher.class:1.12.2-7.1.5]
  10. at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:334) ~[SpongeCommandManager.class:1.12.2-7.1.5]
  11. at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:1083) ~[dh.class:?]
  12. at net.minecraft.network.NetHandlerPlayServer.func_147361_d(SourceFile:855) ~[pa.class:?]
  13. at net.minecraft.network.NetHandlerPlayServer.func_147354_a(SourceFile:842) ~[pa.class:?]
  14. at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37) ~[la.class:?]
  15. at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9) ~[la.class:?]
  16. at org.spongepowered.common.event.tracking.phase.packet.PacketPhaseUtil.onProcessPacket(PacketPhaseUtil.java:193) ~[PacketPhaseUtil.class:1.12.2-7.1.5]
  17. at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$zle000(SourceFile:539) ~[hv$1.class:?]
  18. at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[hv$1.class:?]
  19. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_201]
  20. at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_201]
  21. at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]
  22. at org.spongepowered.common.SpongeImplHooks.onUtilRunTask(SpongeImplHooks.java:297) ~[SpongeImplHooks.class:1.12.2-7.1.5]
  23. at net.minecraft.server.MinecraftServer.redirect$onRun$zji000(SourceFile:4123) ~[MinecraftServer.class:?]
  24. at net.minecraft.server.MinecraftServer.func_71190_q(SourceFile:1581) ~[MinecraftServer.class:?]
  25. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(SourceFile:349) ~[nz.class:?]
  26. at net.minecraft.server.MinecraftServer.func_71217_p(SourceFile:560) ~[MinecraftServer.class:?]
  27. at net.minecraft.server.MinecraftServer.run(SourceFile:464) ~[MinecraftServer.class:?]
  28. at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
  29. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement