aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common
AgeCommit message (Collapse)Author
2016-04-11Submitting PR's is a pain.Draknyte1
Always use most up to date files for the repo you're contributing to. #NotGT5.8Files
2016-04-10Update GT_MetaGenerated_Tool_01.javaAlkalus
left a : not a ;
2016-04-10Made these up to date with latest experimental commit, as mine were slightly ↵Draknyte1
out of date. :)
2016-04-10Changed a few things to make the Soft Hammer more noticeable from the Hard ↵Draknyte1
Hammer. Now it's a soft Mallet with an inverted icon, as requested by @DarknessShadow - https://github.com/Blood-Asp/GT5-Unofficial/issues/407 # Conflicts: # src/main/java/gregtech/api/enums/OrePrefixes.java # src/main/java/gregtech/common/items/GT_MetaGenerated_Tool_01.java # src/main/java/gregtech/loaders/oreprocessing/ProcessingPipeLarge.java # src/main/java/gregtech/loaders/oreprocessing/ProcessingPipeMedium.java # src/main/java/gregtech/loaders/oreprocessing/ProcessingPipeSmall.java
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-28advminer2Blood-Asp
2016-03-28small fixes to distillation tower and advMiner2Blood-Asp
2016-03-27Show all ingot fluid extractions and all iron/copper arc furnace recipesBlood-Asp
2016-03-27Stop disassembler destroying not electric GT toolsBlood-Asp
2016-03-27Rebalance oil processing and improve pipe coveringBlood-Asp
2016-03-27Update Charcoal pit tooltipBlood-Asp
2016-03-20Fix regulator crafting recipesBlood-Asp
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-03-20Tooltip fixBlood-Asp
2016-03-20Hiding of Recycling recipes and unneeded ores in NEIBlood-Asp
2016-03-20remove console printBlood-Asp
2016-03-20Fix item detector not working correctlyBlood-Asp
2016-03-20More work on tool hardeningBlood-Asp
2016-03-19Allow shift rightclick for screwdriversBlood-Asp
2016-03-19Add Fluid Filter and Regulator coversBlood-Asp
2016-03-18Advanced Miner II fixesBlood-Asp
2016-03-18Dynamite impcomp and fluid mox fixesBlood-Asp
2016-03-18HP Turbine deletes normal steam in input hatch to not get stuckBlood-Asp
2016-03-17Improved SenseBlood-Asp
2016-03-17Made Large fluid cells stack more and cheaper to buildBlood-Asp
2016-03-17Fixed turbine output falling when supplying more than opt flowBlood-Asp
2016-03-17Added NC display support for large turbinesBlood-Asp
2016-03-16Fix large boiler tooltipBlood-Asp
2016-03-15Fix boost of starting of fusion reactorsTechlone
2016-03-01Fixed load texturesMIUI Russia
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.