some fixes

This commit is contained in:
MCLx86 2021-12-21 20:47:20 -05:00
parent 8f43564de9
commit 6f4e45a90f
4 changed files with 3 additions and 1 deletions

View File

@ -11,4 +11,4 @@ add Ami
LICENSES
--------
see the LICENSE.TXT
Everything except for for mods/skybox is under the MIT license (see LICENSE.TXT)

View File

@ -1 +1,2 @@
name = Coconut Collection (a.k.a. Coconut Hut)
allowed_mapgens = valleys

Binary file not shown.

Before

Width:  |  Height:  |  Size: 758 B

After

Width:  |  Height:  |  Size: 567 B

View File

@ -26,6 +26,7 @@ minetest.register_node("coconut:nut", {
minetest.register_on_joinplayer(function(player)
skybox.set(player, 5)
player.set_wielded_item("minetest:pickaxe_steel")
end)
function coconut.init()