New beginner_chest

- Adding a new beginner_chest, reloaded each two hours.
This commit is contained in:
LeMagnesium 2014-11-13 19:53:00 +01:00
parent 362a12b22c
commit 78e6000aa1
1 changed files with 11 additions and 0 deletions

View File

@ -20,6 +20,17 @@ chests = {
[32] = ""
}
}
[2] = {
position = {x = 34, y = 20, z = 101},
interval_max = 7200,
stuff = {
[1] = "3d_armor:steel_chest",
[2] = "throwing:bow_stone",
[3] = "default:sword_stone",
[4] = "farming:carrot 3",
[32] = ""
}
}
}
minetest.register_globalstep(function(dtime)