summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortenplus1 <tenplus1@users.noreply.github.com>2018-06-14 09:19:01 +0100
committerGitHub <noreply@github.com>2018-06-14 09:19:01 +0100
commit039a06299ef4d283afcb62baac1e17f5e31083a5 (patch)
treee6e1ebb8d2d7858fbb48187d65e66769c0227810
parent9475efc84065c9b90a7e55915d912f5420d11acf (diff)
Update hemp.lua
fix 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