aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2016-06-21experimental branchDream-Master
2016-06-21reverse commitDream-Master
2016-06-21even with Blood asp experimental branchDream-Master
2016-06-21remove allDream-Master
2016-06-07so now Oxygen variant works wellDream-Master
Thanks @Tec
2016-06-07Revert "remove no oxygen component recipe in the ebf because not working."Dream-Master
This reverts commit c29302347c467aa49d69a68f8eb8054376580055.
2016-06-07Revert "so no with the no gas variant."Dream-Master
This reverts commit 150532cd79cd3501a152f1515f1aa0006058731d.
2016-06-06so no with the no gas variant.Dream-Master
2016-06-06remove no oxygen component recipe in the ebf because not working.Dream-Master
2016-05-30Minor FixTechnus
Actually makes the smelt at once cap bigger.
2016-05-28Make Stainless Steel more expensive to not skip to quick MV AgeDream-Master
2016-05-26wrongly remove CodeDream-Master
2016-05-25fixDream-Master
2016-05-25Adding Assembly Line (no Assembler Casing recipe yet)Dream-Master
2016-05-25New Gui Textures Thanks to @MuramasDream-Master
2016-05-25Adding the New Turbines from Gt 5.09 and some Assembler recipeDream-Master
2016-05-22Ethanol fixDream-Master
2016-05-22Change Fuel and Nitro diesel valuesDream-Master
change Burn value of Lignite coal 4x Change Gui Pic from Distillation Tower and Large Heat Exchanger (thanks to Draknyte1)
2016-05-22Thaumcraft Aspect fixDream-Master
2016-05-22fixDream-Master
2016-05-22Merge branch 'Scan-termals-of-EBF'Dream-Master
Conflicts: build.properties src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ElectricBlastFurnace.java src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
2016-05-22Fix #591Dream-Master
Added EBf recipes for Ender io Materials with oxy and without
2016-04-30Change Neutronium Material and add Droconium EFB recipes.Dream-Master
2016-04-19Merge pull request #10 from GTNewHorizons/MotorsMartin
Motors
2016-04-19Added files via uploadTechnus
2016-04-19Delete TecCape.pngTechnus
2016-04-19Update GT_MetaGenerated_Item_01.javaTechnus
2016-04-19Update GT_MetaGenerated_Item_01.javaTechnus
2016-04-19Changed Motor recipes.Technus
2016-04-18Added files via uploadTechnus
2016-04-18Adding GT:NH CapesTechnus
2016-04-18Adding GT:NH CapesTechnus
2016-04-18fix #466Dream-Master
Machines higher than IV have a recipe conflict
2016-04-17fix #565Dream-Master
Change Motors to have max 4 cable instead of 16
2016-04-17Adding Multismelter paraller count info to scanner,Technus
Adding EBF Heat Capacity to scanner, reformatting rest of scanner msgs to be unified
2016-04-16Merge pull request #7 from GTNewHorizons/MultiSmelter-RebalanceTechnus
Less power consumption for SUPERCONDUCTORs
2016-04-16Less power consumption for SUPERCONDUCTORsTechnus
Will use max 2input hatches
2016-04-16Draconium needs now new CoilsDream-Master
2016-04-16Update GT_MetaTileEntity_ElectricBlastFurnace.javaTechnus
2016-04-16fixDream-Master
2016-04-16Merge pull request #4 from GTNewHorizons/Paintable-wiresMartin
Visualy paintable un-insulated wires
2016-04-16Merge pull request #5 from GTNewHorizons/MultiSmelter-RebalanceMartin
Rebalance MultiSmelter to match proc. arrays
2016-04-16Update GT_Item_Casings_Abstract.javaTechnus
2016-04-16Update GT_Item_Casings1.javaTechnus
2016-04-16Initial commitTechnus
Adding superconductor coil block support with base temperature 9000.
2016-04-16Update GT_MetaTileEntity_MultiFurnace.javaTechnus
2016-04-16Update GT_MetaTileEntity_MultiFurnace.javaTechnus
2016-04-16Rebalance MultiSmelter to match proc. arraysTechnus
added tier 4 coils for whole stack smelting
2016-04-16Visualy paintable un-insulated wiresTechnus
2016-04-14Fix custom ore mixes more common than intendedUltraPeeks
The for loop above already registers all custom ore mixes. The first 16 custom mixes were registered a second time and were double as likely as intended to spawn. For example copper was much more difficult to find that way.