aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/plugin/agrichem/block/AgrichemFluids.java
blob: ad869afc47ebcf7c0218bf5a5cd71839c8e21f4a (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
package gtPlusPlus.plugin.agrichem.block;

public class AgrichemFluids {

	/*
	 * Saline Water - saltwater
	 * Sulfuric Waste Water - sulfuricapatite
	 * Methanol - methanol
	 * Hot Water - ic2hotwater
	 * Acetic Acid
	 * Propionic Acid
	 * Fermentation Base
	 * Ethylene - ethylene
	 * Ethanol - bioethanol
	 * Diluted SA - filutedsulfuricacid
	 * Sulfuric Acid - sulfuricacid
	 * Urea
	 * Formaldehyde - fluid.formaldehyde
	 * Liquid Resin
	 * Methane - methane
	 * Benzene - benzene
	 * Ethylbenzene - fluid.ethylbenzene
	 * Styrene - styrene
	 */
	
}