Placing a lectern controller with `setblock` command crashes game
hlysine opened this issue ยท 0 comments
Describe the Bug
Using the /setblock
command to place down a lectern_controller
(lectern with a linked controller on top) crashes the game because it doesn't have an actual linked controller. That block is also persistently corrupted after restarting the game. This may not be a common thing to do, but this is pretty exploitable on servers and any simple actions performed in-game shouldn't result in a crash IMO.
Reproduction Steps
Simply execute /setblock ~ ~ ~ create:lectern_controller
Expected Result
It should either place a lectern controller with default settings or place a normal lectern instead.
Screenshots and Videos
No response
Crash Report or Log
Operating System
Windows 11
Mod Version
0.5.1f
Minecraft Version
1.20.1
Forge Version
47.2.5
Other Mods
None. This is reproducible in a dedicated instance of Minecraft with no other mods installed.
Additional Context
No response