aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech
AgeCommit message (Collapse)Author
2017-05-30Implemented SBR recipes, Added method for LCM recipes, adjustedJohannes Gäßler
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
2017-05-29Added Materials for Polystyrene, SBR, implemented Polystyrene recipesJohannes Gäßler
2017-05-29Added recipes for the synthetic production of rubber from hydrocarbonsJohannes Gäßler
2017-05-29Added Recipes for Tetranitromethane, made it the additive for NitroFuelJohannes Gäßler
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.
2017-05-29Fixed a bug where cicuit configs for distilleries ranged from 0-10Johannes Gäßler
instead of 1-11
2017-05-29Changed the Distillation Tower so that it outputs fluids only at theJohannes Gäßler
correct levels. Adjusted existing distillation recipes so that they line up with this change. Slightly rebalanced Charcoal Byproducts.
2017-05-28Added recipes for distilling cracked hydrocarbons, adjusted fuel valuesJohannes Gäßler
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.
2017-05-25Fixed IC2 steam compatibility for crackingJohannes Gäßler
2017-05-25Rewrote parts of the Oil Cracker so that it's in line with the newJohannes Gäßler
recipes
2017-05-25Removed debugging print accidentally left in from the previous versionJohannes Gäßler
2017-05-24Expanded Materials class for cracked Fluids, changed cracking recipesJohannes Gäßler
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
2017-05-16Changed the NEI GUI of the Distillation Tower to show up to 12 outputs.Johannes Gäßler
Also added a currently unused GUI for 9x9 recipes.
2017-05-16Changed the Distillation Tower so that any height from 3 to 12 isJohannes Gäßler
considered valid.
2017-05-14Added Materials for Hydrocarbon chains of up to 4 carbon atoms.Johannes Gäßler
2017-05-13Merge branch 'LargeChemicalReactor' into ChemistryUpdateJohannes Gäßler
2017-05-13Corrected several chlorination recipes in terms of stoichiometricsJohannes Gäßler
2017-05-13Changed the Layout of the LCM to 3x3x3, tweaked the name of casings andJohannes Gäßler
the descriptions of multiblocks to make them consistent.
2017-05-13Fixed a bug that caused there to be two identical recipes for TiF4Johannes Gäßler
2017-05-13Added a new recipe map for the LCR, expanded the API to allow for customJohannes Gäßler
NEI stack positioning. Refactored the name of the Large Boiler Fake Fuels so they're in line with other names. Fixed a bug where the LCM was checking for the wrong casing type.
2017-05-12Added crafting recipes for the LCHJohannes Gäßler
2017-05-12Merge branch 'ChemistryUpdate' into LargeChemicalReactorJohannes Gäßler
Conflicts: src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
2017-05-09Added new textures for the LCM, using them nowJohannes Gäßler
2017-05-09Implemented checkRecipeJohannes Gäßler
2017-05-08Reverted an erroneous name change for nitration mixtureJohannes Gäßler
2017-05-08Deleted prints used for debuggingJohannes Gäßler
2017-05-08Implemented checkMachine for the LCR, added machine casingsJohannes Gäßler
2017-05-07Created a non-functional first draft for the Large chemical ReactorJohannes Gäßler
2017-05-07Reverted erroneous previous commit.Johannes Gäßler
2017-05-06Created a first draft for the Large Chemical ReactorJohannes Gäßler
2017-05-06Fixed the Electric Blast Furnace not recognizing recipes when there isJohannes Gäßler
more than one Fluid input. Also added a String representation for GT_FluidStack that was used for debugging.
2017-05-04Small tweak to Rocket Fuel to ensure that production cost > burn valueJohannes Gäßler
2017-05-04Added a graphic for acids, made the javadoc more descriptiveJohannes Gäßler
2017-05-03Added an svg for misc chemical recipes, tweaked several recipesJohannes Gäßler
2017-05-03Added distillation recipe for Phenol, tweaked the graphic for plasticsJohannes Gäßler
2017-05-02Materials for existing fluids, ash nerf, plastic production svgJohannes Gäßler
2017-05-01Added molecular formulas for the new materials, added alternativeJohannes Gäßler
charcoal recipes. Charcoal can now be made by treating Wood Pulp or Sugar with Sulfuric Acid (takes very long, doesn't scale well)
2017-05-01Added config for simple chemical recipes and stone dust centifugationJohannes Gäßler
2017-05-01Added recipes for centrifuging Stone DustJohannes Gäßler
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%
2017-05-01methods for pipe creation, new plastic pipes, implemented PVCJohannes Gäßler
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
2017-04-30Changed the newly added recipes so that they use the new APIJohannes Gäßler
2017-04-30New recipes, convenience methods, recipe rebalancingsJohannes Gäßler
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
2017-04-30Chem reactors can now output 2 items, implemented recipes for NitricJohannes Gäßler
Acid,added utility methods to get Material cells or integrated circuits, it's now possible to declare a temperature for automatically created fluids / gases
2017-04-29Fixed a sneaky and game-breaking bug that caused quite a lot of fluidsJohannes Gäßler
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.
2017-04-28Implemented Nitric Acid, Rocket FuelJohannes Gäßler
2017-04-27Merge pull request #1025 from JohannesGaessler/SteamProductionImprovementBlood-Asp
Steam production improvement / Tooltip improvement / Pollution adjustment
2017-04-27Fix eu consumption absence by AssemblyLine and some clean upTechlone
2017-04-27Formatting clean up, nothing elseTechlone
2017-04-27Fixed a bug where excess fuel didn't consider the distortion fromJohannes Gäßler
runtimeBoost. Adjusted the decimal points of the Large Boiler fuel tab to better represent the actual burn times.
2017-04-26Eliminated rounding errors that caused fuel to burn too shortlyJohannes Gäßler
The Large Boiler now saves excess fuel between items, greatly improves performance of items like sticks and planks. The Large boiler now stores excess projected EU that is lost when throttling with an integrated circuit
2017-04-26Refactored mDescription to mDescriptionArray, added a deprecated fieldJohannes Gäßler
mDescription to ensure 100% backwards compatibility