1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Added Apple Trees

This commit is contained in:
sfan5 2011-09-11 17:50:44 +02:00
parent d28ea57083
commit c0caedc373
6 changed files with 100 additions and 8 deletions

View file

@ -1,4 +1,4 @@
/*
/*
Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
@ -83,6 +83,8 @@ MapNode mapnode_translate_to_internal(MapNode n_from, u8 version);
#define CONTENT_JUNGLEGRASS 0x816
#define CONTENT_NC 0x817
#define CONTENT_NC_RB 0x818
#define CONTENT_APPLE 0x819
#endif