mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
0.996b
+ [FIXED] Moved crafting input and output to to configs.
This commit is contained in:
@@ -650,7 +650,8 @@ class cfgMagazines
|
||||
{
|
||||
text = "Melt into Bars";
|
||||
script = "spawn player_craftItem;";
|
||||
output[] = {"ItemTinBar"};
|
||||
output[] = {["ItemTinBar",1]};
|
||||
input[] = {["TrashTinCan",6]};
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -668,7 +669,8 @@ class cfgMagazines
|
||||
{
|
||||
text = "Melt into Bars";
|
||||
script = "spawn player_craftItem;";
|
||||
output[] = {"ItemAluminumBar"};
|
||||
output[] = {["ItemAluminumBar",1]};
|
||||
input[] = {["ItemSodaEmpty",6]};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user