IDの連番id="XXXX"は変更可能です。重複しないように注意してください。
<recipe name="lightGreenPowder" count="1" craft_area="chemistryStation">
<ingredient name="eggPill" count="2"/>
<ingredient name="redPill" count="2"/>
</recipe>
<recipe name="greenTeaSolution" count="1" craft_area="campfire" craft_tool="beaker">
<ingredient name="lightGreenPowder" count="1"/>
<ingredient name="snowberryExtract" count="1"/>
<ingredient name="beaker" count="1"/>
</recipe>
<recipe name="greenTeaCream" count="1" craft_area="chemistryStation">
<ingredient name="greenTeaSolution" count="1"/>
<ingredient name="cornMeal" count="1"/>
</recipe>
<recipe name="33rdLinear_grip" count="1" craft_area="workbench" >
<ingredient name="partsPistol_grip" count="15"/>
</recipe>
<recipe name="33rdLinear_receiver" count="1" craft_area="workbench" >
<ingredient name="partsPistol_receiver" count="15"/>
</recipe>
<recipe name="33rdLinear_receiver" count="1" craft_area="workbench" >
<ingredient name="partsPistol_parts" count="15"/>
</recipe>
<recipe name="33rdLinear_receiver" count="1" craft_area="workbench" >
<ingredient name="partsPistol_barrel" count="15"/>
</recipe>
・count="3" >>> count="15" に変更
通報 ...