Commit graph

4 commits

Author SHA1 Message Date
C1ffisme
2084435f3e Merge branch 'master' of https://github.com/C1ffisme/minetest_game
Conflicts:
	mods/creative/init.lua
	mods/default/furnace.lua
	mods/default/init.lua
	mods/default/nodes.lua

Added Backgrounds
2015-01-26 14:30:17 -06:00
C1ffisme
bd2a6ff161 Added Backgrounds for Formspecs 2015-01-26 14:17:35 -06:00
PilzAdam
854415fd33 Fix typo in furnace.lua 2014-12-13 12:52:47 +01:00
PilzAdam
5a06de184c Rewrite furnace
* Move furnace related code into furnace.lua
* Move duplicated code into functions
* Rewrite ABM:
	* Easier to follow strcuture (no returns in the middle)
	* No unnecessary calls to get_craft_result
	* Split logic and "visual feedback" (a bit)
	* Fewer calls to meta:set and meta:get
	* Better feedback on the current state of the furnace
2014-12-06 21:18:02 +01:00