Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 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 | 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 | Made it so that Pyrolyse Oven recipes are consistent | Johannes Gäßler | |
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. | |||
2017-06-15 | Improve fog density calculation | Blood-Asp | |
2017-06-14 | pollution smog | Blood-Asp | |
2017-06-14 | Fixed Allyl Chloride recipe consuming a Fluid Cell | Johannes Gäßler | |
2017-06-14 | fix IC Classic compat #1090 | Blood-Asp | |
2017-06-14 | Merge pull request #1091 from draknyte1/unstable | Blood-Asp | |
Made the Cleanroom optional. | |||
2017-06-14 | Made the Cleanroom optional. | Draknyte1 | |
This disables the Low Grav option if the Cleanroom is disabled. | |||
2017-06-14 | improve cleanroom tooltip | Blood-Asp | |
2017-06-14 | fix for timber changes | Blood-Asp | |
2017-06-14 | make reinforced blocks prevent monsterspawns | Blood-Asp | |
2017-06-14 | why does the client crash when using isClientSide() ??? | Blood-Asp | |
2017-06-14 | quickfix for server side crash | Blood-Asp | |
2017-06-13 | wood plank compressor recipe #1013 | Blood-Asp | |
2017-06-13 | missed one file | Blood-Asp | |
2017-06-13 | Attempt to fix not accepting fluids after fluidmapchange. #1081 #577 ect. | Blood-Asp | |
2017-06-13 | Fix translation of covers | Blood-Asp | |
2017-06-13 | Port GT6 timber changes | Blood-Asp | |
2017-06-13 | meh... | Blood-Asp | |
2017-06-13 | Merge pull request #1088 from Techlone/reworking_dataorb | Blood-Asp | |
Reworking DataOrb and DataStick | |||
2017-06-13 | Tooltips changing | Techlone | |
2017-06-13 | Reworking DataOrb and DataStick | Techlone | |
2017-06-13 | Merge branch 'unstable' of https://github.com/Blood-Asp/GT5-Unofficial into ↵ | Techlone | |
unstable | |||
2017-06-13 | Merge branch 'unstable' of https://github.com/Techlone/GT5-Unofficial into ↵ | Techlone | |
unstable | |||
2017-06-12 | At last one free face. | Blood-Asp | |
2017-06-12 | Only open machine gui if front is free. | Blood-Asp | |
2017-06-12 | Cables and pipes now change hitboxes dynamicly depending on connections or ↵ | Blood-Asp | |
covers | |||
2017-06-12 | change back the component heat exchanger damage value | Blood-Asp | |
2017-06-12 | Fixed Chloromethane and Chloroform recipes missing empty cell outputs | Johannes Gäßler | |
2017-06-11 | Changed the Primitive Blast Furnace so that it uses the new Recipe Map | Johannes Gäßler | |
2017-06-10 | Merge pull request #1083 from Techlone/unstable | Blood-Asp | |
More fixes for the world gen | |||
2017-06-10 | Added a Recipe Map for Primitive Blast Furnaces | Johannes Gäßler | |
The Recipe Map is not yet in use. | |||
2017-06-08 | Implemented Bricked Blast Furnace, added corresponding textures | Johannes Gäßler | |
Added a new Casing for the Bricked Blast Furnace, GT_Block_Casings4, ID 15 Refactored the non-electric Blast Furnaces: The Bronze Blast Furnace and the Bricked Blast Furnace extend a superclass to ensure consistent behavior. Subclasses only differ in texture, description, and Casing Block. | |||
2017-06-08 | fix wrong center chunk coordinates | Techlone | |
2017-06-08 | Merge branch 'unstable' of https://github.com/Blood-Asp/GT5-Unofficial into ↵ | Techlone | |
unstable | |||
2017-06-07 | experimental worldgen change fix | Blood-Asp | |
2017-06-07 | Merge branch 'unstable' of https://github.com/Blood-Asp/GT5-Unofficial into ↵ | Techlone | |
unstable | |||
2017-06-07 | Quick fixes | Blood-Asp | |
2017-06-07 | Merge branch 'refs/heads/pr/1077' into unstable | Blood-Asp | |
# Conflicts: # src/main/java/gregtech/api/metatileentity/MetaPipeEntity.java | |||
2017-06-07 | Merge pull request #1076 from vlad20012/int-overflow-fix | Blood-Asp | |
Fixed stored energy integer overflow | |||
2017-06-06 | forgot to commit the oredict changes | Blood-Asp | |
2017-06-06 | Porting of GT6 prospection + Marble/Basalt compatibility, more oredicts for ↵ | Blood-Asp | |
marble/basalt, chisel compat #1050 | |||
2017-06-06 | Changed the ID of the LCM again because of GTNH collision: 1200 -> 1169 | Johannes Gäßler | |
2017-06-06 | Check general redstoneoutput for null | Blood-Asp | |
2017-06-06 | Fix Nitric Acid name #1079 | Blood-Asp | |
2017-06-06 | Correcting Steel Boiler Tooltip #1080 | Blood-Asp | |