allow anchoring against unloaded blocks

This commit is contained in:
FaceDeer 2021-03-28 15:10:34 -06:00
parent bc691e95c1
commit cf17a2cc93
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ local in_anchor_group = function(name)
minetest.get_item_group(name, "tree") > 0 or
minetest.get_item_group(name, "leaves") > 0 or
minetest.get_item_group(name, "sand") > 0 or
minetest.get_item_group(name, "wood") > 0
minetest.get_item_group(name, "wood") > 0 or
name == "ignore"
end
local cardinal_directions = {