From f0b325254fdf76f988f0d2ae83a8aa6825b6d60e Mon Sep 17 00:00:00 2001 From: paramat Date: Sun, 9 Aug 2015 09:17:11 +0100 Subject: [PATCH] Treegen: Rename pine tree mapgen alias --- src/treegen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/treegen.cpp b/src/treegen.cpp index 39cb1ca0..208f3455 100644 --- a/src/treegen.cpp +++ b/src/treegen.cpp @@ -755,7 +755,7 @@ void make_pine_tree(MMVManip &vmanip, v3s16 p0, INodeDefManager *ndef, int seed) and in games that have saplings; both are deprecated but not replaced yet */ - content_t c_tree = ndef->getId("mapgen_pinetree"); + content_t c_tree = ndef->getId("mapgen_pine_tree"); content_t c_leaves = ndef->getId("mapgen_pine_needles"); content_t c_snow = ndef->getId("mapgen_snow"); if (c_tree == CONTENT_IGNORE)