========================================================================
ROADMAP (SHORT-TERM)
------------------------------------------------------------------------

- New materials to craft with.
	- Tree sap from stumps?  Create resin sheets with them?
	- Glassmaking?
- Consider unifying heat/cooling system.
	- Move heat and quench calcs all into API.
		- Cumulative heat helpers?
		- Maybe generalized time-cumulative helpers that
		  could be used with plant growth too?
	- Unify heat transformations into recipe system with
	  cooking recipes?
- Portable containers.
	- A bag that expands when placed, if room.
	- Inventory slots around central node each holds 1 stack.
	- Dig central node to bundle up, store content in metadata.
	- Containers may have "levels" to control nesting.
- Fire tech.
	- Metal casting, annealing, tempering
		- Axe annealed blocks/slabs -> annealed prills
		- Hammer annealed slabs -> annealed tool heads
		- Create and use annealed tools
		- Heat annealed tool heads -> glowing tool heads
		- Quench glowing tool heads -> tempered tool heads
		- Create and use tempered tools (much higher durability)
		- Heat tempered tools -> glowing tool heads to recycle
	- Fire rework.
		- Make fuel consumed slower by reducing flame exposure.
			- Encourages designing a better furnace.
		- Smothering produces charcoal instead of ash.
			- Can be reburned.  Maybe easier to ignite?
			  Maybe rejuvenate fuel in exchange for effort?
		- Make ash whiter, charcoal black.
- Hint system updates.
	- Track recipe completion in stats.
	- Use recipes for hint guide instead of just items in hand.
	- Need to explain core mechanics.
		- Crafting is now done by building.
		- Punching repeatedly w/o digging does things.
		- Some things may matter, like which face you hit.
- Make neighbor/distance calcs consistent.
	- We're using scan_flood in some places, face checks in others,
	  and find_nodes_in_area (cuboid) in others.
	- Diamond shape would be most consistent.
	- Should require face touching, not diagonal.
- Half-slabs
	- Intermediate step between planks and tool-heads.
	- Chop dirt with an axe.
	- Hammer together 4 stones instead of 8.
	- Pummel tree from the side with a higher tier axe, stone/metal?
- Social features
	- Randomize player appearance/colors
	- Hardcore names...?
- Plant life stuff
	- Tree growth catchup.
		- Set last time calc at place-time and in ABM
		- Define growth rate as gaussian, compute cumulative
		  growth as a single box-mueller transform upon ABM
		- Visually show progress, e.g. display a sprout or
		  something above, to give feedback.
	- Leaves settle into grass as podzol?  Composting/decay?
	- Dirt/sand/etc should self-compact if buried or over time.
	  OR loose dirt should grow grass.

........................................................................
========================================================================
