Add tiling info for grass nodes
[oweals/minetest_game.git] / mods / default / mapgen.lua
2015-08-10 paramatDefault: Rename pine tree nodes, textures and mapgen...
2015-08-07 paramatBiomes: Tune v5/v7 biomes and v5/v6/v7 mushroom distrib...
2015-07-30 paramatAdd biomes for mgv5 and mgv7
2015-07-27 paramatDefault/mapgen: Disable nyancats in singlenode mapgen
2015-07-01 paramatDefault/mapgen: Add missing spaces
2015-06-07 CalinouRemove deprecated ore generation code
2015-05-12 paramatDefault/mapgen: Add sandstone alias for sandstone biome...
2015-05-12 paramatDefault/mapgen: Add mapgen aliases for sandstone brick...
2015-05-11 paramatDefault/mapgen: Make register function selection compat...
2015-04-23 paramatDefault/mapgen: Add dry shrub to mgv6 tundra
2015-04-19 paramatDefault/mapgen: Add alias for river water source
2015-04-05 paramatDefault/mapgen: Fix missing num_spawn_by = 1 line for...
2015-03-29 paramatDefault/mapgen.lua: Remove ores absheight flags. Add...
2015-03-27 paramatdefault/mapgen.lua: Register mgv6 decorations
2015-03-17 paramatdefault/mapgen.lua: Update biomes for new biome API
2015-02-22 paramatmapgen.lua: Add dirt/sand/gravel blob ores for mgv5...
2015-01-10 paramatSimple biomes for mgv5/mgv7. Uses get_mapgen_params
2014-11-21 PenguinDadFix leaking globals in flowers and default mapgen.lua
2014-11-16 paramatDefault and flowers: only run on-generated functions...
2013-11-17 PilzAdamRemove / replace all print() calls 0.4.8
2013-11-03 4Evergreen4Implemented facedir in the nyan cat rainbow
2013-10-05 KahrlRemove mapgen_air alias
2013-09-06 Sfan5Add mapgen_stair_cobble to minetest_game
2013-06-18 PilzAdamGenerate clay with register_ore()
2013-05-24 PilzAdamReplace minetest.env: with minetest.
2013-05-19 PilzAdamSplit init.lua into several files
2013-05-18 PilzAdamMove all common mods back to minetest_game
2013-03-21 PilzAdamUse common mods 153/head
2013-03-18 PilzAdamAdd grass
2013-03-16 PilzAdamAdd jungleleaves, junglewood and junglesapling
2013-01-04 PilzAdamAdd junglegrass to mapgen
2013-01-04 PilzAdamExpose generate_ore
2012-12-28 PilzAdamConvert old mese to the new mese block and generate...
2012-11-20 PilzAdamFix dry shrubs being placed in cacti and fix incorrect...
2012-11-18 PilzAdamDon't grow papyrus into trees
2012-05-20 Perttu AholaFix typo in nyan cat generation
2012-05-20 Perttu AholaRe-implement nyancat generation in Lua (they don't...
2012-05-20 Perttu AholaTune ore generation
2012-04-07 Perttu AholaGenerate slightly less shrubs
2012-04-07 Perttu AholaGenerate dry shrubs on deserts
2012-04-07 Perttu AholaTune cactus generation
2012-04-07 Perttu AholaAdd cactus generation, desert_sand and desert_stone
2012-04-07 Perttu Aholapapyrus generation
2012-04-04 Perttu AholaMove map generator stuff around a bit and generate...
2012-03-29 Perttu AholaClean/fix clay generation, update tool definitions...
2012-03-29 Perttu AholaGenerate clay
2012-03-28 Perttu AholaModify textures, add map generator necessities