mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Crafting 1/4 wood floor now requires only 3 lumber and 3 plywood.
This commit is contained in:
@@ -2406,7 +2406,7 @@ class CfgMagazines {
|
||||
neednearby[] = {"workshop"};
|
||||
requiretools[] = {"ItemToolbox","ItemCrowbar"};
|
||||
output[] = {{"ItemWoodFloorQuarter",1}};
|
||||
input[] = {{"bulk_empty",1},{"PartWoodPlywood",4},{"PartWoodLumber",4}};
|
||||
input[] = {{"bulk_empty",1},{"PartWoodPlywood",3},{"PartWoodLumber",3}};
|
||||
|
||||
};
|
||||
class Crafting3
|
||||
|
||||
Reference in New Issue
Block a user