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
Caused by: java.lang.NullPointerException: Cannot invoke "net.minecraft.world.level.Level.registryAccess()" because "this.level" is null
at net.minecraft.world.level.block.entity.JukeboxBlockEntity.setTheItem:L129
at net.minecraft.world.level.block.entity.JukeboxBlockEntity.splitTheItem:L120
This crash happens because the block that will replace the Jukebox is a blockstate that contains NBT stuff, so it goes into this block code that calls Clearable#tryClear and later on the Jukebox it tries to call level without checking for null, which breaks the contract?
How to reproduce
Seed: -6615792431629871999
Mods required
Run this command:
/tp @s -3680 90 -3696
https://gnomebot.dev/paste/mclogs/Y8x8HsG#L354
The text was updated successfully, but these errors were encountered: