mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
0.996 released
+ Corrected some code related to moving crafting recipes to config. + Crafting system now checks for correct number of items.
This commit is contained in:
@@ -650,8 +650,8 @@ class cfgMagazines
|
||||
{
|
||||
text = "Melt into Bars";
|
||||
script = "spawn player_craftItem;";
|
||||
output[] = {["ItemTinBar",1]};
|
||||
input[] = {["TrashTinCan",6]};
|
||||
output[] = {{"ItemTinBar",1}};
|
||||
input[] = {{"TrashTinCan",6}};
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -669,8 +669,8 @@ class cfgMagazines
|
||||
{
|
||||
text = "Melt into Bars";
|
||||
script = "spawn player_craftItem;";
|
||||
output[] = {["ItemAluminumBar",1]};
|
||||
input[] = {["ItemSodaEmpty",6]};
|
||||
output[] = {{"ItemAluminumBar",1}};
|
||||
input[] = {{"ItemSodaEmpty",6}};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user