mirror of
https://gitlab.com/lunovox/e-urn.git
synced 2025-03-15 07:21:22 +00:00
Corrigindo bug que impedia de por aUrna no chão.
This commit is contained in:
parent
1d61ad20e8
commit
c96eac061d
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue