Basically I put these directly into the recipe_chemsandchemicals.json so just imagine them pasted in the bottom after the last } before ]. The copy of concentrated acid from acid water was due to the original recipe being apparently hidden from the additional recipes.
recipes
,{
“type” : “recipe”,
“result”: “acid”,
“category”: “CC_CHEM”,
“subcategory”: “CSC_CHEM_CHEMICALS”,
“skill_used”: “cooking”,
“difficulty”: 4,
“time”: 10000,
“autolearn”: true,
“qualities”:[
{“id”:“CHEM”,“level”:1}
],
“components”: [
[
[ “chem_sulphuric_acid”, 1 ],
[ “chem_nitric_acid”, 1 ]
]
]
},{
“type” : “recipe”,
“result”: “chem_nitric_acid”,
“category”: “CC_CHEM”,
“subcategory”: “CSC_CHEM_CHEMICALS”,
“skill_used”: “cooking”,
“difficulty”: 5,
“time”: 10000,
“autolearn”: true,
“qualities”:[
{“id”:“CHEM”,“level”:1}
],
“components”: [
[
[ “acid”, 1 ]
]
]
},{
“type” : “recipe”,
“result”: “chem_sulphuric_acid”,
“category”: “CC_CHEM”,
“subcategory”: “CSC_CHEM_CHEMICALS”,
“skill_used”: “cooking”,
“difficulty”: 5,
“time”: 10000,
“autolearn”: true,
“qualities”:[
{“id”:“CHEM”,“level”:1}
],
“components”: [
[
[ “acid”, 1 ]
]
]
},{
“type” : “recipe”,
“result”: “acid”,
“category”: “CC_CHEM”,
“subcategory”: “CSC_CHEM_CHEMICALS”,
“skill_used”: “cooking”,
“difficulty”: 4,
“time”: 10000,
“autolearn”: true,
“qualities”:[
{“id”:“CHEM”,“level”:1}
],
“components”: [
[
[ “chem_sulphuric_acid”, 1 ],
[ “chem_nitric_acid”, 1 ]
]
]
},{
“type” : “recipe”,
“result”: “chem_nitric_acid”,
“category”: “CC_CHEM”,
“subcategory”: “CSC_CHEM_CHEMICALS”,
“skill_used”: “cooking”,
“difficulty”: 5,
“time”: 10000,
“autolearn”: true,
“qualities”:[
{“id”:“CHEM”,“level”:1}
],
“components”: [
[
[ “acid”, 1 ]
]
]
},{
“type” : “recipe”,
“result”: “acid”,
“category”: “CC_CHEM”,
“subcategory”: “CSC_CHEM_CHEMICALS”,
“skill_used”: “cooking”,
“difficulty”: 4,
“time”: 10000,
“autolearn”: true,
“qualities”:[
{“id”:“BOIL”,“level”:2}
],
“tools”: [
[ [ “surface_heat”, 3, “LIST” ] ]
],
“components”: [
[
[ “water_acid”, 1 ],
[ “water_acid_weak”, 2 ]
]
]
}