From d0787f0205f1b9a5856dce41b933b1fee9d68327 Mon Sep 17 00:00:00 2001 From: BrunoMine Date: Tue, 20 Jun 2017 15:58:35 -0300 Subject: [PATCH] =?UTF-8?q?remo=C3=A7=C3=A3o=20de=20placa=20livre=20do=20i?= =?UTF-8?q?nventario=20criativo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.lua b/nodes.lua index fd6218e..c2521c2 100644 --- a/nodes.lua +++ b/nodes.lua @@ -84,7 +84,7 @@ minetest.register_node("terrenos:livre", { {-0.4375, -0.125, 0.1875, 0.4375, 0.5, 0.3125} -- Placa } }, - groups = {choppy=2,oddly_breakable_by_hand=2}, + groups = {choppy=2,oddly_breakable_by_hand=2,not_in_creative_inventory=1}, sounds = default.node_sound_wood_defaults(), on_rightclick = function (pos, node, clicker) terrenos.acessar(clicker, pos)