Correct errors in search.

This commit is contained in:
Duane Robertson 2016-05-26 00:28:36 -05:00
parent 0285d39793
commit f8678a3d44
11 changed files with 35 additions and 32 deletions

View file

@ -23,7 +23,7 @@ function fun_caves.decorate_cave(node, data, area, minp, y, ivm, biome_val_in)
stone_type = node("default:ice")
stone_depth = 2
elseif biome_val < -0.6 then
stone_type = node("fun_caves:thinice")
stone_type = node("fun_caves:thin_ice")
stone_depth = 2
elseif biome_val < -0.5 then
stone_type = node("fun_caves:stone_with_lichen")