mirror of
https://codeberg.org/tenplus1/farming.git
synced 2024-11-05 01:40:40 +01:00
add sound to hemp block
This commit is contained in:
parent
2e90959a6c
commit
0b06c7cd45
|
@ -101,7 +101,8 @@ minetest.register_node("farming:hemp_block", {
|
|||
description = S("Hemp Block"),
|
||||
tiles = {"farming_hemp_block.png"},
|
||||
paramtype = "light",
|
||||
groups = {snappy = 1, oddly_breakable_by_hand = 1, flammable = 2}
|
||||
groups = {snappy = 1, oddly_breakable_by_hand = 1, flammable = 2},
|
||||
sounds = default.node_sound_leaves_defaults()
|
||||
})
|
||||
|
||||
minetest.register_craft( {
|
||||
|
|
Loading…
Reference in New Issue
Block a user