mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Fix redstone being named “Mesecon”
This commit is contained in:
parent
2f168f0910
commit
0795a97dd7
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ local function register_wires()
|
|||
end
|
||||
|
||||
mesecon.register_node(":mesecons:wire_"..nodeid, {
|
||||
description = "Mesecon",
|
||||
description = "Redstone",
|
||||
drawtype = "nodebox",
|
||||
inventory_image = "redstone_redstone_dust.png",
|
||||
wield_image = "redstone_redstone_dust.png",
|
||||
|
|
Loading…
Reference in a new issue