some fixes
This commit is contained in:
parent
8f43564de9
commit
6f4e45a90f
@ -11,4 +11,4 @@ add Ami
|
|||||||
LICENSES
|
LICENSES
|
||||||
--------
|
--------
|
||||||
|
|
||||||
see the LICENSE.TXT
|
Everything except for for mods/skybox is under the MIT license (see LICENSE.TXT)
|
@ -1 +1,2 @@
|
|||||||
name = Coconut Collection (a.k.a. Coconut Hut)
|
name = Coconut Collection (a.k.a. Coconut Hut)
|
||||||
|
allowed_mapgens = valleys
|
BIN
menu/header.png
BIN
menu/header.png
Binary file not shown.
Before Width: | Height: | Size: 758 B After Width: | Height: | Size: 567 B |
@ -26,6 +26,7 @@ minetest.register_node("coconut:nut", {
|
|||||||
|
|
||||||
minetest.register_on_joinplayer(function(player)
|
minetest.register_on_joinplayer(function(player)
|
||||||
skybox.set(player, 5)
|
skybox.set(player, 5)
|
||||||
|
player.set_wielded_item("minetest:pickaxe_steel")
|
||||||
end)
|
end)
|
||||||
|
|
||||||
function coconut.init()
|
function coconut.init()
|
||||||
|
Loading…
Reference in New Issue
Block a user