Fix weathered cut copper

This commit is contained in:
ThePython10110 2023-11-27 01:34:23 +00:00
parent 712a6d6c66
commit 56937aee7b
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" },