summaryrefslogtreecommitdiff
path: root/json/recipes
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-09 12:34:18 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-09 12:34:18 -0700
commitda33aef0053c86ec78d380ecf6be23bff1595e9a (patch)
tree558e3132bfdca1cef3578c5251d7f8fb2bbebfd7 /json/recipes
parentTypo. (diff)
downloadcataclysm-bn-mod_recipe-fixes-da33aef0053c86ec78d380ecf6be23bff1595e9a.tar.xz
Updated for 0.6.0 to revert the forever foods change.
Diffstat (limited to 'json/recipes')
-rw-r--r--json/recipes/electronics/other.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/recipes/electronics/other.json b/json/recipes/electronics/other.json
index a8fe1aa..64b5934 100644
--- a/json/recipes/electronics/other.json
+++ b/json/recipes/electronics/other.json
@@ -18,8 +18,8 @@
[ [ "superglue", 1 ] ],
[ [ "cable", 5 ] ],
[ [ "small_lcd_screen", 1 ] ],
- [ [ "ai_module", 1 ] ],
- [ [ "sensor_module", 1 ] ]
+ [ [ "ai_module_basic", 1 ], [ "ai_module", 1 ], [ "ai_module_advanced", 1 ] ],
+ [ [ "omnicamera", 1 ], [ "sensor_module", 1 ], [ "camera", 1 ], [ "camera_pro", 1 ] ]
]
}
]