diff --git a/README.TXT b/README.TXT index ec9d88b..4014848 100644 --- a/README.TXT +++ b/README.TXT @@ -11,4 +11,4 @@ add Ami LICENSES -------- -see the LICENSE.TXT \ No newline at end of file +Everything except for for mods/skybox is under the MIT license (see LICENSE.TXT) \ No newline at end of file diff --git a/game.conf b/game.conf index 902e63b..0ff4459 100644 --- a/game.conf +++ b/game.conf @@ -1 +1,2 @@ name = Coconut Collection (a.k.a. Coconut Hut) +allowed_mapgens = valleys \ No newline at end of file diff --git a/menu/header.png b/menu/header.png index c52eb65..33bcfd0 100644 Binary files a/menu/header.png and b/menu/header.png differ diff --git a/mods/coconut/init.lua b/mods/coconut/init.lua index 949e944..7cf3003 100644 --- a/mods/coconut/init.lua +++ b/mods/coconut/init.lua @@ -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()