just tweaks to the names of some table entries.

This commit is contained in:
Vanessa Ezekowitz 2013-01-19 02:10:01 -05:00
parent 103d75886e
commit c4f79a76cd
1 changed files with 2 additions and 2 deletions

View File

@ -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,