mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-13 19:52:57 +03:00
Remove old files
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
class CfgConstruction {
|
||||
class Recipe {
|
||||
displayName = "Generic Recipe";
|
||||
input[] = {}; //Items consumed during crafting
|
||||
required[] = {}; //Items needed for but not consumed during crafting
|
||||
};
|
||||
|
||||
class Blueprint_woodenFence : Recipe {
|
||||
displayName = "WoodenFence Foundation";
|
||||
input[] =
|
||||
{
|
||||
{"ItemLog","CfgMagazines",2},
|
||||
{"ItemStone","CfgMagazines",3}
|
||||
};
|
||||
toolsRequired[] =
|
||||
{
|
||||
{"ItemEtool","CfgWeapons",1}
|
||||
};
|
||||
orignalclass = "ItemDIY_wood";
|
||||
};
|
||||
};
|
||||
@@ -1,3 +0,0 @@
|
||||
class CfgCrafting {
|
||||
|
||||
};
|
||||
@@ -1,9 +1,9 @@
|
||||
#include "RscGroups.hpp"
|
||||
//#include "RscDisplayCraftingMenu.hpp"
|
||||
#include "RscDisplayGear.hpp"
|
||||
#include "RscDisplayGearMinimal.hpp"
|
||||
#include "RscDisplayGenderSelect.hpp"
|
||||
#include "RscDisplaySpawnSelecter.hpp"
|
||||
#include "RscPlayerUI.hpp"
|
||||
#include "RscMap.hpp"
|
||||
//#include "RscDisplayCraftingMenu.hpp"
|
||||
//#include "RscDisplayConstructionMenu.hpp"
|
||||
|
||||
Reference in New Issue
Block a user