diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-01-19 02:10:01 -0500 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-01-19 02:10:01 -0500 |
commit | c4f79a76cdd052b9553e2c0a35d7a6f7e4f52c37 (patch) | |
tree | 76ddf08661c79bd40bbd098fe19f2ab1e4b2064b | |
parent | 103d75886e6698eadb99c691898820b9c278b459 (diff) |
just tweaks to the names of some table entries.
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -69,7 +69,7 @@ jungletrees_biome = { seed_diff = jungletree_seed_diff, -- duh? :-) neighbors = nil, -- we don't care about neighbors ncount = nil, -- or the count thereof - water_depth = nil, -- or water depth + depth = nil, -- or depth of the spawn surface min_elevation = -5, -- must be 5m below sea level or higher max_elevation = 10, -- but no higher than 10m near_nodes = {"default:water_source"}, -- Jungle trees must be near water @@ -87,7 +87,7 @@ conifers_biome = { seed_diff = conifers_seed_diff, neighbors = nil, ncount = nil, - water_depth = nil, + depth = nil, min_elevation = CONIFERS_ALTITUDE, max_elevation = nil, near_nodes = nil, |