make items digable in farlands

This commit is contained in:
wsor4035
2024-04-13 21:26:35 -04:00
parent d3ad69dd23
commit 72e55ed639
3 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ local function reg_simple(name, def)
tiles = def.tiles,
paramtype = "light",
paramtype2 = "facedir",
groups = def.groups or {snappy=3},
groups = def.groups or {snappy=3, dig_tree=2},
is_ground_content = false,
selection_box = {
type = "fixed",