mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-28 02:31:51 +03:00
CFG WEAPONS DONE
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
class Blueprint_woodenCraftTable : Recipe {
|
||||
displayName = $STR_ITEM_NAME_WOODENCRAFTTABLE;
|
||||
input[] =
|
||||
{
|
||||
{"PartWoodPile","CfgMagazines",1}
|
||||
//{"equip_nails","CfgMagazines",1}
|
||||
};
|
||||
output[] =
|
||||
{
|
||||
{"ItemcraftTable","CfgMagazines",1}
|
||||
};
|
||||
required[] =
|
||||
{
|
||||
{"ItemToolbox","CfgWeapons",1}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user