mirror of
https://github.com/minetest-mods/technic.git
synced 2025-01-03 03:07:36 +01:00
typo fixed
This commit is contained in:
parent
7efa3ff73f
commit
e7d3d78ed2
@ -54,7 +54,7 @@ dofile(modpath.."/solar_panel_mv.lua")
|
||||
dofile(modpath.."/battery_box_mv.lua")
|
||||
|
||||
--Tools
|
||||
if enable_mining_dril==true then dofile(modpath.."/mining_drill.lua") end
|
||||
if enable_mining_drill==true then dofile(modpath.."/mining_drill.lua") end
|
||||
if enable_mining_laser==true then dofile(modpath.."/mining_laser_mk1.lua") end
|
||||
if enable_flashlight==true then dofile(modpath.."/flashlight.lua") end
|
||||
dofile(modpath.."/cans.lua")
|
||||
|
Loading…
Reference in New Issue
Block a user