From e849077e526fbaa91bb16dfb91754493c1842f65 Mon Sep 17 00:00:00 2001 From: Niklp <89982526+Niklp09@users.noreply.github.com> Date: Sun, 23 Oct 2022 16:25:16 +0200 Subject: [PATCH] add not in creative inv group to grow gravel --- energy_storage/nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/energy_storage/nodes.lua b/energy_storage/nodes.lua index e23b834..6e48972 100644 --- a/energy_storage/nodes.lua +++ b/energy_storage/nodes.lua @@ -30,7 +30,7 @@ minetest.register_node("techage:glow_gravel", { }}, paramtype = "light", light_source = 8, - groups = {crumbly = 2, falling_node = 1}, + groups = {crumbly = 2, falling_node = 1, not_in_creative_inventory = 1}, sounds = default.node_sound_gravel_defaults(), drop = "", })