Rename stairs mod to mcl_stairs
This commit is contained in:
parent
b9a40f2b7f
commit
8daac96e58
26 changed files with 85 additions and 83 deletions
|
@ -1,5 +1,5 @@
|
|||
3d_armor
|
||||
mcl_core
|
||||
mcl_sounds
|
||||
stairs
|
||||
mcl_stairs
|
||||
doc_identifier?
|
||||
|
|
|
@ -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"},
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue