From c96eac061db7374adb65b8a403dd314cb95d2867 Mon Sep 17 00:00:00 2001 From: Lunovox Date: Thu, 20 Jul 2023 11:03:37 -0300 Subject: [PATCH] =?UTF-8?q?Corrigindo=20bug=20que=20impedia=20de=20por=20a?= =?UTF-8?q?Urna=20no=20ch=C3=A3o.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- item_eurn.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/item_eurn.lua b/item_eurn.lua index 8d8833b..cc01d71 100644 --- a/item_eurn.lua +++ b/item_eurn.lua @@ -29,11 +29,11 @@ minetest.register_node("eurn:eurn", { "text_eurn_side.png", --atrĂ¡s "text_eurn_front.png" --frente }, - + --[[ on_place = function(itemstack, placer, pointed_thing) return itemstack end, - + --]] on_rightclick = function(pos, node, clicker) --[[ local clickername = clicker:get_player_name()