mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-26 02:30:38 +01:00
Fix nalc mod
This commit is contained in:
parent
ef69f1d88c
commit
cc86e42a5b
@ -238,5 +238,5 @@ if minetest.get_modpath("technic") then
|
|||||||
register_dust("Tin", "default:tin_ingot")
|
register_dust("Tin", "default:tin_ingot")
|
||||||
|
|
||||||
-- Add superquarry machine
|
-- Add superquarry machine
|
||||||
dofile(get_modpath(minetest.get_current_modname()).."/technic/superquarry.lua")
|
dofile(minetest.get_modpath(minetest.get_current_modname()).."/technic/superquarry.lua")
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user