From 85f119e1e6cc958a54eaf8468f2a302aa8c60dbe Mon Sep 17 00:00:00 2001 From: Mark Holmquist Date: Tue, 16 Aug 2011 02:14:49 -0700 Subject: Adding (most) of the sapling functionality. It has yet to work, since MEET_OTHER was not implemented at the time of this commit. Hopefully it will work when merged with celeron's latest. --- src/mapgen.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mapgen.h') diff --git a/src/mapgen.h b/src/mapgen.h index 57d0ee8a0..f848389a8 100644 --- a/src/mapgen.h +++ b/src/mapgen.h @@ -40,6 +40,9 @@ namespace mapgen // Add objects according to block content void add_random_objects(MapBlock *block); + + // Add a tree + void make_tree(ManualMapVoxelManipulator &vmanip, v3s16 p0, bool is_apple_tree); /* These are used by FarMesh -- cgit v1.2.3