21
21
The "useDefault" attribute will prevent loading of recipes if set to "false"
22
22
<!-->
23
23
<Recipes useDefault =" false" >
24
- <Recipe timeRequired =" 40" power =" 50000 " >
24
+ <Recipe timeRequired =" 40" power =" 100000 " >
25
25
<input >
26
26
<itemStack >advancedrocketry:carbonscrubbercartridge 1 32767</itemStack >
27
27
</input >
39
39
<itemStack >minecraft:dye 5 15</itemStack >
40
40
</output >
41
41
</Recipe >
42
+
43
+ <!-- EnderIO Liquids -->
44
+ <Recipe timeRequired =" 100" power =" 30000" >
45
+ <input >
46
+ <fluidStack >water 32000</fluidStack >
47
+ <oreDict >itemSkull 8</oreDict >
48
+ <oreDict >itemPulsatingPowder 2</oreDict >
49
+ <oreDict >itemEnderCrystalPowder 1</oreDict >
50
+ <oreDict >itemPrecientPowder 1</oreDict >
51
+ </input >
52
+ <output ><fluidStack >vapor_of_levity 1000</fluidStack ></output >
53
+ </Recipe >
54
+
55
+ <Recipe timeRequired =" 40" power =" 30000" >
56
+ <input >
57
+ <fluidStack >water 32000</fluidStack >
58
+ <oreDict >itemSkull 8</oreDict >
59
+ <oreDict >itemPulsatingPowder 1</oreDict >
60
+ <oreDict >itemEnderCrystalPowder 1</oreDict >
61
+ </input >
62
+ <output ><fluidStack >ender_distillation 1000</fluidStack ></output >
63
+ </Recipe >
64
+
65
+ <Recipe timeRequired =" 20" power =" 30000" >
66
+ <input >
67
+ <fluidStack >water 2000</fluidStack >
68
+ <oreDict >itemSkull 1</oreDict >
69
+ </input >
70
+ <output ><fluidStack >nutrient_distillation 500</fluidStack ></output >
71
+ </Recipe >
72
+
73
+ <!-- -->
74
+ <Recipe timeRequired =" 60" power =" 30000" >
75
+ <input >
76
+ <fluidStack >water 8000</fluidStack >
77
+ <itemStack >minecraft:poisonous_potato 1 0</itemStack >
78
+ <oreDict >dustRedstone 1</oreDict >
79
+ <oreDict >dustBlaze 1</oreDict >
80
+ <itemStack >minecraft:double_plant 1 0</itemStack >
81
+ </input >
82
+ <output ><fluidStack >liquid_sunshine 2000</fluidStack ></output >
83
+ </Recipe >
84
+
85
+ <Recipe timeRequired =" 40" power =" 30000" >
86
+ <input >
87
+ <fluidStack >water 8000</fluidStack >
88
+ <itemStack >minecraft:poisonous_potato 1 0</itemStack >
89
+ <oreDict >dustRedstone 1</oreDict >
90
+ <oreDict >dustBlaze 1</oreDict >
91
+ </input >
92
+ <output ><fluidStack >fire_water 2000</fluidStack ></output >
93
+ </Recipe >
94
+
95
+ <Recipe timeRequired =" 60" power =" 30000" >
96
+ <input >
97
+ <fluidStack >water 8000</fluidStack >
98
+ <itemStack >minecraft:poisonous_potato 1 0</itemStack >
99
+ <oreDict >dustRedstone 1</oreDict >
100
+ <oreDict >gunpowder 1</oreDict >
101
+ </input >
102
+ <output ><fluidStack >rocket_fuel 2000</fluidStack ></output >
103
+ </Recipe >
104
+
105
+ <Recipe timeRequired =" 20" power =" 30000" >
106
+ <input >
107
+ <fluidStack >water 8000</fluidStack >
108
+ <itemStack >minecraft:poisonous_potato 1 0</itemStack >
109
+ </input >
110
+ <output ><fluidStack >hootch 2000</fluidStack ></output >
111
+ </Recipe >
112
+
113
+ <!-- -->
114
+ <Recipe timeRequired =" 40" power =" 30000" >
115
+ <input >
116
+ <fluidStack >water 2500</fluidStack >
117
+ <oreDict >dustSilver 3</oreDict >
118
+ <oreDict >ice 2</oreDict >
119
+ </input >
120
+ <output ><fluidStack >cloud_seed_concentrated 1250</fluidStack ></output >
121
+ </Recipe >
122
+
123
+ <Recipe timeRequired =" 20" power =" 30000" >
124
+ <input >
125
+ <fluidStack >water 1250</fluidStack >
126
+ <oreDict >itemSalt 1</oreDict >
127
+ <oreDict >ice 1</oreDict >
128
+ </input >
129
+ <output ><fluidStack >cloud_seed 1250</fluidStack ></output >
130
+ </Recipe >
131
+
42
132
</Recipes >
0 commit comments