mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 05:42:33 +01:00
Load tools
This commit is contained in:
parent
5d470cd753
commit
d497429abc
@ -28,6 +28,9 @@ dofile(modpath.."/register_machine_and_tool.lua")
|
||||
-- Machines
|
||||
dofile(modpath.."/machines/init.lua")
|
||||
|
||||
-- Tools
|
||||
dofile(modpath.."/tools/init.lua")
|
||||
|
||||
function has_locked_chest_privilege(meta, player)
|
||||
if player:get_player_name() ~= meta:get_string("owner") then
|
||||
return false
|
||||
|
Loading…
Reference in New Issue
Block a user