Add owner to translocators.

This commit is contained in:
Duane 2016-06-28 13:53:08 -05:00
parent 04ade2f8ff
commit ada9d80bc6
5 changed files with 23 additions and 5 deletions

View file

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