mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 15:50:39 +02:00
Cleaning the code
This commit is contained in:
3
init.lua
3
init.lua
@ -20,7 +20,8 @@ dofile(minetest.get_modpath("technic").."/copper_chest.lua")
|
||||
dofile(minetest.get_modpath("technic").."/silver_chest.lua")
|
||||
dofile(minetest.get_modpath("technic").."/gold_chest.lua")
|
||||
dofile(minetest.get_modpath("technic").."/mithril_chest.lua")
|
||||
dofile(minetest.get_modpath("technic").."/electric.lua")
|
||||
dofile(minetest.get_modpath("technic").."/electric_furnace.lua")
|
||||
dofile(minetest.get_modpath("technic").."/battery_box.lua")
|
||||
dofile(minetest.get_modpath("technic").."/wires.lua")
|
||||
dofile(minetest.get_modpath("technic").."/dyes.lua")
|
||||
dofile(minetest.get_modpath("technic").."/ores.lua")
|
||||
|
Reference in New Issue
Block a user