mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2024-11-13 06:00:28 +01:00
allow anchoring against unloaded blocks
This commit is contained in:
parent
bc691e95c1
commit
cf17a2cc93
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user