Age | Commit message (Collapse) | Author |
|
Bio Diesel can be produced from Seed Oil or Fish Oil.
Bio Diesel Production yields Glyceryl as a byproduct, which can be used
for Dynamite production.
Alcohols have their fuel value reduced by 20000 per Oxygen atom
Increased the potency of Dynamite in the Implosion Compresser so that
dynamite recipes actually show up.
In return Dynamite now needs more Glyceryl Trinitrate: 150 -> 500
|
|
LV, MV, HV recipes accept all rubbers.
EV+ recipes accept only synthetic rubbers.
Affected items: Pump, Conveyor Module, Plunger,
Because it is not easily possible to have this functionality for the
Assembly Line, the Assembly Line still accepts only one type of rubber
for each recipe.
|
|
|
|
Removed the previously added Material AnyDielectric because it cannot be
sensibly used.
Added Polydimethylsiloxane, Polystyrene, and Styrene-Butadiene Rubber to
the list of Materials with plastic-like local names.
Added foils for Polyvinylchloride, Styrene-Butadiene Rubber.
Fixed a bug where foils were missing for Polyvinyl Chloride
|
|
All rubbers are now made by first producing the polymer and then
vulcanizing it with Sulfur (equivalent to natural rubber).
Rewrote WireProcessing to reduce the amount of duplicate code.
Implemented recipes that utilize a combination of a dielectric and a
synthetic rubber to make cables.
This halves total insulation cost for below-EV cables and reduces it to
75% for EV+ cables (conductive polymer not yet implemented).
|
|
Universal Distillation recipes now utilize the solid output.
Fixed the chemical formula for Tetranitromethane and fluid name for
NitroDiesel
|
|
polymerization
Polymerization now requires Titaniumtetrachloride instead of Titanium
Dust; Can only be performed in a LCM.
Adjusted the visual representation of LCM recipes in NEI
|
|
|
|
|
|
Moved the old NitroFuel recipes to simplified recipes.
Added a new Material for Diluted Sulfuric Acid.
Adjusted the fuel value of Ethanol: 128 -> 168.
Adjusted the recipes for Capacitors; Particularly you can now use PVC
instead of silicone.
|
|
Made it so that all Hydrocarbons have a fuel value of 24000 * C + 20000
* H.
Oxygen for alcohols is ignored.
In particular:
Hydrogen: 15000 -> 20000
Methane: 45000 -> 104000
LPG production no longer yields Methane.
LPG is now produced from Propane or Butane.
Super Fuel from LPG is now a simplified recipe.
Methane from centrifuging food is now a simplified recipe.
|
|
recipes
|
|
Fluid cracking can be done with either Steam or Hydrogen and at 3
different severities for a total of six different recipes.
Cracking severity is controlled with a programmed circuit.
Removed the previously used liquids for cracked light fuel/heavy fuel
Changed the Distillation Tower recipes so they can utilize up to 11
fluid outputs
|
|
|
|
Conflicts:
src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
|
|
|
|
|
|
|
|
|
|
charcoal recipes.
Charcoal can now be made by treating Wood Pulp or Sugar with Sulfuric
Acid (takes very long, doesn't scale well)
|
|
The amount of elements you get from centrifuging is proportional to
their mass percentage in the earths continental crust with a tolerance
of ~5-20%
|
|
Added a new plastic: Polyvinyl Chloride, currently only used for item
pipes
Added Polytetrafluoroethylene Fluid Pipes
Fixed the number of fluid cells for polymerization, Fixed the default
alpha value for the MaterialBuilder class
|
|
Implemented new recipes for Gunpowder, Saltpeter, Sulfuric Acid
Gave Sulfur dust a burn value (1600, the same as coal)
Made all chemical recipes stoichiometrically correct whenever possible
(2 H + 1 O -> 1 H2O instead of 2 H + 1 O -> 3 H2O)
Added a convenience method to Materials that lets you get dust
succinctly
Put all simplified recipe additions in a separate method, the config is
still missing
|
|
Acid,added utility methods to get Material cells or integrated circuits,
it's now possible to declare a temperature for automatically created
fluids / gases
|
|
to no longer have recipes for filling cells.
The reason for the bug was that the bit flag 256 is already in use to
designate something as empty.
Since only bit flags up to 128 were documented I had unwittingly used
the 256 bit flag for fluid creation.
The documentation now informs about the function of 256.
Automatic fluid and gas creation are now controlled via booleans.
Big thanks to Techlone for helping me debug.
|
|
|
|
|
|
|
|
Carbon Monoxide can now be obtained as an optional byproduct from
Titaniumtetrachloride production.
Added a missing chemical reactor recipe for Gunpowder
|
|
|
|
production
Expanded the GregTech API: There is now a convenience method for
automatically creating polymerization recipes.
Disabled recipes for the Salty Water Potion in favor of a new Salt Water
fluid.
Slightly nerfed Sulfuric Acid production from Sulfur and Water to make
them align with other acids and bases (1 Dust / 1000L Chemical + 1000L
Water -> 1000L acid/base)
|
|
|
|
class functionality.
|
|
|
|
Created an adapter class for creating materials.
Materials now have bit flags for automatic gas/fluid creation.
Added a new convenience method for adding distillery recipes.
Recipes now show the exact recipe duration instead of the duration
rounded down to the nearest int.
Added new Materials with relevant recipes:
Acetic Acid, Acetone, Calcium Acetate, Charcoal Byproducts, Carbon
Monoxide, Ethanol, Ethylene, Methanol, Methyl Acetate, Polyvinyl
Acetate, Propene, Sulfuric Ethylene, Vinyl Acetate
Made vinegar visible.
|
|
|
|
|
|
|
|
stone dust, sand, and flint
|
|
|
|
|
|
Add new semiconductors and indium recipe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|