summaryrefslogtreecommitdiff
path: root/stairs.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2016-12-13 20:04:58 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2016-12-13 20:04:58 +0000
commite39c8ca7c88ee47cf59dbb96051a8f50c0604e4c (patch)
tree77740f77a4cc0fca59ee7c70c42f3821c6aab0a8 /stairs.lua
parent5d7ec17e63bb34eb9717fb2146be39301b0af523 (diff)
Fix dried dirt sound and stair names
Diffstat (limited to 'stairs.lua')
-rw-r--r--stairs.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/stairs.lua b/stairs.lua
index 1e89f48..e0eb175 100644
--- a/stairs.lua
+++ b/stairs.lua
@@ -31,8 +31,8 @@ stairs.register_all("snowbrick", "ethereal:snowbrick",
stairs.register_all("dry_dirt", "ethereal:dry_dirt",
{crumbly = 3},
{"ethereal_dry_dirt.png"},
- S("Dry Dirt Stair"),
- S("Dry Dirt Slab"),
+ S("Dried Dirt Stair"),
+ S("Dried Dirt Slab"),
default.node_sound_dirt_defaults())
stairs.register_all("mushroom_trunk", "ethereal:mushroom_trunk",
@@ -133,7 +133,7 @@ stairsplus:register_all("ethereal", "snowbrick", "ethereal:snowbrick", {
})
stairsplus:register_all("ethereal", "dry_dirt", "ethereal:dry_dirt", {
- description = S("Dry Dirt"),
+ description = S("Dried Dirt"),
tiles = {"ethereal_dry_dirt.png"},
groups = {crumbly = 3},
sounds = default.node_sound_dirt_defaults(),
@@ -240,8 +240,8 @@ stairs.register_stair_and_slab("snowbrick", "ethereal:snowbrick",
stairs.register_stair_and_slab("dry_dirt", "ethereal:dry_dirt",
{crumbly = 3},
{"ethereal_dry_dirt.png"},
- S("Dry Dirt Stair"),
- S("Dry Dirt Slab"),
+ S("Dried Dirt Stair"),
+ S("Dried Dirt Slab"),
default.node_sound_dirt_defaults())
stairs.register_stair_and_slab("mushroom_trunk", "ethereal:mushroom_trunk",