fix hemp block stair naming

This commit is contained in:
TenPlus1 2018-06-14 09:20:30 +01:00
parent 83ef1cebb2
commit 9d6728053a
1 changed files with 2 additions and 1 deletions

View File

@ -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