forked from VoxeLibre/VoxeLibre
Fix weathered cut copper
This commit is contained in:
parent
712a6d6c66
commit
56937aee7b
|
@ -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