7 lines
315 B
Lua
Executable File
7 lines
315 B
Lua
Executable File
local S = minetest.get_translator(minetest.get_current_modname())
|
|
local name = minetest.get_current_modname()
|
|
local path = minetest.get_modpath(name)
|
|
|
|
dofile(path .. "/mashins/steam_machins.lua") --steam mashins
|
|
dofile(path .. "/mashins/vertical_miner.lua") --steam mashins
|
|
dofile(path .. "/mashins/quarry.lua") |