mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-25 04:13:44 +01:00
Fix redstone being named “Mesecon”
This commit is contained in:
parent
2f168f0910
commit
0795a97dd7
@ -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 New Issue
Block a user