mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-13 14:00:29 +02:00
fixing up explosions. Also make slade sand diggable in mcl, and fix a bug in web generators
This commit is contained in:
@ -24,7 +24,7 @@ local anchor_groups = {"group:soil", "group:stone", "group:tree", "group:wood",
|
||||
|
||||
local in_anchor_group = function(name)
|
||||
for _, group in pairs(anchor_groups) do
|
||||
if minetest.get_item_group(name, group:strsub(7)) then
|
||||
if minetest.get_item_group(name, string.sub(group, 7)) then
|
||||
return true
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user