Skip to content

Commit

Permalink
improvements to jungle content
Browse files Browse the repository at this point in the history
  • Loading branch information
squidicuzz committed Sep 28, 2023
1 parent b3dacc1 commit 9d2e4ef
Show file tree
Hide file tree
Showing 9 changed files with 453 additions and 6 deletions.
1 change: 1 addition & 0 deletions mods/ctg_world/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dofile(default_path .. DIR_DELIM .. "plants.lua")
dofile(default_path .. DIR_DELIM .. "berries.lua")
dofile(default_path .. DIR_DELIM .. "mapgen.lua")
dofile(default_path .. DIR_DELIM .. "mapgen_border.lua")
dofile(default_path .. DIR_DELIM .. "mapgen_decor.lua")
dofile(default_path .. DIR_DELIM .. "items.lua")
dofile(default_path .. DIR_DELIM .. "loot.lua")
dofile(default_path .. DIR_DELIM .. "commands.lua")
Expand Down

0 comments on commit 9d2e4ef

Please sign in to comment.