aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders/postload/recipes/FormingPressRecipes.java
blob: 4d6361a656e321ed5162b17cc0c1d6060e605ac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
package gregtech.loaders.postload.recipes;

import static gregtech.api.util.GT_ModHandler.getModItem;

import gregtech.api.enums.GT_Values;
import gregtech.api.enums.ItemList;
import gregtech.api.enums.Materials;
import gregtech.api.enums.OrePrefixes;
import gregtech.api.util.GT_OreDictUnificator;
import gregtech.loaders.postload.GT_MachineRecipeLoader;
import net.minecraft.init.Blocks;
import net.minecraft.init.Items;
import net.minecraft.item.ItemStack;

public class FormingPressRecipes implements Runnable {
    @Override
    public void run() {
        GT_Values.RA.addFormingPressRecipe(
                GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iron, 1L),
                getModItem("BuildCraft|Silicon", "redstoneChipset", 1L, 0),
                getModItem("BuildCraft|Silicon", "redstoneChipset", 1L, 1),
                100,
                120);
        GT_Values.RA.addFormingPressRecipe(
                GT_OreDictUnificator.get(OrePrefixes.plate, Materials.WroughtIron, 1L),
                getModItem("BuildCraft|Silicon", "redstoneChipset", 1L, 0),
                getModItem("BuildCraft|Silicon", "redstoneChipset", 1L, 1),
                100,
                120);
        GT_Values.RA.addFormingPressRecipe(
                GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Gold, 1L),
                getModItem("BuildCraft|Silicon", "redstoneChipset", 1L, 0),
                getModItem("BuildCraft|Silicon", "redstoneChipset", 1L, 2),
                200,
                120);
        GT_Values.RA.addFormingPressRecipe(
                GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Diamond, 1L),
                getModItem("BuildCraft|Silicon", "redstoneChipset", 1L, 0),
                getModItem("BuildCraft|Silicon", "redstoneChipset", 1L, 3),
                100,
                480);
        GT_Values.RA.addFormingPressRecipe(
                GT_OreDictUnificator.get(OrePrefixes.gem, Materials.EnderPearl, 1L),
                getModItem("BuildCraft|Silicon", "redstoneChipset", 1L, 0),
                getModItem("BuildCraft|Silicon", "redstoneChipset", 2L, 4),
                200,
                120);
        GT_Values.RA.addFormingPressRecipe(
                GT_OreDictUnificator.get(OrePrefixes.plate, Materials.NetherQuartz, 1L),
                getModItem("BuildCraft|Silicon", "redstoneChipset", 1L, 0),
                getModItem("BuildCraft|Silicon", "redstoneChipset", 1L, 5),
                300,
                120);
        GT_Values.RA.addFormingPressRecipe(
                new ItemStack(Items.comparator, 1, 32767),
                getModItem("BuildCraft|Silicon", "redstoneChipset", 1L, 0),
                getModItem("BuildCraft|Silicon", "redstoneChipset", 1L, 6),
                300,
                120);
        GT_Values.RA.addFormingPressRecipe(
                getModItem(GT_MachineRecipeLoader.aTextAE, GT_MachineRecipeLoader.aTextAEMM, 1L, 10),
                getModItem(GT_MachineRecipeLoader.aTextAE, GT_MachineRecipeLoader.aTextAEMM, 0L, 13),
                getModItem(GT_MachineRecipeLoader.aTextAE, GT_MachineRecipeLoader.aTextAEMM, 1L, 16),
                200,
                16);
        GT_Values.RA.addFormingPressRecipe(
                GT_OreDictUnificator.get(OrePrefixes.plate, Materials.CertusQuartz, 1L),
                getModItem(GT_MachineRecipeLoader.aTextAE, GT_MachineRecipeLoader.aTextAEMM, 0L, 13),
                getModItem(GT_MachineRecipeLoader.aTextAE, GT_MachineRecipeLoader.aTextAEMM, 1L, 16),
                200,
                16);
        GT_Values.RA.addFormingPressRecipe(
                GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Diamond, 1L),
                getModItem(GT_MachineRecipeLoader.aTextAE, GT_MachineRecipeLoader.aTextAEMM, 0L, 14),
                getModItem(GT_MachineRecipeLoader.aTextAE, GT_MachineRecipeLoader.aTextAEMM, 1L, 17),
                200,
                16);
        GT_Values.RA.addFormingPressRecipe(
                GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Gold, 1L),
                getModItem(GT_MachineRecipeLoader.aTextAE, GT_MachineRecipeLoader.aTextAEMM, 0L, 15),
                getModItem(GT_MachineRecipeLoader.aTextAE, GT_MachineRecipeLoader.aTextAEMM, 1L, 18),
                200,
                16);
        GT_Values.RA.addFormingPressRecipe(
                GT_OreDictUnificator.get(OrePrefixes.plate, Materials.SiliconSG, 1L),
                getModItem(GT_MachineRecipeLoader.aTextAE, GT_MachineRecipeLoader.aTextAEMM, 0L, 19),
                getModItem(GT_MachineRecipeLoader.aTextAE, GT_MachineRecipeLoader.aTextAEMM, 1L, 20),
                200,
                16);

        GT_Values.RA.addFormingPressRecipe(
                ItemList.Food_Dough_Sugar.get(4L),
                ItemList.Shape_Mold_Cylinder.get(0L),
                ItemList.Food_Raw_Cake.get(1L),
                384,
                4);
        GT_Values.RA.addFormingPressRecipe(
                new ItemStack(Blocks.glass, 1, 32767),
                ItemList.Shape_Mold_Arrow.get(0L),
                ItemList.Arrow_Head_Glass_Emtpy.get(1L),
                64,
                4);

        GT_Values.RA.addFormingPressRecipe(
                GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Cupronickel, 1L),
                ItemList.Shape_Mold_Credit.get(0L),
                ItemList.Credit_Greg_Cupronickel.get(4L),
                100,
                16);
        GT_Values.RA.addFormingPressRecipe(
                GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Brass, 1L),
                ItemList.Shape_Mold_Credit.get(0L),
                ItemList.Coin_Doge.get(4L),
                100,
                16);
        GT_Values.RA.addFormingPressRecipe(
                GT_OreDictUnificator.get(OrePrefixes.plate, Materials.Iron, 1L),
                ItemList.Shape_Mold_Credit.get(0L),
                ItemList.Credit_Iron.get(4L),
                100,
                16);
        GT_Values.RA.addFormingPressRecipe(
                GT_OreDictUnificator.get(OrePrefixes.plate, Materials.WroughtIron, 1L),
                ItemList.Shape_Mold_Credit.get(0L),
                ItemList.Credit_Iron.get(4L),
                100,
                16);

        GT_Values.RA.addFormingPressRecipe(
                GT_OreDictUnificator.get(OrePrefixes.dust, Materials.Brick, 1L),
                ItemList.Shape_Mold_Ingot.get(0L),
                new ItemStack(Items.brick, 1, 0),
                100,
                16);
    }
}