forked from VoxeLibre/VoxeLibre
removed errant logging line.
This commit is contained in:
parent
b805ae9926
commit
55bb9800f4
|
@ -199,7 +199,7 @@ local bamboo_def = {
|
||||||
end
|
end
|
||||||
|
|
||||||
local node_above_name = minetest.get_node(pointed_thing.above).name
|
local node_above_name = minetest.get_node(pointed_thing.above).name
|
||||||
minetest.log("\n\n\nnode_above name: " .. node_above_name)
|
mcl_bamboo.mcl_log("\n\n\nnode_above name: " .. node_above_name)
|
||||||
if node_above_name ~= "mcl_core:water_source" and node_above_name ~= "mcl_core:lava_source"
|
if node_above_name ~= "mcl_core:water_source" and node_above_name ~= "mcl_core:lava_source"
|
||||||
and node_above_name ~= "mcl_nether:nether_lava_source" then
|
and node_above_name ~= "mcl_nether:nether_lava_source" then
|
||||||
local _, position = minetest.item_place(place_item, placer, pointed_thing, fdir)
|
local _, position = minetest.item_place(place_item, placer, pointed_thing, fdir)
|
||||||
|
|
Loading…
Reference in New Issue