mirror of
https://github.com/mt-mods/home_workshop_modpack.git
synced 2025-07-21 09:50:24 +02:00
make items digable in farlands
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user