chest size detection, protector door bedrock detection, dig doors in mcl

This commit is contained in:
tenplus1
2024-09-16 08:10:36 +01:00
parent 4eeb568234
commit 97b0da0cf9
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ minetest.register_craftitem("protector:tool", {
end
-- do not place protector out of map bounds
if minetest.find_node_near(pos, 1, {"ignore"}) then
if minetest.find_node_near(pos, 1, {"ignore", "mcl_core:bedrock"}) then
return
end