owl_tech/mashins/init.lua

7 lines
315 B
Lua
Raw Normal View History

2022-12-21 06:57:54 +01:00
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")