mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 15:50:39 +02:00
Added screwdriver
This commit is contained in:
1
init.lua
1
init.lua
@ -39,6 +39,7 @@ dofile(minetest.get_modpath("technic").."/water_mill.lua")
|
||||
dofile(minetest.get_modpath("technic").."/alloy_furnace.lua")
|
||||
dofile(minetest.get_modpath("technic").."/items.lua")
|
||||
dofile(minetest.get_modpath("technic").."/mining_drill.lua")
|
||||
dofile(minetest.get_modpath("technic").."/screwdriver.lua")
|
||||
|
||||
|
||||
function has_locked_chest_privilege(meta, player)
|
||||
|
Reference in New Issue
Block a user