summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-06-14 09:20:30 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-06-14 09:20:30 +0100
commit9d6728053aa2138e1fc77938ec4c34f89ba29542 (patch)
treee6e1ebb8d2d7858fbb48187d65e66769c0227810
parent83ef1cebb24d9862f18dac7a35f4b02765e94794 (diff)
fix hemp block stair naming
-rw-r--r--crops/hemp.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/crops/hemp.lua b/crops/hemp.lua
index e3278f9..eb522a9 100644
--- a/crops/hemp.lua
+++ b/crops/hemp.lua
@@ -126,7 +126,8 @@ if minetest.global_exists("stairs") then
stairs.register_stair_and_slab("hemp_block", "farming:hemp_block",
{snappy = 1, flammable = 2},
{"farming_hemp_block.png"},
- "Hemp Block",
+ "Hemp Block Stair",
+ "Hemp Block Slab",
default.node_sound_leaves_defaults())
end
end