aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common
AgeCommit message (Collapse)Author
2016-05-30Minor FixTechnus
Actually makes the smelt at once cap bigger.
2016-05-26wrongly remove CodeDream-Master
2016-05-25fixDream-Master
2016-05-25Adding Assembly Line (no Assembler Casing recipe yet)Dream-Master
2016-05-25Adding the New Turbines from Gt 5.09 and some Assembler recipeDream-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-19Update GT_MetaGenerated_Item_01.javaTechnus
2016-04-19Update GT_MetaGenerated_Item_01.javaTechnus
2016-04-19Changed Motor recipes.Technus
2016-04-18Adding GT:NH CapesTechnus
2016-04-18Adding GT:NH CapesTechnus
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-16Update GT_MetaTileEntity_ElectricBlastFurnace.javaTechnus
2016-04-16fixDream-Master
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-09Fixed Cells recyclingDream-Master
Bump Version
2016-04-09Revert "adding Adv Miner to us Version"Dream-Master
This reverts commit 6427be7b6d30811e979b346d5477daf0c84e9334.
2016-04-09Revert "Try to add Oil Drill. Works but not pumping oil"Dream-Master
This reverts commit 26f65443ff25de28f0a48b0e5fa824ee96f86c41.
2016-04-09fixDream-Master
2016-04-09Revert "fix the cells recycling recipes"Dream-Master
This reverts commit 55a35613f7c80d6495c4c86f872d8f7950a48f50.
2016-04-09Revert "next try not working yet"Dream-Master
This reverts commit b71a7d48feb39a0ee5f8ed7e004c153388c40eaa.
2016-04-09next try not working yetDream-Master
2016-04-09fix the cells recycling recipesDream-Master
2016-04-09change the item filter recipe using 30 instead of 32 eu.Dream-Master
2016-04-04Try to add Oil Drill. Works but not pumping oilDream-Master
2016-04-04adding Adv Miner to us VersionDream-Master
adding Drilling Fluid added a few Textures from Gt 5.09
2016-04-02eu fixDream-Master
2016-04-02change Cell Fluid amount and materialsDream-Master
2016-04-02Add more Large Fluid CellsDream-Master
2016-04-02Try to add a new Fluid Cell to GTDream-Master
2016-04-02change ObjectsDream-Master
2016-04-02Fix Rotor recipes and change Thermos Can and large Fluid Cans recipes.Dream-Master
2016-04-01Tool TipsDream-Master
Adding Draconium to GT
2016-03-20not a real commit just updated commentsTechnus
2016-03-20Fix for tile entity names, upped machine capTechnus
2016-03-20Add other gt machines support for processing array.Technus
2016-01-14Modify Wet Concrete to be able to use cellsTeteros
Wet Concrete was lacking cell support as it was a 'molten' fluid type. This patch adds a new type 'wet', which replaces 'molten' for Concrete. This means with this patch you can either use the canner with concrete dust to fill the cell, or the fluid canning machine to input or output Wet Concrete. Ideally Wet Concrete would be separate from Concrete as one is solid and the other fluid, but they were kept together for compatibility with existing recipes. 1 Concrete Cell = 144 Wet Concrete = Concrete Block 'Wet' fluid type can be used anytime you'd like both solid and fluid cell support, as these were usually separate for good reasons. Mostly to prevent the awkward ratio above.