mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-06 18:10:36 +02:00
Avoid a collision with the _alt suffix in stairsplus.
This commit is contained in:
@ -164,7 +164,7 @@ minetest.register_craft({
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "moreblocks:split_stone_tile_alt",
|
output = "moreblocks:split_stone_tile_other",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"moreblocks:split_stone_tile"},
|
{"moreblocks:split_stone_tile"},
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user