mirror of
https://github.com/mt-mods/basic_materials.git
synced 2025-08-06 00:30:20 +02:00
fix a couple of wrong descriptions
This commit is contained in:
@ -11,12 +11,12 @@ minetest.register_craftitem("basic_materials:copper_wire", {
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craftitem("basic_materials:silver_wire", {
|
minetest.register_craftitem("basic_materials:silver_wire", {
|
||||||
description = "Spool of copper wire",
|
description = "Spool of silver wire",
|
||||||
inventory_image = "basic_materials_silver_wire.png"
|
inventory_image = "basic_materials_silver_wire.png"
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craftitem("basic_materials:gold_wire", {
|
minetest.register_craftitem("basic_materials:gold_wire", {
|
||||||
description = "Spool of copper wire",
|
description = "Spool of gold wire",
|
||||||
inventory_image = "basic_materials_gold_wire.png"
|
inventory_image = "basic_materials_gold_wire.png"
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user