init.lua.diff 319 B

1234567891011
  1. 26c26
  2. < dofile(path .. "/tree_monster.lua")
  3. ---
  4. > -- dofile(path .. "/tree_monster.lua")
  5. 29a30,34
  6. > dofile(path .. "/tree_monster_acacia.lua")
  7. > dofile(path .. "/tree_monster_aspen.lua")
  8. > dofile(path .. "/tree_monster_apple.lua")
  9. > dofile(path .. "/tree_monster_jungle.lua")
  10. > dofile(path .. "/tree_monster_pine.lua")