aboutsummaryrefslogtreecommitdiff
path: root/games/minimal/mods/default/mapgen.lua
AgeCommit message (Collapse)Author
2020-05-24Replacement for Minimal Development Test (PR) (#9450)Wuzzy
2017-05-24Minimal: Add river water nodes (#5809)Paramat
Is a base terrain node needed by any core mapgen with sloping rivers.
2016-01-11Mapgen: Various fixes and improvementsparamat
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
2015-12-30Minimal: Add mapgen alias for airparamat
2015-12-06Fix spelling of noise_thresholdJun Zhang
2015-07-14Minimal: Remove recently added unnecessary nodesparamat
Fix 'is ground content' for some nodes
2015-06-12Minimal: Add snow biome and jungleleaves nodes. Add mapgen aliasesparamat
Treegen: Remove alias checks from jungletree generation for speed
2015-06-09Minimal: Edit mapgen aliases. Use blob ore for clay, update other ores. ↵paramat
Update simple biomes. Cleanup code
2015-01-11Remove builtin_biome.lua from builtin and add simple biome minimalparamat
2013-10-05Remove mapgen_air alias (#935)0gb.us
2013-09-06Add mapgen_stair_cobble alias to minimalSfan5
2013-05-25Move scriptapi to separate folder (by sapier)sapier
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)
2013-03-24Use minetest.register_ore() in minimalPilzAdam
2013-03-24Mapgen indev: float islands, larger far biomesproller
2013-03-14Liquid fine tuningproller
2013-02-24new adjustable finite liquidproller
2012-04-06Add missing mapgen.lua to games/minimalPerttu Ahola