mirror of
https://github.com/minetest-mods/digilines.git
synced 2025-06-30 15:30:22 +02:00
committed by
GitHub
parent
f781039f43
commit
9ba4e3d308
@ -168,6 +168,7 @@ minetest.register_node("digilines:chest", {
|
||||
paramtype2 = "facedir",
|
||||
legacy_facedir_simple = true,
|
||||
groups = {choppy=2, oddly_breakable_by_hand=2, tubedevice=1, tubedevice_receiver=1, axey=1, handy=1},
|
||||
is_ground_content = false,
|
||||
sounds = digilines.sounds.node_sound_wood_defaults(),
|
||||
_mcl_blast_resistance = 1,
|
||||
_mcl_hardness = 0.8,
|
||||
|
Reference in New Issue
Block a user