init.lua 95 B

12345678
  1. local modpath = minetest.get_modpath("hedges")
  2. hedges = {}
  3. dofile(modpath.."/hedges.lua")