Crash when rendering a sign with the vanilla datapack disabled
The bug
The game crashes when trying to render the sign block entity when the vanilla datapack is not enabled.
Crash report
Description: Rendering Block Entity
java.lang.IllegalArgumentException: Cannot get property bnb{name=facing, clazz=class ev, values=[north, south, west, east]} as it does not exist in Block{minecraft:oak_sign}
at blx.c(SourceFile:95)
at czt.a(SourceFile:46)
at czt.a(SourceFile:21)
at czm.a(SourceFile:148)
at czm.a(SourceFile:128)
at cxu.a(SourceFile:698)
at cxq.b(SourceFile:971)
at cxq.a(SourceFile:878)
at cxq.a(SourceFile:752)
at cjk.c(SourceFile:817)
at cjk.a(SourceFile:380)
at net.minecraft.client.main.Main.main(SourceFile:144)
Linked Issues
is duplicated by4
Created Issue:
Game crashes when having a sign in the world without the vanilla datapack enabled
The bug
The game crashes when trying to render the sign block entity when the vanilla datapack is not enabled.
Description: Rendering Block Entity java.lang.IllegalArgumentException: Cannot get property bnb{name=facing, clazz=class ev, values=[north, south, west, east]} as it does not exist in Block{minecraft:oak_sign} at blx.c(SourceFile:95) at czt.a(SourceFile:46) at czt.a(SourceFile:21) at czm.a(SourceFile:148) at czm.a(SourceFile:128) at cxu.a(SourceFile:698) at cxq.b(SourceFile:971) at cxq.a(SourceFile:878) at cxq.a(SourceFile:752) at cjk.c(SourceFile:817) at cjk.a(SourceFile:380) at net.minecraft.client.main.Main.main(SourceFile:144)
Game crasheswhenhaving a signin the worldwithoutthe vanilla datapackenabledCrash when rendering a sign with the vanilla datapack disabled
The bug
The game crashes when trying to render the sign block entity when the vanilla datapack is not enabled.
Crash report
Description: Rendering Block Entity java.lang.IllegalArgumentException: Cannot get property bnb{name=facing, clazz=class ev, values=[north, south, west, east]} as it does not exist in Block{minecraft:oak_sign} at blx.c(SourceFile:95) at czt.a(SourceFile:46) at czt.a(SourceFile:21) at czm.a(SourceFile:148) at czm.a(SourceFile:128) at cxu.a(SourceFile:698) at cxq.b(SourceFile:971) at cxq.a(SourceFile:878) at cxq.a(SourceFile:752) at cjk.c(SourceFile:817) at cjk.a(SourceFile:380) at net.minecraft.client.main.Main.main(SourceFile:144)
relates to
is duplicated by
is duplicated by
is duplicated by
relates to
By chance does MC-138491 describe your issue?
Thank you for your report!
However, this issue is a Duplicate of MC-138491.
If you have additional information, please add it to that report.
Please search before reporting, as it's likely that one exists already.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Does MC-138491 describe your issue?
Confirmed for 18w44a.
Confirmed for 18w45a
confirmed for 18w46a
Confirmed for 18w50a
If you use NBTExplorer, you can go into your world, then to level.dat -> data -> datapacks -> disabled, then click on Vanilla, and hit the red 'x' near the top. Hope this helps
Confirmed for 19w02a
Workaround
Make a data pack including all sign-related block/item tags
Please do not mark unreleased versions as affected.
You don't have access to them yet.
This would be user error wouldn't it? The vanilla datapack isn't meant to be disabled. It would be like disabling the vanilla textures and then acting surprised when nothing has a texture.