disable node placement on rightclick beacon

master
Juraj Vajda 2018-02-10 16:25:54 -05:00
parent 477bdd574f
commit 2005611d5c
1 changed files with 15 additions and 15 deletions

View File

@ -511,8 +511,8 @@ function telemosaic.beacon_rightclick(pos, node, clicker, itemstack, pointed_thi
telemosaic.set_status(pos_stack)
-- default place_node callback
elseif itemstack:get_definition().type == "node" then
itemstack = minetest.item_place_node(itemstack, clicker, pointed_thing)
-- elseif itemstack:get_definition().type == "node" then
-- itemstack = minetest.item_place_node(itemstack, clicker, pointed_thing)
else
-- mod : pos : pos2
-- - pos2 is from itemstack so not always set, else "not configured"