Fix redstone being named “Mesecon”

This commit is contained in:
Wuzzy 2017-08-29 01:47:44 +02:00
parent 2f168f0910
commit 0795a97dd7
1 changed files with 1 additions and 1 deletions

View File

@ -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",