master
Martin Doege 2015-04-16 01:08:07 +02:00
parent 3ad372f61d
commit b0d6120daf
5 changed files with 4 additions and 4 deletions

View File

@ -170,7 +170,7 @@ minetest.register_node("default:stonebrick", {
})
minetest.register_node("default:mossycobble", {
description = "Mossy Cobblestone",
description = "Moss Stone",
tiles = {"default_mossycobble.png"},
is_ground_content = true,
groups = {cracky=3, stone=1},

View File

@ -260,7 +260,7 @@ local nodes = {
no_stairs = true,
},
["rope"] = {
description = S("Rope"),
description = S("Vines"),
drawtype = "signlike",
inventory_image = "moreblocks_rope.png",
wield_image = "moreblocks_rope.png",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 356 B

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -388,7 +388,7 @@ minetest.register_node("nether:rack", {
})
minetest.register_node("nether:sand", {
description = "Nethersand",
description = "Soul Sand",
tiles = {"nether_sand.png"},
is_ground_content = true,
light_source = NETHER_AMBIENT,

View File

@ -1,5 +1,5 @@
minetest.register_node("permaleaves:leaves", {
description = "Permanent leaves",
description = "Permanent Leaves",
drawtype = "allfaces_optional",
visual_scale = 1.3,
tiles = {"default_leaves.png"},