Age | Commit message (Collapse) | Author |
|
|
|
Texture overhaul
|
|
Pyrometallurgy update
|
|
Add new zpm and uv battery
|
|
Hydrochloric Acid can be recycled at 100% efficiency.
The production of Dimethylhydrazine, Tetrafluoroethylene,
Polydimethylsiloxane, and Hypochlorous Acid yields Diluted Hydrochloric
Acid, which can be recycled at 50% efficiency.
The energy cost of 21600 EU per 2 Salt -> Sodium + Chlorine has turned
out to be too high.
The cost is now 9600 EU.
|
|
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
|
|
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
|
|
Ash rebalance
|
|
Fix oreBasalticMineralSand properly being mapped to "ore" prefix
|
|
|
|
|
|
We have 16 tiers of textures.
|
|
|
|
|
|
Conflicts:
src/main/java/gregtech/api/enums/Materials.java
|
|
Niobium can now be obtained from Apatite and Pyrolusite as Byproducts.
apatite veins now also contain Pyrochlore (new materials, contains
Niobium) instead of Phosphate (PO4).
|
|
Chemical Recipes now have a controllable output pattern.
By adding an Integrated Circuit the Fluid output can automatically be
canned into empty cells.
Water outputs can also be automatically voided.
This reduces the need for fluid Canners in a processing line.
|
|
Produced similarly to the Integrated Processor, but yields 2 Basic
Circuits instead of 1 Good Circuit.
|
|
They no longer need beer.
Also the basic Wetware Processor only needs 1 Wetware Circuit Board.
|
|
|
|
|
|
Renamed: Fiberglass Circuit Board -> Fiber-Reinforced Circuit Board
Fiber-Reinforced Boards are now made by combining Epoxy Resin with
either Glass Fiber or Carbon Fiber.
Glass Fiber is produced from Borosilicate Glass, which is in turn
produced from Glass and Boron.
To make this feasible Salt and Rock Salt now yield Borax as a byproduct.
|
|
|
|
|
|
|
|
|
|
Also added the corresponding pyrometallurgical recipes.
|
|
|
|
SaltWater now yields the same amount of material as Salt Dust.
Increased the energy cost of electrolyzing Salt to make netto energy
yield via NaOH+Hydrogen negative.
|
|
|
|
All Direct Smelting recipes now yield 1 ingot per Ore Block or 5 Nuggets
per Crushed Ore/Dust
|
|
The above materials originally had the ROUGH texture. I tested what they
would look like with the DULL texture and I forgot to revert it
afterwards.
|
|
|
|
|
|
the "oreBasalt" prefix, yielding the wrong material "icMineralsand"
|
|
S2O => SO2;
S3O => SO3.
|
|
|
|
Item Distributor
|
|
|
|
Assembly line upgrade
|
|
|
|
|
|
|
|
|
|
TiC2Cl2 => TiCl4;
HPO4 => H3PO4.
|
|
|
|
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/GT_Mod.java
src/main/java/gregtech/api/enums/Materials.java
src/main/java/gregtech/common/GT_Proxy.java
src/main/java/gregtech/common/blocks/GT_Block_Casings4.java
src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.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
|
|
|