init.lua 101 B

1234
  1. toppings_api = {}
  2. local modpath = minetest.get_modpath("toppings_api")
  3. dofile(modpath .. "/api.lua")