From 46a2c1f167f76b1ceb0164e9028b67eb6bf76e79 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Mon, 20 Apr 2015 20:25:33 -0400 Subject: Ore: Add biomes parameter --- doc/lua_api.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/lua_api.txt') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index a7fcaeab1..d9ab6a459 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -3195,6 +3195,10 @@ Definition tables -- ^ Multiplier of the randomness contribution to the noise value at any -- given point to decide if ore should be placed. Set to 0 for solid veins. -- ^ This parameter is only valid for ore_type == "vein". + biomes = {"desert", "rainforest"} + -- ^ List of biomes in which this decoration occurs. Occurs in all biomes if this is omitted, + -- ^ and ignored if the Mapgen being used does not support biomes. + -- ^ Can be a list of (or a single) biome names, IDs, or definitions. } ### Decoration definition (`register_decoration`) -- cgit v1.2.3