mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-12-25 20:45:44 +01:00
Finish aliasing split_stone_tile_alt
to checker_stone_tile.
This commit is contained in:
@@ -171,7 +171,7 @@ minetest.register_craft({
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "moreblocks:split_stone_tile_alt",
|
||||
output = "moreblocks:checker_stone_tile",
|
||||
recipe = {
|
||||
{"moreblocks:split_stone_tile"},
|
||||
}
|
||||
@@ -181,7 +181,7 @@ minetest.register_craft({
|
||||
minetest.register_craft({
|
||||
output = "default:cobble",
|
||||
recipe = {
|
||||
{"moreblocks:split_stone_tile_alt"},
|
||||
{"moreblocks:checker_stone_tile"},
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user