init.lua 109 B

123456789
  1. sheep = sheep or {}
  2. sheep.modpath = minetest.get_modpath("sheep")
  3. dofile(sheep.modpath .. "/sheep.lua")