summaryrefslogtreecommitdiff
path: root/mesecons_random
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2016-05-17 20:57:26 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2016-05-17 20:57:26 -0400
commit94f81cdae1d23aaf3214bd87a56a6b6c4cb3bf06 (patch)
tree31039e2c0fb9744fccda027ee6e4f3152974cce6 /mesecons_random
parent08597e7890192c845fba193e2456891bb85ac4cd (diff)
downloaddreambuilder_modpack-94f81cdae1d23aaf3214bd87a56a6b6c4cb3bf06.tar
dreambuilder_modpack-94f81cdae1d23aaf3214bd87a56a6b6c4cb3bf06.tar.gz
dreambuilder_modpack-94f81cdae1d23aaf3214bd87a56a6b6c4cb3bf06.tar.bz2
dreambuilder_modpack-94f81cdae1d23aaf3214bd87a56a6b6c4cb3bf06.tar.xz
dreambuilder_modpack-94f81cdae1d23aaf3214bd87a56a6b6c4cb3bf06.zip
update castle, mesecons, and tpr mods
Diffstat (limited to 'mesecons_random')
-rw-r--r--mesecons_random/init.lua2
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"),