1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-07 18:30:28 +02:00

Add superquarry machine (made by Cyberpangolin)

This commit is contained in:
sys4-fr
2017-04-14 22:40:27 +02:00
parent 4cbd20d9fd
commit ef69f1d88c
2 changed files with 272 additions and 0 deletions

View File

@ -236,4 +236,7 @@ if minetest.get_modpath("technic") then
register_dust("Mithril", "default:mithril_ingot")
register_dust("Silver", "default:silver_ingot")
register_dust("Tin", "default:tin_ingot")
-- Add superquarry machine
dofile(get_modpath(minetest.get_current_modname()).."/technic/superquarry.lua")
end