Age | Commit message (Collapse) | Author |
|
|
|
|
|
Conflicts:
src/main/java/gregtech/GT_Mod.java
src/main/java/gregtech/api/enums/Materials.java
src/main/java/gregtech/common/GT_Proxy.java
src/main/java/gregtech/loaders/oreprocessing/ProcessingOre.java
src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
|
|
Added recipes for the Large Chemical Reactor that perform several steps
of a processing line in a single recipe.
|
|
CircuitChemistryUpdateFollowup
Conflicts:
src/main/java/gregtech/api/enums/Materials.java
src/main/java/gregtech/common/GT_RecipeAdder.java
src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
|
|
|
|
|
|
|
|
|
|
Cable insulation works as it did before for EV cables.
IV+ Cables can be insulated with only molten Silicone.
Insulation now also works with whole Dusts at 4x the batch size.
|
|
|
|
|
|
Previously you would only get 1 extra Nugget from Macerating Ore.
Now you get 3 extra Nuggets.
|
|
|
|
All Direct Smelting recipes now yield 1 ingot per Ore Block or 5 Nuggets
per Crushed Ore/Dust
|
|
|
|
|
|
|
|
Conflicts:
src/main/java/gregtech/api/enums/MaterialBuilder.java
src/main/java/gregtech/common/GT_RecipeAdder.java
src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_BronzeBlastFurnace.java
src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
|
|
Conflicts:
src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
src/main/java/gregtech/loaders/preload/GT_Loader_Item_Block_And_Fluid.java
src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
|
|
|
|
Large Chemical Reactor Circuits: Elite -> Advanced
Inert Machine Casing: Clean Stainless Steel Casing -> Solid Steel Casing
Fluid Cells can now also be made from Steel and Polytetrafluoroethylene
Fixed the name of Plastic and PTFE Fluid Pipes.
|
|
|
|
Conflicts:
src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
|
|
Conflicts:
src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_Cleanroom.java
src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_LargeBoiler.java
src/main/java/gregtech/loaders/load/GT_FuelLoader.java
src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java
src/main/java/gregtech/nei/GT_NEI_DefaultHandler.java
|
|
Moved Pyrolyse Oven recipes with Charcoal Byproducts, Wood Gas, Wood
Vinegar, or Wood Tar to OreProcessing to ensure that all log types can
be used.
|
|
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).
|
|
To prevent transmutation unpackaging no longer refunds Paper/Black
Carpet/Rubber Sheets.
|
|
|
|
|
|
|
|
|
|
|
|
Reduce costs for multiblock building blocks. Forgehammer Ingot->Plate
3:2 instead of 2:1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
missing/broken
|
|
|
|
|