mirror of
https://github.com/minetest/minetest_game.git
synced 2025-07-02 23:00:21 +02:00
Beds: allow digging stray top nodes (#3173)
This may occur by rotating the bottom bed node without calling the 'on_rotate' callback for various reasons.
This commit is contained in:
@ -7,6 +7,7 @@ globals = {
|
||||
|
||||
read_globals = {
|
||||
"DIR_DELIM",
|
||||
"core",
|
||||
"minetest",
|
||||
"dump",
|
||||
"vector",
|
||||
|
Reference in New Issue
Block a user