Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-06 | Changed miner mechanics and rates. | Dimach | |
2017-07-06 | Fixed NBT bug in OreDrillingPlant. | Dimach | |
2017-07-06 | Changed naming of constants. | Dimach | |
2017-07-06 | Added LV and MV miners. | Dimach | |
2017-07-02 | Fixed Diluted Sulfuric Acid recipes, PTFE Pipe Casing name | Johannes Gäßler | |
2017-07-01 | small pollution rebalancings | Blood-Asp | |
2017-07-01 | more spelling | Blood-Asp | |
2017-07-01 | Fix cover and mode spelling | Blood-Asp | |
2017-07-01 | Clean reset of Datastick so remaining old data does not break assemblyline. | Blood-Asp | |
2017-07-01 | Merge pull request #1129 from Antifluxfield/PlayerDetector-fix | Blood-Asp | |
Player detector fix | |||
2017-07-01 | Merge pull request #1130 from Antifluxfield/AssemblyLine_upgrade | Blood-Asp | |
Assembly line upgrade | |||
2017-06-30 | Update GT_MetaTileEntity_AssemblyLine.java | Antifluxfield | |
2017-06-30 | Update GT_MetaTileEntity_AssemblyLine.java | Antifluxfield | |
2017-06-30 | Update GT_MetaTileEntity_AssemblyLine.java | Antifluxfield | |
2017-06-30 | Update GT_MetaTileEntity_AssemblyLine.java | Antifluxfield | |
2017-06-30 | Update GT_MetaTileEntity_AssemblyLine.java | Antifluxfield | |
2017-06-30 | Update GT_MetaTileEntity_AssemblyLine.java | Antifluxfield | |
2017-06-30 | Make Data Access Hatch part of AssLine | Antifluxfield | |
2017-06-29 | Exchange the message | Antifluxfield | |
Something I've done wrong. | |||
2017-06-29 | Removed divider that already applied in Gt_UndergroundOil. | Dimach | |
2017-06-29 | Fixed a bug where the Bricked Blast Furnace didn't need a casing. | Johannes Gäßler | |
I forgot to actually implement checking whether the casing blocks are Firerick blocks. | |||
2017-06-26 | Merge branch 'unstable_blood' into unstable | Johannes Gäßler | |
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 | |||
2017-06-26 | Fixed typo: Firerick -> Firebrick | Johannes Gäßler | |
2017-06-25 | Merge branch 'BrickedBlastFurnace' into unstable | Johannes Gäßler | |
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 | |||
2017-06-25 | Merge branch 'OilRefining' into unstable | Johannes Gäßler | |
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 | |||
2017-06-25 | Extra fix for: https://github.com/Blood-Asp/GT5-Unofficial/issues/1098 | Technus | |
2017-06-25 | Add refreshing code | Technus | |
2017-06-25 | Optimize imports - intelliJ one button action | Technus | |
2017-06-25 | Assline recipes part1 | Technus | |
2017-06-25 | Revert "NEI GUI AssemblyLine" | Daniel | |
2017-06-24 | Added a config option for easier EV+ Cables | Johannes Gäßler | |
2017-06-24 | NEI GUI AssemblyLine | SLiMylya | |
2017-06-23 | Added Bricked BF config, fixed Primitive BF class hierarchy | Johannes Gäßler | |
Blast Furnace Recipes using Coal or Charcoal now yield Dark Ash instead of Ash. | |||
2017-06-22 | Moved the Casings for the Large Chemical Reactor again. | Johannes Gäßler | |
As it turns out overwriting Casings 4.4 and 4.5 was not a good idea because even though there is no actual Casing at those IDs, the textures are in use. I started a new batch of Casings (GT_Block_Casings8) at IDs 112-127. I did not use IDs 80-95 because there seem to already be some textures there. I did not use IDs 96-111 because they seem to already be in use by Technus. | |||
2017-06-18 | Merge remote-tracking branch 'origin/unstable' into OilRefining | Johannes Gäßler | |
Conflicts: src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java | |||
2017-06-18 | Merge branch 'ChemistryUpdate' into unstable | Johannes Gäßler | |
Conflicts: src/main/java/gregtech/api/enums/ItemList.java src/main/java/gregtech/api/enums/Textures.java src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java | |||
2017-06-17 | Implemented crafting recipes for the Bricked Blast Furnace | Johannes Gäßler | |
fixed Glass Hammering consuming 40x more energy than intended Fixed Hammer recipes that (presumably unintentionally) had 10EUt, 16 ticks instead of 16EUt, 10 ticks. Renamed Dense Bricks -> Firebricks | |||
2017-06-17 | Merge branch 'unstable' of https://github.com/Blood-Asp/GT5-Unofficial into ↵ | Blood-Asp | |
unstable | |||
2017-06-17 | Extended logging for Assemblyline | Blood-Asp | |
2017-06-17 | Merge pull request #1074 from Techlone/advminer2_improvements | Blood-Asp | |
AdvMiner2 renamed; new tiers of OreDrillingPlant | |||
2017-06-17 | Fixed Imp. Compressor Dynamite amount possibly becoming zero | Johannes Gäßler | |
2017-06-17 | Merge remote-tracking branch 'GT5-Unofficial-Fork/ChemistryUpdate' into | Johannes Gäßler | |
BrickedBlastFurnace Conflicts: src/main/java/gregtech/api/enums/Materials.java src/main/java/gregtech/api/enums/Textures.java src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_BronzeBlastFurnace.java src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java src/main/java/gregtech/loaders/preload/GT_Loader_MetaTileEntities.java | |||
2017-06-16 | Adjusted BBF GUIs to accommodate to the new 3/3 layout. | Johannes Gäßler | |
2017-06-16 | Added Interface classes for the BBF, increased slots to 3/3 | Johannes Gäßler | |
2017-06-15 | Fix hiding of unused ores. #1062 | Blood-Asp | |
2017-06-15 | Merge remote-tracking branch 'origin/unstable' into ChemistryUpdate | Johannes Gäßler | |
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 | |||
2017-06-15 | Improve fog density calculation | Blood-Asp | |
2017-06-14 | pollution smog | Blood-Asp | |
2017-06-14 | Fixed a bug where an Assembler recipe would be added if the output is | Johannes Gäßler | |
null | |||
2017-06-14 | Made the Cleanroom optional. | Draknyte1 | |
This disables the Low Grav option if the Cleanroom is disabled. |