From 9d6728053aa2138e1fc77938ec4c34f89ba29542 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 14 Jun 2018 09:20:30 +0100 Subject: [PATCH] fix hemp block stair naming --- crops/hemp.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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