Default: Thicker snow nodebox
[oweals/minetest_game.git] / mods / default / nodes.lua
2015-07-29 paramatDefault: Thicker snow nodebox
2015-07-17 Rui914Fix not_in_creative_inventory
2015-07-13 RealBadAngelAdd new texture for leaves, jungle leaves and style...
2015-07-12 paramatDefault: Add savanna nodes, textures, crafting and...
2015-06-23 AmazAdd the listring functionality https://github.com/minet...
2015-06-18 paramatFix is_ground_content settings for nodes
2015-06-17 NovatuxFix bookshelf's allow_metadata_inventory_move (check...
2015-06-07 paramatDefault/nodes: Match river_water post_effect_colour...
2015-06-06 CalinouImprove water post effect color
2015-06-02 paramatDefault: New obsidian brick texture. Add river water...
2015-05-14 CalinouMake some common nodes let light pass through
2015-05-14 NovatuxApples give 2 HP instead of 1 HP, bread gives 5 HP...
2015-05-14 WuzzyUse connect_to_raillike for rail
2015-05-12 WuzzyMake TNT respect on_blast, implement on_blast for some...
2015-05-11 paramatDefault/nodes: Increase meselamp light level to light_m...
2015-04-19 paramatDefault: Add river_water nodes
2015-04-06 paramatDefault/nodes: Make water, lava and ice is_ground_conte...
2015-03-29 BlockMenAdd Meselamps 446/head
2015-02-28 ThatGraemeGuyRemove dupe aliases (fixes #438)
2015-01-24 MT-ModderMossycobble fixes
2015-01-10 PilzAdamFix typo in water_flowing tile animation Also add missi...
2015-01-10 PilzAdamClarify comment in default:grass_1
2015-01-10 PilzAdamRestructure default/nodes.lua
2015-01-10 PilzAdamRemove weird constants in default
2014-12-12 paramatPinetree (by sfan5, from mg mapgen) lua generation...
2014-12-12 CalinouAdd 3D signs
2014-12-12 HybridDogAdd obsidianbrick
2014-12-07 PilzAdamCorrect node definitons for pine saplings and pine... 374/head
2014-12-06 PilzAdamRewrite furnace 373/head
2014-12-06 PilzAdamRemove remains of weather
2014-12-06 PilzAdamSet param2 to 1 if player places leaves 367/head
2014-12-06 PilzAdamAllow the group book to be placed into bookshelfs 369/head
2014-12-06 PilzAdamFix possible stacking of books in bookshelf
2014-12-03 PilzAdamAdd all saplings to group sapling
2014-12-03 PilzAdamAdd missing groups to pine sapling
2014-11-30 Craig DavisonFix some undeclared global variables
2014-11-30 paramatPine tree, pine needles, pine sapling and pinewood...
2014-10-02 BlockMenUse new optional framed glasslike drawtype
2014-07-22 ZeframRetain sign text when editing is aborted by <esc>
2014-07-05 BlockMenMake gui part of default
2014-07-05 HybridDogNew fence texture
2014-07-05 SmallJokerAdd furnace protection, eat some lines of codes
2014-07-05 Sfan5Add fancy inventory for bookshelves
2014-07-05 arsdragonflyAdd a inventory to bookshelf, in which books are unstac...
2014-07-05 BlockMenAdd fancy inventories
2014-07-05 Vanessa EzekowitzModify default grasses rather than entirely re-defining...
2014-07-05 CasimirDig upwards for papyrus and cactus
2014-07-05 Sfan5Add Desert Cobblestone
2014-02-17 4Evergreen4Add animated front texture for active furnace
2014-01-11 ShadowNinjaFix crash with nil fuel
2013-12-22 ShadowNinjaAdd protection support to signs 229/head
2013-12-08 NovatuxUse minetest.swap_node instead of hacky_swap_node 227/head
2013-12-03 RealBadAngelAdd waving property for leaves and plants. 224/head
2013-11-30 kwolekrExplicitly set values of is_ground_content
2013-11-30 kwolekrAdd is_ground_content setting to grass_1, apple, and...
2013-11-17 PilzAdamRemove / replace all print() calls 0.4.8
2013-11-08 Vanessa EzekowitzAllow cactus to lay on its side also.
2013-11-08 4Evergreen4Add 6d facedir to logs. 214/head
2013-11-06 BlockMenFix tree growing and jungle sapling growth rate
2013-11-03 4Evergreen4Implemented facedir in the nyan cat rainbow
2013-11-02 NovatuxFix possible crash with grass ABM.
2013-11-02 NovatuxFix grass adding/removing ABM.
2013-11-02 NovatuxMove sapling growing and grass adding/removing ABMs...
2013-08-02 BlockMenUpdate drowning 194/head
2013-07-28 prollerSnow default level up
2013-07-27 prollerMelting and freezing
2013-07-11 GloopMasterMese and Diamond ore description consistancy.
2013-06-13 PilzAdamMake dry shrubs buildable_to
2013-06-13 PilzAdamUse louder footstep sound as dug_node
2013-06-12 BlockMenSeparate formspecs of active furnace and chests
2013-06-12 Mitori ItoshikiNew sounds
2013-05-24 PilzAdamReplace minetest.env: with minetest.
2013-05-21 PilzAdamFix a typo in apple decaying
2013-05-21 PilzAdamAdd farming mod
2013-05-21 PilzAdamLet apples fall when the tree is decaying
2013-05-20 PilzAdamAdd the soil group
2013-05-19 PilzAdamSplit init.lua into several files