Advertisement
DakotaPride

More Weaponry Tile Entity GUI

Feb 2nd, 2022
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. [07:21:46] [Server thread/FATAL] (Minecraft) Error executing task on Server
  2. java.lang.NullPointerException: Cannot invoke "net.minecraft.screen.PropertyDelegate.size()" because "propertyDelegate" is null
  3. at net.minecraft.screen.ScreenHandler.addProperties(ScreenHandler.java:138) ~[[email protected]:?]
  4. at net.DakotaPride.moreweaponry.screen.CropCutterScreenHandler.<init>(CropCutterScreenHandler.java:40) ~[main/:?]
  5. at net.DakotaPride.moreweaponry.block.entity.CropCutterBlockEntity.createMenu(CropCutterBlockEntity.java:49) ~[main/:?]
  6. at net.minecraft.server.network.ServerPlayerEntity.openHandledScreen(ServerPlayerEntity.java:919) ~[[email protected]:?]
  7. at net.DakotaPride.moreweaponry.block.custom.CropCutterBlock.onUse(CropCutterBlock.java:39) ~[main/:?]
  8. at net.minecraft.block.AbstractBlock$AbstractBlockState.onUse(AbstractBlock.java:396) ~[[email protected]:?]
  9. at net.minecraft.server.network.ServerPlayerInteractionManager.interactBlock(ServerPlayerInteractionManager.java:297) ~[[email protected]:?]
  10. at net.minecraft.server.network.ServerPlayNetworkHandler.onPlayerInteractBlock(ServerPlayNetworkHandler.java:964) ~[[email protected]:?]
  11. at net.minecraft.network.packet.c2s.play.PlayerInteractBlockC2SPacket.apply(PlayerInteractBlockC2SPacket.java:35) ~[[email protected]:?]
  12. at net.minecraft.network.packet.c2s.play.PlayerInteractBlockC2SPacket.apply(PlayerInteractBlockC2SPacket.java:18) ~[[email protected]:?]
  13. at net.minecraft.network.NetworkThreadUtils.method_11072(NetworkThreadUtils.java:25) ~[[email protected]:?]
  14. at net.minecraft.server.ServerTask.run(ServerTask.java:22) ~[[email protected]:?]
  15. at net.minecraft.util.thread.ThreadExecutor.executeTask(ThreadExecutor.java:146) ~[[email protected]:?]
  16. at net.minecraft.util.thread.ReentrantThreadExecutor.executeTask(ReentrantThreadExecutor.java:29) ~[[email protected]:?]
  17. at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:754) ~[[email protected]:?]
  18. at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:1712) ~[[email protected]:?]
  19. at net.minecraft.util.thread.ThreadExecutor.runTask(ThreadExecutor.java:122) ~[[email protected]:?]
  20. at net.minecraft.server.MinecraftServer.runOneTask(MinecraftServer.java:739) ~[[email protected]:?]
  21. at net.minecraft.server.MinecraftServer.runTask(MinecraftServer.java:735) ~[[email protected]:?]
  22. at net.minecraft.util.thread.ThreadExecutor.runTasks(ThreadExecutor.java:130) ~[[email protected]:?]
  23. at net.minecraft.server.MinecraftServer.runTasksTillTickEnd(MinecraftServer.java:718) ~[[email protected]:?]
  24. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:673) ~[[email protected]:?]
  25. at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:287) ~[[email protected]:?]
  26. at java.lang.Thread.run(Thread.java:833) [?:?]
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement