Age | Commit message (Collapse) | Author |
|
Texture overhaul
|
|
Pyrometallurgy update
|
|
Fix the Tooltip of Pumps
|
|
Correct description of regulator
|
|
|
|
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
|
|
|
|
Add the missing bracket
|
|
|
|
|
|
Pyrolyse oven coil scaling
|
|
Multiblock Fluid IO fix
|
|
Fixed coloring of pyrolyse oven.
|
|
|
|
|
|
|
|
|
|
|
|
allows for more textures to be added for casing, with extra byte of data for paging.
Just change the value of mTexturePage at the same time you change mMachineBlock.
|
|
|
|
|
|
|
|
Regular Fluids are put out at the bottom layer.
CO2, CO, and SO2 are put out at the top layer and their amount scales
with the tier of the EBF's Muffler Hatch
|
|
The cost is actually tripled at:
https://github.com/Blood-Asp/GT5-Unofficial/blob/unstable/src/main/java/gregtech/common/tileentities/automation/GT_MetaTileEntity_Regulator.java#L95
|
|
|
|
|
|
|
|
|
|
|
|
Item Distributor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Assembly line upgrade
|
|
|
|
Adjusted allowPutStack, isInputFacing, isOutputFacing for the Item
Distributor
Adjusted onScrewdriverRightClick for the Item Regulator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|