From c0cea7b1df36273af41de0a2192716ad2153fc57 Mon Sep 17 00:00:00 2001 From: shivajiva101 Date: Wed, 10 Mar 2021 19:53:29 +0000 Subject: [PATCH] Update nodes.lua Add missing parenthesis, fixes #5 --- gamehub/nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamehub/nodes.lua b/gamehub/nodes.lua index bef8ab1..0de885c 100644 --- a/gamehub/nodes.lua +++ b/gamehub/nodes.lua @@ -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