From 478680292cdeb6b1d9a332337c56dd7e7071cde6 Mon Sep 17 00:00:00 2001 From: Emon Date: Mon, 16 May 2016 22:24:56 +0200 Subject: [PATCH] fixed missing capital letter @ line 29 --- mesecons_random/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesecons_random/init.lua b/mesecons_random/init.lua index 9e0e333..e37886b 100644 --- a/mesecons_random/init.lua +++ b/mesecons_random/init.lua @@ -26,7 +26,7 @@ minetest.register_craft({ -- GHOSTSTONE minetest.register_node("mesecons_random:ghoststone", { - description="ghoststone", + description="Ghoststone", tiles = {"jeija_ghoststone.png"}, is_ground_content = true, inventory_image = minetest.inventorycube("jeija_ghoststone_inv.png"),