mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-14 07:01:06 +01:00
Add sounds to melon blocks and remove facedir
This commit is contained in:
parent
54da9f6f2b
commit
4ac8ab4dab
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
minetest.register_node("mcl_farming:melon", {
|
||||
description = "Melon",
|
||||
paramtype2 = "facedir",
|
||||
stack_max = 64,
|
||||
tiles = {"farming_melon_top.png", "farming_melon_top.png", "farming_melon_side.png", "farming_melon_side.png", "farming_melon_side.png", "farming_melon_side.png"},
|
||||
groups = {choppy=2, oddly_breakable_by_hand=2, building_block=1},
|
||||
|
@ -34,7 +33,8 @@ minetest.register_node("mcl_farming:melon", {
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end,
|
||||
sounds = mcl_sounds.node_sound_wood_defaults(),
|
||||
})
|
||||
|
||||
minetest.register_node("mcl_farming:melontige_1", {
|
||||
|
|
Loading…
Reference in a new issue