mirror of
https://github.com/minetest-mods/technic.git
synced 2025-04-01 02:20:23 +02:00
9 lines
209 B
Lua
9 lines
209 B
Lua
local path = technic.modpath.."/machines/hv"
|
|
|
|
dofile(path.."/forcefield.lua")
|
|
dofile(path.."/wires.lua")
|
|
dofile(path.."/battery_box.lua")
|
|
dofile(path.."/solar_array.lua")
|
|
dofile(path.."/nuclear_reactor.lua")
|
|
|