This repository has been archived on 2019-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
scriptblocks/init.lua

6 lines
145 B
Lua
Raw Normal View History

2017-07-30 22:24:43 +02:00
local modpath = minetest.get_modpath("rmod")
dofile(modpath .. "/grate.lua")
dofile(modpath .. "/conveyor.lua")
2017-07-30 22:24:43 +02:00
dofile(modpath .. "/crate.lua")