mirror of
https://gitlab.com/lunovox/e-urn.git
synced 2025-03-20 17:51:21 +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_side.png", --atrás
|
||||||
"text_eurn_front.png" --frente
|
"text_eurn_front.png" --frente
|
||||||
},
|
},
|
||||||
|
--[[
|
||||||
on_place = function(itemstack, placer, pointed_thing)
|
on_place = function(itemstack, placer, pointed_thing)
|
||||||
return itemstack
|
return itemstack
|
||||||
end,
|
end,
|
||||||
|
--]]
|
||||||
on_rightclick = function(pos, node, clicker)
|
on_rightclick = function(pos, node, clicker)
|
||||||
--[[
|
--[[
|
||||||
local clickername = clicker:get_player_name()
|
local clickername = clicker:get_player_name()
|
||||||
|
|
Loading…
Add table
Reference in a new issue