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
Describe the bug
Client crash when placing coffins. Doesn't seem to affect the server side in multiplayer and loading up the game restores to the point right before placing. Same behaviour in singleplayer. Unsure if it's a conflict or not.
Environment
Minecraft version: 1.21.1
Furnish version: 27
Modloader: 0.16.5
To Reproduce
Steps to reproduce the behavior:
Place any coffin block
Expected behavior
Expected the coffin to be placed.
java.lang.IllegalStateException: Invalid block entity minecraft:bed // net.minecraft.class_2587 state at class_2338{x=-1263, y=112, z=-1379}, got Block{furnish:spruce_coffin}[facing=east,occupied=false,part=foot]
at net.minecraft.class_2586.method_61175(class_2586.java:57) ~[client-intermediary.jar:?]
at net.minecraft.class_2586.<init>(class_2586.java:51) ~[client-intermediary.jar:?]
at net.minecraft.class_2587.<init>(class_2587.java:18) ~[client-intermediary.jar:?]
at net.minecraft.class_2244.method_10123(class_2244.java:335) ~[client-intermediary.jar:?]
at net.minecraft.class_2818.redirect$fhd000$lithium$createBlockEntityWithCachedStateFix(class_2818.java:4756) ~[client-intermediary.jar:?]
at net.minecraft.class_2818.method_12010(class_2818.java:286) ~[client-intermediary.jar:?]
at net.minecraft.class_1937.method_30092(class_1937.java:232) ~[client-intermediary.jar:?]
at net.minecraft.class_638.method_30092(class_638.java:160) ~[client-intermediary.jar:?]
at net.minecraft.class_1937.method_8652(class_1937.java:217) ~[client-intermediary.jar:?]
at net.minecraft.class_1747.method_7708(class_1747.java:153) ~[client-intermediary.jar:?]
at net.minecraft.class_1747.method_7712(class_1747.java:76) ~[client-intermediary.jar:?]
at net.minecraft.class_1747.method_7884(class_1747.java:46) ~[client-intermediary.jar:?]
at net.minecraft.class_1799.method_7981(class_1799.java:373) ~[client-intermediary.jar:?]
at net.minecraft.class_636.method_41934(class_636.java:363) ~[client-intermediary.jar:?]
at net.minecraft.class_636.method_41933(class_636.java:318) ~[client-intermediary.jar:?]
at net.minecraft.class_636.method_41931(class_636.java:279) ~[client-intermediary.jar:?]
at net.minecraft.class_636.method_2896(class_636.java:317) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1583(class_310.java:1852) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1508(class_310.java:2111) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1574(class_310.java:1938) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1523(class_310.java:1246) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1514(class_310.java:882) [client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:256) [client-intermediary.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480) [fabric-loader-0.16.5.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.16.5.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.16.5.jar:?]
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:87) [NewLaunch.jar:?]
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129) [NewLaunch.jar:?]
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70) [NewLaunch.jar:?]```
The text was updated successfully, but these errors were encountered:
Describe the bug
Client crash when placing coffins. Doesn't seem to affect the server side in multiplayer and loading up the game restores to the point right before placing. Same behaviour in singleplayer. Unsure if it's a conflict or not.
Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected the coffin to be placed.
Logs
Pastebin of log: https://pastebin.com/nNt8ny1N
Relevant exception appears to be:
The text was updated successfully, but these errors were encountered: