Update nodes.lua

Add missing parenthesis, fixes #5
master
shivajiva101 2021-03-10 19:53:29 +00:00 committed by GitHub
parent fb558a2153
commit c0cea7b1df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ minetest.register_node("gamehub:egg", {
is_ground_content = false,
groups = {crumbly = 1, not_in_creative_inventory = 1},
drop = {},
sounds = default.node_sound_stone_defaults,
sounds = default.node_sound_stone_defaults(),
})
if minetest.get_modpath("moreblocks") then