Skip to content

Commit

Permalink
Remove extra registration of LV transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
rickmcfarley authored and ShadowNinja committed Sep 25, 2014
1 parent 42d0081 commit 7c6c3b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions technic/items.lua
Expand Up @@ -100,10 +100,6 @@ minetest.register_craftitem("technic:lv_transformer", {
inventory_image = "technic_lv_transformer.png",
})

minetest.register_craftitem("technic:lv_transformer", {
description = S("Low Voltage Transformer"),
inventory_image = "technic_lv_transformer.png",
})
minetest.register_craftitem("technic:mv_transformer", {
description = S("Medium Voltage Transformer"),
inventory_image = "technic_mv_transformer.png",
Expand Down

0 comments on commit 7c6c3b9

Please sign in to comment.