mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-03 16:40:42 +02:00
allow putting items in node/microblock slots, in some situations
This commit is contained in:
@ -59,7 +59,7 @@ if legacy_place_mechanic then
|
||||
aux = not aux
|
||||
end
|
||||
|
||||
local remap = nil
|
||||
local remap
|
||||
|
||||
-- standard placement against the wall
|
||||
local use_wallmap = (wallmounted > 1 and not sneak) or (wallmounted < 2 and sneak)
|
||||
|
Reference in New Issue
Block a user