Rename stairs mod to mcl_stairs

This commit is contained in:
Wuzzy 2017-06-05 18:40:56 +02:00
parent b9a40f2b7f
commit 8daac96e58
26 changed files with 85 additions and 83 deletions

View file

@ -1,5 +1,5 @@
3d_armor
mcl_core
mcl_sounds
stairs
mcl_stairs
doc_identifier?

View file

@ -226,7 +226,7 @@ minetest.register_craft({
recipe = {
{"mcl_core:stick", "mcl_core:stick", "mcl_core:stick"},
{"", "mcl_core:stick", ""},
{"mcl_core:stick", "stairs:slab_stone", "mcl_core:stick"},
{"mcl_core:stick", "mcl_stairs:slab_stone", "mcl_core:stick"},
}
})