Skip to content

Commit f0b3252

Browse files
committedAug 10, 2015
Treegen: Rename pine tree mapgen alias
1 parent 6c0c27f commit f0b3252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/treegen.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ void make_pine_tree(MMVManip &vmanip, v3s16 p0, INodeDefManager *ndef, int seed)
755755
and in games that have saplings; both are deprecated but not
756756
replaced yet
757757
*/
758-
content_t c_tree = ndef->getId("mapgen_pinetree");
758+
content_t c_tree = ndef->getId("mapgen_pine_tree");
759759
content_t c_leaves = ndef->getId("mapgen_pine_needles");
760760
content_t c_snow = ndef->getId("mapgen_snow");
761761
if (c_tree == CONTENT_IGNORE)

0 commit comments

Comments
 (0)
Please sign in to comment.