diff --git a/init.lua b/init.lua index e3164a1..dd9b7d0 100644 --- a/init.lua +++ b/init.lua @@ -188,10 +188,12 @@ cartographer.biomes.add("savanna_ocean", { cartographer.biomes.add("rainforest", { "ctg_mtg_simple_forest", "ctg_mtg_colored_forest", + "ctg_mtg_rainforest", }); cartographer.biomes.add("rainforest_swamp", { "ctg_mtg_simple_water", "ctg_mtg_colored_water", + "ctg_mtg_swamp", }); cartographer.biomes.add("rainforest_ocean", { "ctg_mtg_simple_water", diff --git a/textures/ctg_mtg_coniferous_forest.1.png b/textures/ctg_mtg_coniferous_forest.1.png new file mode 100644 index 0000000..09e157e Binary files /dev/null and b/textures/ctg_mtg_coniferous_forest.1.png differ diff --git a/textures/ctg_mtg_coniferous_forest.2.png b/textures/ctg_mtg_coniferous_forest.2.png new file mode 100644 index 0000000..c05fc3c Binary files /dev/null and b/textures/ctg_mtg_coniferous_forest.2.png differ diff --git a/textures/ctg_mtg_coniferous_forest.3.png b/textures/ctg_mtg_coniferous_forest.3.png new file mode 100644 index 0000000..2200551 Binary files /dev/null and b/textures/ctg_mtg_coniferous_forest.3.png differ diff --git a/textures/ctg_mtg_coniferous_forest.4.png b/textures/ctg_mtg_coniferous_forest.4.png new file mode 100644 index 0000000..3c434ae Binary files /dev/null and b/textures/ctg_mtg_coniferous_forest.4.png differ diff --git a/textures/ctg_mtg_deciduous_forest.1.png b/textures/ctg_mtg_deciduous_forest.1.png new file mode 100644 index 0000000..5ffac5e Binary files /dev/null and b/textures/ctg_mtg_deciduous_forest.1.png differ diff --git a/textures/ctg_mtg_deciduous_forest.2.png b/textures/ctg_mtg_deciduous_forest.2.png new file mode 100644 index 0000000..8f1629e Binary files /dev/null and b/textures/ctg_mtg_deciduous_forest.2.png differ diff --git a/textures/ctg_mtg_deciduous_forest.3.png b/textures/ctg_mtg_deciduous_forest.3.png new file mode 100644 index 0000000..189d3a8 Binary files /dev/null and b/textures/ctg_mtg_deciduous_forest.3.png differ diff --git a/textures/ctg_mtg_deciduous_forest.4.png b/textures/ctg_mtg_deciduous_forest.4.png new file mode 100644 index 0000000..f34b8c4 Binary files /dev/null and b/textures/ctg_mtg_deciduous_forest.4.png differ diff --git a/textures/ctg_mtg_rainforest.1.png b/textures/ctg_mtg_rainforest.1.png new file mode 100644 index 0000000..2c43a2f Binary files /dev/null and b/textures/ctg_mtg_rainforest.1.png differ diff --git a/textures/ctg_mtg_rainforest.2.png b/textures/ctg_mtg_rainforest.2.png new file mode 100644 index 0000000..5efe259 Binary files /dev/null and b/textures/ctg_mtg_rainforest.2.png differ diff --git a/textures/ctg_mtg_rainforest.3.png b/textures/ctg_mtg_rainforest.3.png new file mode 100644 index 0000000..8045b97 Binary files /dev/null and b/textures/ctg_mtg_rainforest.3.png differ diff --git a/textures/ctg_mtg_rainforest.4.png b/textures/ctg_mtg_rainforest.4.png new file mode 100644 index 0000000..b7c88df Binary files /dev/null and b/textures/ctg_mtg_rainforest.4.png differ diff --git a/textures/ctg_mtg_swamp.1.png b/textures/ctg_mtg_swamp.1.png new file mode 100644 index 0000000..4badd3f Binary files /dev/null and b/textures/ctg_mtg_swamp.1.png differ diff --git a/textures/ctg_mtg_swamp.2.png b/textures/ctg_mtg_swamp.2.png new file mode 100644 index 0000000..b3468ec Binary files /dev/null and b/textures/ctg_mtg_swamp.2.png differ diff --git a/textures/ctg_mtg_swamp.3.png b/textures/ctg_mtg_swamp.3.png new file mode 100644 index 0000000..4c6b0f3 Binary files /dev/null and b/textures/ctg_mtg_swamp.3.png differ diff --git a/textures/ctg_mtg_swamp.4.png b/textures/ctg_mtg_swamp.4.png new file mode 100644 index 0000000..bebdbbc Binary files /dev/null and b/textures/ctg_mtg_swamp.4.png differ