master
HybridDog 2015-05-29 12:09:29 +02:00
parent acf03b1621
commit c7c4d09ce8
3 changed files with 3 additions and 3 deletions

View File

@ -250,7 +250,7 @@ minetest.register_node("extrablocks:torte", {
return minetest.item_place(itemstack, placer, pointed_thing)
end,
})
minetest.register_node("extrablocks:eating_chest", {

View File

@ -20,7 +20,7 @@ local function table_contains(t, v)
return false
end
local function laser_node(pos, player)
local function laser_node(pos, player)
local node = minetest.get_node(pos)
if table_contains({"air", "ignore", "default:lava_source", "default:lava_flowing"}, node.name) then
return

View File

@ -156,7 +156,7 @@ minetest.register_tool("extrablocks:laser_mk2", {
end,
})
function lazer_it (pos, player)
function lazer_it (pos, player)
local pos1={}
-- pos1.x=math.floor(pos.x)
-- pos1.y=math.floor(pos.y)