mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2025-01-09 17:30:24 +01:00
use the luacontroller tool when left clicking instead of right click
This commit is contained in:
parent
30242162df
commit
76f970742d
@ -141,7 +141,7 @@ minetest.register_tool("moremesecons_luacontroller_tool:lctt", {
|
|||||||
description = "luacontroller template tool",
|
description = "luacontroller template tool",
|
||||||
inventory_image = "moremesecons_luacontroller_tool.png",
|
inventory_image = "moremesecons_luacontroller_tool.png",
|
||||||
|
|
||||||
on_place = function(itemstack, player, pt)
|
on_use = function(_, player, pt)
|
||||||
if not player
|
if not player
|
||||||
or not pt then
|
or not pt then
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user