Skip to content

Commit 4786802

Browse files
author
Emon
committedMay 16, 2016
fixed missing capital letter @ line 29
1 parent 85bc62a commit 4786802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎mesecons_random/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ minetest.register_craft({
2626
-- GHOSTSTONE
2727

2828
minetest.register_node("mesecons_random:ghoststone", {
29-
description="ghoststone",
29+
description="Ghoststone",
3030
tiles = {"jeija_ghoststone.png"},
3131
is_ground_content = true,
3232
inventory_image = minetest.inventorycube("jeija_ghoststone_inv.png"),

0 commit comments

Comments
 (0)