mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 09:32:02 +03:00
0.96
+ fixed crafting of tin and aluminum bars from trash + fixed color coding on weapons and vehicle sellers + removed radar from mi-17 civilian + added 10oz versions of silver and copper. + added basic 3d preview support to build-ables.
This commit is contained in:
@@ -100,26 +100,6 @@ if (inflamed cursorTarget and _canDo) then {
|
||||
[ ["ItemCopperBar10oz",1] ]
|
||||
];
|
||||
|
||||
_recipe_ItemTinBar10oz = [
|
||||
[ ["ItemTinBar10oz",1] ],
|
||||
[ ["ItemTinBar",10] ]
|
||||
];
|
||||
|
||||
_recipe_ItemTinBar = [
|
||||
[ ["ItemTinBar",10] ],
|
||||
[ ["ItemTinBar10oz",1] ]
|
||||
];
|
||||
|
||||
_recipe_ItemAluminumBar10oz = [
|
||||
[ ["ItemAluminumBar10oz",1] ],
|
||||
[ ["ItemAluminumBar",10] ]
|
||||
];
|
||||
|
||||
_recipe_ItemAluminumBar = [
|
||||
[ ["ItemAluminumBar",10] ],
|
||||
[ ["ItemAluminumBar10oz",1] ]
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user