summaryrefslogtreecommitdiff
path: root/nodes.lua
AgeCommit message (Collapse)Author
2016-12-03Some fixes for keeping in line with the default game (#59)Richard Qian
* Tweak some nodes - Add function for recently-added metal sounds, and make copper patina use this sound - Add all the wood tiles to the wood group - Make empty bookshelf usable as fuel for half the time of book and vessel shelves (for 15 seconds) * Return the books when crafting enpty bookshelves
2016-09-19Max light source is 14. (#56)Auke Kok
2016-07-12Remove unnecessary things (#47)Thomas--S
* Removed Junglwood fences -> Alias with default:fence_junglewood * Removed Jungle stick -> Alias with default:stick * Removed unnecessary redefinitions because all the overridden options are the same as in minetest_game.
2016-05-18add node copper patina (#37)pithydon
Good for building things like the statue of liberty.
2015-04-18Add tar_block = 1 group to tarCalinou
2015-04-07Fix glass not looking correct (stairs/slabs/panels/microblocks). This makes ↵Calinou
regular glass look worse though.
2015-01-23Make glass connected optionally, add detail textures.Calinou
2015-01-12More informative and shorter headers.Calinou
2015-01-11Add licensing headers to all files, fix intllib global variable warnings.Calinou
2014-12-27Big cleanup. Fix intllib support.Calinou
2014-12-27Add compressed cobblestone, crafted with 9 cobblestone.Calinou
2014-07-21Code cleanup, new Stairs+ recipes.Calinou
2014-07-20Add a better name for alternate split stone tiles: Checked Stone Tile.Calinou
2014-06-29Texture updates.Calinou
2014-06-27Code cleanup. Add tar and more stone types.Calinou
2014-06-02Code cleanup.Calinou
2014-06-02New checker tetures (overlayed), make jungle wood use facedir if enabled.Calinou
2014-06-02Updates: wood tile textures are now overlays, removed some unneeded wooden ↵Calinou
tile textures.
2014-05-29New cactus brick texture, comment style improved, bricks are now facedir.Calinou
2014-05-07Fix rope not having sunlight_propagates = true.Calinou
2014-04-30Fix jungle fence texture name.Calinou
2014-04-30Lots of crafting tweaks, slight code cleanup.Calinou
2014-04-30Compressed textures, glass uses glasslike_framed drawtype, new texture for ↵Calinou
glow glass, added texture for trap glow glass and trap super glow glass.
2014-04-08update from calinouXanthin
2014-03-09Merge ShadowNinja's rewrite.Calinou