diff --git a/pollution-module-evil/data.lua b/pollution-module-evil/data.lua index 1b44d35..bd78f1c 100644 --- a/pollution-module-evil/data.lua +++ b/pollution-module-evil/data.lua @@ -1,10 +1,6 @@ local item_sounds = require("__base__.prototypes.item_sounds") data:extend({ - { - type = "module-category", - name = "pollution" - }, { type = "module", name = "pollution-module-evil", @@ -12,7 +8,7 @@ data:extend({ icon = "__pollution-module-evil__/graphics/icons/pollution-module-evil-1.png", subgroup = "module", color_hint = { text = "E" }, - category = "pollution", + category = "efficiency", tier = 1, order = "d[pollution]-a[pollution-module-evil-1]", inventory_move_sound = item_sounds.module_inventory_move, @@ -35,7 +31,7 @@ data:extend({ icon = "__pollution-module-evil__/graphics/icons/pollution-module-evil-2.png", subgroup = "module", color_hint = { text = "E" }, - category = "pollution", + category = "efficiency", tier = 2, order = "d[pollution]-b[pollution-module-evil-2]", inventory_move_sound = item_sounds.module_inventory_move, @@ -58,7 +54,7 @@ data:extend({ icon = "__pollution-module-evil__/graphics/icons/pollution-module-evil-3.png", subgroup = "module", color_hint = { text = "E" }, - category = "pollution", + category = "efficiency", tier = 3, order = "d[pollution]-c[pollution-module-evil-3]", inventory_move_sound = item_sounds.module_inventory_move,