Corrigindo bug que impedia de por aUrna no chão.

This commit is contained in:
Lunovox 2023-07-20 11:03:37 -03:00
parent 1d61ad20e8
commit c96eac061d

View file

@ -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()