forked from mtcontrib/farming
fix hemp block stair naming
This commit is contained in:
parent
83ef1cebb2
commit
9d6728053a
@ -126,7 +126,8 @@ if minetest.global_exists("stairs") then
|
|||||||
stairs.register_stair_and_slab("hemp_block", "farming:hemp_block",
|
stairs.register_stair_and_slab("hemp_block", "farming:hemp_block",
|
||||||
{snappy = 1, flammable = 2},
|
{snappy = 1, flammable = 2},
|
||||||
{"farming_hemp_block.png"},
|
{"farming_hemp_block.png"},
|
||||||
"Hemp Block",
|
"Hemp Block Stair",
|
||||||
|
"Hemp Block Slab",
|
||||||
default.node_sound_leaves_defaults())
|
default.node_sound_leaves_defaults())
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user