diff options
-rw-r--r-- | mesecons_random/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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"), |