From 994674828db296acef4f9ddc9dcfbf29c913ff74 Mon Sep 17 00:00:00 2001 From: Danila Bolshakov Date: Fri, 30 Jun 2023 18:04:10 +0300 Subject: [PATCH] fix: Enable radar recipe --- info.json | 2 +- prototypes/recipe.lua | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/info.json b/info.json index 001ce98..0fb4d8b 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "Fed1sServerMod", - "version": "1.1.11", + "version": "1.1.12", "title": "Fed1sServerMod", "author": "danbka33", "contact": "", diff --git a/prototypes/recipe.lua b/prototypes/recipe.lua index 3345a40..47cd9ee 100644 --- a/prototypes/recipe.lua +++ b/prototypes/recipe.lua @@ -3,8 +3,6 @@ recipe_radar_passive.name = "radar-passive" recipe_radar_passive.enabled = true recipe_radar_passive.result = "radar-passive" -data.raw.recipe["radar"].enabled = false - data:extend({ recipe_radar_passive, {