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.
|
local modpath = minetest.get_modpath("rmod")
|
|
|
|
dofile(modpath .. "/grate.lua")
|
|
dofile(modpath .. "/conveyor.lua")
|
|
dofile(modpath .. "/crate.lua")
|