forked from VoxeLibre/VoxeLibre
Fix weathered cut copper crafting (#4033)
Just fixing a typo. Reviewed-on: MineClone2/MineClone2#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
|
@ -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 New Issue