Concentrate goblins more. Use blocks for pyramids.

This commit is contained in:
Duane 2016-06-29 08:14:41 -05:00
parent fb8fcab31a
commit e5395a69ff
3 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
local max_depth = 31000
-- pyramid stone
newnode = fun_caves.clone_node("default:sandstone")
newnode = fun_caves.clone_node("default:sandstone_block")
newnode.description = "Pyramid Stone"
newnode.tiles = {'fun_caves_pyramid_stone.png'}
newnode.groups.pyramid = 1