mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 10:30:25 +01:00
New beginner_chest
- Adding a new beginner_chest, reloaded each two hours.
This commit is contained in:
parent
362a12b22c
commit
78e6000aa1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user