mirror of
https://github.com/Sokomine/cottages.git
synced 2026-01-14 13:05:30 +01:00
corrected bug with sounds
This commit is contained in:
@@ -117,7 +117,7 @@ minetest.register_node("cottages:water_gen", {
|
||||
paramtype2 = "facedir",
|
||||
is_ground_content = false,
|
||||
groups = {tree = 1, choppy = 2, oddly_breakable_by_hand = 1, flammable = 2},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
sounds = cottages.sounds.wood,
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
|
||||
Reference in New Issue
Block a user