More trees!
Go to file
Vanessa Ezekowitz c1a5cf776b Update 2013-04-17: Got rid of horizontal jungle tree trunk, aliased it
to the one in the moreblocks mod.  Got rid of jungle tree planks recipe,
default already has it.  But that's not the important part...

Acorns, fir/spruce/pine cones, and coconuts are now edible!

Fir/spruce/pine cones can be cooked to extract fir/spruce/pine nuts.  One cone yields 4 portions of nuts, each of which heals 1/2 heart.

Coconuts can be broken apart to get milk and raw coconut solids (e.g. the "meat").  Craft one coconut, one drinking glass, and one cutting tool (*see below).  Yields one portion of coconut solids, one glass full of coconut milk, and the tool is returned.  The coconut milk heals 1 heart and returns the empty glass, while one portion of coconut solids heals two hearts.

Coconut milk can be crafted with four acorns to produce acorn muffin batter.  One portion of this batter can be cooked into four acorn muffins.  Each muffin restores two hearts.

Enjoy :-)

-----
* Since Minetest doesn't have any default cutting tools that would normally be suitable for this purpose, the following tools may be used instead to cut the coconuts open:

Default bronze, diamond, Mese, or steel axe,
...or... glooptest Alatro or Arol axe,
...or... moreores Mithril or silver axe,
...or... titanium axe.

(note that stone and wooden axes are deliberately not usable)
2013-04-17 19:30:17 -04:00
textures Update 2013-04-17: Got rid of horizontal jungle tree trunk, aliased it 2013-04-17 19:30:17 -04:00
.gitignore got rid of backup files 2013-01-09 22:31:37 -05:00
README.md Update README.md 2013-02-27 13:50:43 -05:00
biome_defs.lua removed all code that tries to disable default trees because the minetest dev 2013-04-08 22:54:22 -04:00
crafts.lua Update 2013-04-17: Got rid of horizontal jungle tree trunk, aliased it 2013-04-17 19:30:17 -04:00
default_settings.txt Made settings world-specific - look for moretrees_settings.txt in your world 2013-04-09 00:15:24 -04:00
depends.txt first commit 2013-01-09 21:35:50 -05:00
init.lua Update 2013-04-17: Got rid of horizontal jungle tree trunk, aliased it 2013-04-17 19:30:17 -04:00
leafdecay.lua Multiple changes, see below: 2013-04-07 22:09:18 -04:00
node_defs.lua Update 2013-04-17: Got rid of horizontal jungle tree trunk, aliased it 2013-04-17 19:30:17 -04:00
saplings.lua made leaves depend on the trunks they spawn with to avoid decaying 2013-02-11 22:07:40 -05:00
tree_biomes.txt Added support for spawning small fir trees in snow biomes. Made jungletrees 2013-02-23 12:34:01 -05:00
tree_models.lua Multiple changes, see below: 2013-04-07 22:09:18 -04:00

README.md

More trees!

This mod adds a whole bunch of new types of trees to the game

Much of the code here came from cisoun's conifers mod and bas080's jungle trees mod, and big contributions by RealBadAngel.

Brought together into one mod and made L-systems compatible by Vanessa Ezekowitz.

License: WTFPL

Dependencies: plants_lib and default