Adjust caves near the surface.

This commit is contained in:
Duane Robertson 2016-05-20 08:36:59 -05:00
parent 007fb4e38e
commit b4e2db7f3c
2 changed files with 16 additions and 13 deletions

View file

@ -1,11 +1,3 @@
----------------------
-- Cave Decorations --
----------------------
-- Mushrooms and Speleothems
-- These are instantiated by voxel.lua since the decoration manager
-- only works at the surface of the world.
local light_max = 13
minetest.add_group("default:ice", {surface_cold = 3})