If anyone pulled the mod from dangernoodle’s git repo, there is a bug which breaks latest experimentals.
Fix it like this:
[code] Fix “byproducts”:“ammonia” in recipes_medsandchemicals.json
Byproducts must be in an array now.
diff --git a/data/json/recipes/recipe_medsandchemicals.json b/data/json/recipes/recipe_medsandchemicals.json
index d384384…9ce6819 100644
— a/data/json/recipes/recipe_medsandchemicals.json
+++ b/data/json/recipes/recipe_medsandchemicals.json
@@ -2447,7 +2447,9 @@
{
“type” : “recipe”,
“result”: “chem_saltpetre”,
- “byproducts”: [
-
[ "ammonia" ]
- ],
“category”: “CC_CHEM”,
“subcategory”: "CSC_CHEM_C[/code]
I guess the same applies to the dropbox version. Dropbox is evil btw, you should share stuff through torrents or less evil services.
And github isn’t exactly the best place to host git repos either ;D