1
0
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:
SmallJoker
2025-01-13 12:10:03 +01:00
committed by GitHub
parent ee1f2b68df
commit 1f4291ff09
2 changed files with 35 additions and 16 deletions

View File

@ -7,6 +7,7 @@ globals = {
read_globals = {
"DIR_DELIM",
"core",
"minetest",
"dump",
"vector",