mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 15:50:39 +02:00
Bugfix and new item
This commit is contained in:
@ -144,6 +144,7 @@ minetest.register_node("technic:light_off", {
|
||||
})
|
||||
|
||||
function check_for_flashlight (player)
|
||||
if player==nil then return false
|
||||
local inv = player:get_inventory()
|
||||
local hotbar=inv:get_list("main")
|
||||
for i=1,8,1 do
|
||||
|
Reference in New Issue
Block a user