Actualiser init.lua
This commit is contained in:
parent
97354c9b2b
commit
74fcb3d52e
5
init.lua
5
init.lua
@ -141,7 +141,10 @@ minetest.register_node("chest_recovery:chest", {
|
||||
"chest_chest.png^[sheet:2x2:1,0", "chest_chest.png^[sheet:2x2:1,0",
|
||||
"chest_chest.png^[sheet:2x2:1,1", "chest_chest.png^[sheet:2x2:1,1"},
|
||||
paramtype2 = "facedir",
|
||||
groups = {choppy = 2, oddly_breakable_by_hand = 2},
|
||||
groups = {creative_breakable=1, building_block=1, material_stone=1},
|
||||
_mcl_blast_resistance = 3600000,
|
||||
_mcl_hardness = -1,
|
||||
is_ground_content = false,
|
||||
legacy_facedir_simple = true,
|
||||
-- sounds = default.node_sound_wood_defaults(), -- Cette ligne est commentée
|
||||
on_construct = function(pos)
|
||||
|
Loading…
x
Reference in New Issue
Block a user