Ores: Add silver sand blob ore, relocate other blob ores
[oweals/minetest_game.git] / mods / default / mapgen.lua
2017-02-01 paramatOres: Add silver sand blob ore, relocate other blob...
2017-01-26 paramatDungeons: Add mapgen alias for desert stone stairs
2017-01-15 paramatTree log decorations: Replace lua tables with .mts...
2016-12-03 paramatDefault / flowers: New biomes. Limit dirt blobs. Add...
2016-07-18 rubenwardyMove nyancats into a separate mod
2016-07-07 paramatDefault, flowers: Use 'get_mapgen_setting()'
2016-07-05 paramatDefault/mapgen: Simplify iron ore registrations
2016-07-05 paramatDefault/mapgen: Add ores above y = 1024
2016-07-05 paramatDefault/mapgen: Clean up ore registrations
2016-06-05 paramatMapgen: Add biome fields for riverbed node and depth
2016-04-08 paramatDefault/mapgen: Denser rainforest, fewer logs
2016-03-22 paramatDefault: Fix rotation errors for mapgen aspen and sapli...
2016-02-25 paramatDefault/mapgen: Remove unnecessary spaces from log...
2016-02-24 paramatDefault/mapgen: Make forest clearings larger and more...
2016-02-06 paramatDefault/mapgen: Confine Aspen to one half of deciduous...
2016-01-29 paramatDefault/mapgen: Add gravel beach in Tundra
2016-01-26 Auke KokRegister biomes before ores.
2016-01-22 paramatDefault/mapgen: Remove unused 'mapgen_air' alias
2016-01-15 Auke KokAspen trees.
2016-01-08 Auke KokLower mushroom-on-log rate for pine forests.
2016-01-07 Auke KokPlace tree logs as decorations.
2015-12-31 paramatDefault: Add mapgen alias for air
2015-12-23 paramatOres: Allow dirt and sand blob ore in sandstone, desert...
2015-12-19 paramatDefault/mapgen: Correct spelling of 'noise threshhold...
2015-12-19 paramatDefault/mapgen: Re-add grassy sand dune biomes
2015-11-23 paramatDefault/mapgen: Retune cactus density due to low densit...
2015-11-15 paramatDefault/mapgen: Use sidelen 16 for low density decorations
2015-11-09 paramatDefault/mapgen: Fix missing taiga pine
2015-11-08 paramatDefault/mapgen: Tune biome points for improved disribution
2015-11-04 paramatDefault/mapgen: Tune biome points and biome depths
2015-10-10 paramatDefault/mapgen: Remove dunes biome. Sand for glacier...
2015-10-05 paramatPapyrus: Grow on dirt and grass only, remove from deser...
2015-10-03 paramatMgv5/7 biomes: Add more shallow dirt waters
2015-09-19 paramatDefault/mapgen blob ores: Tune, make faithful to mgv6
2015-09-10 paramatDefault/mapgen: Make river water ice in glacier biome
2015-08-31 paramatDefault: Allow papyrus growing on default:sand
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