init.lua 230 B

12345678
  1. rocks_api = {}
  2. local modpath = minetest.get_modpath("rocks_api")
  3. --registering some required nodes
  4. dofile(modpath .. "/stuff.lua")
  5. --api for registering nodes along with ores and rubble nodes
  6. dofile(modpath .. "/api.lua")