Fix weathered cut copper crafting (#4033)

Just fixing a typo.

Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/4033
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: ThePython10110 <thepython10110@noreply.git.minetest.land>
Co-committed-by: ThePython10110 <thepython10110@noreply.git.minetest.land>
This commit is contained in:
ThePython10110 2023-11-27 02:21:48 +00:00 committed by the-real-herowl
parent 86da47b922
commit 570ea114ec
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ minetest.register_craft({
})
minetest.register_craft({
output = "mcl_copper:mcl_copper:block_weathered_cut 4",
output = "mcl_copper:block_weathered_cut 4",
recipe = {
{ "mcl_copper:block_weathered", "mcl_copper:block_weathered" },
{ "mcl_copper:block_weathered", "mcl_copper:block_weathered" },