forked from Mirrorlandia_minetest/mesecons
fixed missing capital letter @ line 29
This commit is contained in:
parent
85bc62a65d
commit
478680292c
@ -26,7 +26,7 @@ minetest.register_craft({
|
|||||||
-- GHOSTSTONE
|
-- GHOSTSTONE
|
||||||
|
|
||||||
minetest.register_node("mesecons_random:ghoststone", {
|
minetest.register_node("mesecons_random:ghoststone", {
|
||||||
description="ghoststone",
|
description="Ghoststone",
|
||||||
tiles = {"jeija_ghoststone.png"},
|
tiles = {"jeija_ghoststone.png"},
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
inventory_image = minetest.inventorycube("jeija_ghoststone_inv.png"),
|
inventory_image = minetest.inventorycube("jeija_ghoststone_inv.png"),
|
||||||
|
Loading…
Reference in New Issue
Block a user