aboutsummaryrefslogtreecommitdiff
path: root/games/minimal/mods/default/mapgen.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mapgen: Various fixes and improvementsparamat2016-01-111-1/+0
| | | | | | | | | | | | | Lua_api.txt: Document 'minetest.registered_biomes' Minimal: Remove 'mapgen_air' alias Cavegen: Add fallback node for 'mapgen_ice' Dungeongen: Add fallback node for 'mapgen_river_water_source' Mgv5: Remove unnecessary '#include util/directiontables.h' Add missing 'this->'s in makeChunk() Mgv6: Edit empty line formatting Remove leading spaces in makeChunk() Add missing spaces after 'for' and 'if' Mgv7: Edit empty line formatting
* Minimal: Add mapgen alias for airparamat2015-12-301-0/+1
|
* Fix spelling of noise_thresholdJun Zhang2015-12-061-1/+1
|
* Minimal: Remove recently added unnecessary nodesparamat2015-07-141-8/+1
| | | | Fix 'is ground content' for some nodes
* Minimal: Add snow biome and jungleleaves nodes. Add mapgen aliasesparamat2015-06-121-0/+8
| | | | Treegen: Remove alias checks from jungletree generation for speed
* Minimal: Edit mapgen aliases. Use blob ore for clay, update other ores. ↵paramat2015-06-091-73/+82
| | | | Update simple biomes. Cleanup code
* Remove builtin_biome.lua from builtin and add simple biome minimalparamat2015-01-111-23/+13
|
* Remove mapgen_air alias (#935)0gb.us2013-10-051-1/+0
|
* Add mapgen_stair_cobble alias to minimalSfan52013-09-061-0/+1
|
* Move scriptapi to separate folder (by sapier)sapier2013-05-251-8/+8
| | | | | | | | | | | On the lua side, notably minetest.env:<function>(<args>) should now be replaced by minetest.<function>(<args>). The old way is and will stay supported for a long time. Also: Update and clean up lua_api.txt (by celeron55) Move EnvRef to lua and remove add_rat and add_firefly (by kahrl) Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)
* Use minetest.register_ore() in minimalPilzAdam2013-03-241-54/+64
|
* Mapgen indev: float islands, larger far biomesproller2013-03-241-0/+3
|
* Liquid fine tuningproller2013-03-141-10/+13
|
* new adjustable finite liquidproller2013-02-241-2/+8
|
* Add missing mapgen.lua to games/minimalPerttu Ahola2012-04-061-0/+114