Go to file
Gael-de-Sailly 8f88ab8455 Invert data and vm arguments in dust_top_nodes
just for consistency.
2020-11-10 18:52:36 +01:00
LICENSE Added mod.conf, readme and license 2020-11-09 21:20:29 +01:00
README.md Added mod.conf, readme and license 2020-11-09 21:20:29 +01:00
biomelist.lua Initial commit: working code closely reproducing core's biomegen 2020-11-09 21:19:14 +01:00
decorations.lua Use local function, and change names to use underscores. 2020-11-10 14:07:30 +01:00
init.lua Invert data and vm arguments in dust_top_nodes 2020-11-10 18:52:36 +01:00
mod.conf Added mod.conf, readme and license 2020-11-09 21:20:29 +01:00

README.md

biomegen

Biome generator for Minetest, reproducing closely the biome generator provided by Minetest's core, but in Lua.

Made for using the biome system with Lua mapgens (that do no allow to use core biome system).

Reads registered biomes and decorations, so compatible with all mods adding biomes/decos.

API description to be written.