Middle clicking on "ghost block" stopped bringing the block to hotbar
MeneerKB opened this issue ยท 2 comments
Minecraft version *
1.19.2 (paper server)
Mod version and malilib version
litematica-fabric-1.19.2-0.12.4 and malilib-fabric-1.19.2-0.13.0
A clear description of the issue
No idea what changed, but Litematica stopped giving me the block in the hotbar when I middle click the ghost block. No changes on the serverside, no changes on the client side. It doesn't work with easyplacemode on or off
Generics and hotkeys are set to default. It does still work in a singleplayer creative world.
It only works when the item is already in the hotbar, but when the item is somewhere else in the inventory, it doesn't switch.
Thanks in advance.
Check your pickBlockableSlots
config. Recent mod versions now won't replace any tools (or other damageable items) in the hotbar, so if all those configured allowed slots have tools in them, then it doesn't have anywhere to put the item. The next version also has a warning message when this happens, as currently there is nothing that would tell the user about this behavior...