diff options
author | Rogier <rogier777@gmail.com> | 2016-05-18 16:54:45 +0200 |
---|---|---|
committer | Rogier <rogier777@gmail.com> | 2016-05-18 16:54:45 +0200 |
commit | cd9926f9e53a2532296ff7019287559c3e7ea1ea (patch) | |
tree | e35abb4eadea39a7c24f1ba7b64c55eef4d67f99 /tree_biomes.txt | |
parent | ee5bc1dfb3eb8a7cd18dd78c43bdb378878ba618 (diff) |
Restore previous pine as cedar
Commit ad0cbbc0f disabled the previous moretrees pine, and aliased it to the
default minetest pine. The default pine is a completely different tree though,
with different apppearance and different textures.
This commit restores the previous pine tree, renaming it to cedar to avoid a tree
name clash with the default game. Any existing moretrees pine trees will be
converted to cedar, so that their appearance does not change. Moretrees pine
trees that have already been converted to the default pine tree are not converted
back.
Diffstat (limited to 'tree_biomes.txt')
-rw-r--r-- | tree_biomes.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tree_biomes.txt b/tree_biomes.txt index 3e4533c..fdba90d 100644 --- a/tree_biomes.txt +++ b/tree_biomes.txt @@ -11,7 +11,7 @@ oak 0 to +10 + 4 to +16 n/a n/a dirt_with grass 332 15 sequoia 0 to +10 -30 to +50 n/a n/a dirt_with grass 333 10
birch +10 to +15 -20 to +10 n/a n/a dirt_with grass 334 5
spruce above +20 -20 to +10 n/a n/a dirt_with grass 335 10
-pine n/a n/a water, 15 5 dirt_with grass 336 10
+cedar n/a n/a water, 15 5 dirt_with grass 336 10
willow - 5 to + 5 n/a water, 15 5 dirt_with grass 337 20
acacia n/a n/a n/a n/a dirt_with_grass,
desert_sand n/a 15
@@ -32,3 +32,6 @@ where the humidity is low (but not bone dry). Fir trees appear in a snow biome only with older versions of SPlizard's Snow Biomes mod. In more recent versions,
these trees will not grow, due to an engine bug.
+
+Cedar trees replace, and are identical to, the original pine trees, as the minetest default game now has (a completely
+different type of) pine trees.
|