[Server Hosting] How to add new recipes (BookSettings) - salutesh/DayZ-Expansion-Scripts GitHub Wiki
Where do you need to go ?
Go to DayZServer\ServerProfile (or config)\ExpansionMod\Settings
and open the BookSettings.json
How does it work ?
{
"CategoryName": "BaseBuilding Kits",
"Results": [
"fencekit",
"watchtowerkit",
"territorykit"
]
},
REMOVE the ,
if it's the last entry of your results or your last category
"CategoryName"
String. The name to display of this category
"Results"
Array. Contain a list of crafted items. The system will automatically find what items need to be combined to craft this item.
Yes this can be used with any items from any mods as long as they are from a crafting 'recipe' (item A + Item B = result
)