Talk:Bullet Tip

From 7 Days to Die Wiki
Jump to navigation Jump to search

If you can't dismantle bullet to bullet tip, probably you don't have a recipe for a bullet tip in the configuration file. To fix it, paste the following code at end of the configuration file. Directory: [GAME DIR]\Data\Confi\recipes.xml

CODE: <recipe name="bulletTip" count="1" scrapable="False" craft_time="2" >

   <ingredient name="762mmBullet" count="1" grid="0, 0"/>

</recipe>

<recipe name="bulletTip" count="1" scrapable="False" craft_time="2" >

   <ingredient name="10mmBullet" count="1" grid="0, 0"/>

</recipe>

<recipe name="bulletTip" count="1" scrapable="False" craft_time="2" >

   <ingredient name="9mmBullet" count="1" grid="0, 0"/>

</recipe>

Save file and restart the game. Now you will be able to dismantle bullets to bullet tip.