You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
engine.event.EventException: Cannot handle event. EventType: engine.event.block.BlockPlaceEvent$Post
at engine.event.SimpleEventBus$Builder.lambda$new$0(SimpleEventBus.java:196)
at engine.event.SimpleEventBus.post(SimpleEventBus.java:37)
at engine.client.world.WorldClient.setBlock(WorldClient.java:267)
at engine.world.BlockSetter.setBlock(BlockSetter.java:12)
at engine.item.BlockItem.lambda$initComponent$0(BlockItem.java:24)
at engine.world.hit.BlockHitResult.ifSuccess(BlockHitResult.java:65)
at engine.item.BlockItem.lambda$initComponent$1(BlockItem.java:24)
at engine.client.input.controller.EntityCameraController.lambda$onInteract$14(EntityCameraController.java:193)
at java.base/java.util.Optional.ifPresent(Optional.java:183)
at engine.client.input.controller.EntityCameraController.lambda$onInteract$15(EntityCameraController.java:192)
at engine.item.ItemStack.ifNonEmpty(ItemStack.java:53)
at engine.client.input.controller.EntityCameraController.lambda$onInteract$16(EntityCameraController.java:191)
at java.base/java.util.Optional.ifPresent(Optional.java:183)
at engine.client.input.controller.EntityCameraController.onInteract(EntityCameraController.java:190)
at engine.enginemod.EngineModClientListeners.lambda$registerKeyBindings$15(EngineModClientListeners.java:107)
at engine.client.input.keybinding.KeyBinding.onKeyStart(KeyBinding.java:135)
at engine.client.input.keybinding.KeyBindingManager.tick(KeyBindingManager.java:175)
at engine.client.EngineClientImpl.clientTick(EngineClientImpl.java:213)
at engine.logic.Ticker.run(Ticker.java:64)
at engine.client.EngineClientImpl.runEngine(EngineClientImpl.java:207)
at engine.client.launch.Bootstrap.main(Bootstrap.java:23)
Caused by: java.lang.NullPointerException
at engine.graphics.voxel.chunk.ChunkRenderer.markChunkDirty(ChunkRenderer.java:148)
at engine.graphics.voxel.chunk.ChunkRenderer.onBlockChange(ChunkRenderer.java:118)
at AsmDynamicListener_a4ca3f6_ChunkRenderer_onBlockChange_Post_30.post(.dynamic)
at engine.event.misc.RegisteredListener.post(RegisteredListener.java:63)
at engine.event.SimpleEventBus.post(SimpleEventBus.java:35)
... 19 more
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: