mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 12:01:06 +01:00
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:
parent
86da47b922
commit
570ea114ec
1 changed files with 1 additions and 1 deletions
|
@ -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" },
|
||||
|
|
Loading…
Reference in a new issue