chemistry/init.lua

3 lines
172 B
Lua
Raw Normal View History

2020-08-23 11:44:33 +02:00
dofile(minetest.get_modpath("chemistry").."/elements.lua")
dofile(minetest.get_modpath("chemistry").."/core.lua")
dofile(minetest.get_modpath("chemistry").."/recepies.lua")