diff --git a/lignumis/prototypes/content/basic-radar.lua b/lignumis/prototypes/content/basic-radar.lua index 469bc8b..9e8be05 100644 --- a/lignumis/prototypes/content/basic-radar.lua +++ b/lignumis/prototypes/content/basic-radar.lua @@ -74,14 +74,13 @@ data:extend({ { type = "recipe", name = "basic-radar", - category = "crafting-with-fluid", + category = "crafting-with-steam", energy_required = 10, ingredients = { { type = "item", name = "stone-brick", amount = 4 }, { type = "item", name = "wooden-gear-wheel", amount = 4 }, { type = "item", name = "gold-plate", amount = 4 }, - { type = "item", name = "gold-cable", amount = 4 }, - { type = "fluid", name = "steam", amount = 20 } + { type = "item", name = "gold-cable", amount = 4 } }, results = { { type = "item", name = "basic-radar", amount = 1 } }, enabled = false