mirror of
https://github.com/mt-mods/basic_materials.git
synced 2025-07-13 21:30:24 +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", {
|
||||
description = "Spool of copper wire",
|
||||
description = "Spool of silver wire",
|
||||
inventory_image = "basic_materials_silver_wire.png"
|
||||
})
|
||||
|
||||
minetest.register_craftitem("basic_materials:gold_wire", {
|
||||
description = "Spool of copper wire",
|
||||
description = "Spool of gold wire",
|
||||
inventory_image = "basic_materials_gold_wire.png"
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user