mirror of
https://github.com/mt-mods/basic_materials.git
synced 2024-11-25 15:13:43 +01:00
fix a couple of wrong descriptions
This commit is contained in:
parent
54626bd7dc
commit
a9f2b6ab25
@ -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"
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user