aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
AgeCommit message (Collapse)Author
2016-04-19Main CommitMuramasa
2016-04-19Added files via uploadTechnus
2016-04-19Delete TecCape.pngTechnus
2016-04-18Added files via uploadTechnus
2016-04-17Revert "Turbine Rebalance"Muramasa
This reverts commit ddc0c4299e8d3c703b6b93f876ce38f961d08236.
2016-04-17Turbine RebalanceMuramasa
Added 3 new turbine casings to rebalance the turbines. Also changed turbine controller recipes to fit the rebalance. Large Steam: Steel Turbine Casing Large HP Steam Turbine: Stainless Steel Turbine Casing Large Gas Turbine: Steel Turbine Casing Large Diesel Turbine: Titanium Turbine Casing Large Plasma Turbine: Tungstensteel Turbine Casing
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-09Revert "adding Adv Miner to us Version"Dream-Master
This reverts commit 6427be7b6d30811e979b346d5477daf0c84e9334.
2016-04-04adding Adv Miner to us VersionDream-Master
adding Drilling Fluid added a few Textures from Gt 5.09
2016-04-03Change two textures for the New CansDream-Master
2016-04-02Add more Large Fluid CellsDream-Master
2016-04-02Try to add a new Fluid Cell to GTDream-Master
2016-03-19Add Fluid Filter and Regulator coversBlood-Asp
2016-02-29Synchronize with Blood-Asps' repositoryTeteros
2016-01-29Fix textures in wrong BMP format to PNGLéa Gris
Script to fix ```Bash list=$(find ./ -type f -name \*.png -exec grep -l BM6 {} \;) for v in $list do f=$(echo $v | sed -e 's/\(.*\)\.png/\1/g') mv "$f.png" "$f.bmp" convert "$f.bmp" "$f.png" find ./ -type f -name "$f.bmp" -delete done ```
2016-01-16Adding last missing modular armor texturesBlood-Asp
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.
2016-01-03Explosives reworkBlood-Asp
2016-01-02More new modular armor textures.Blood-Asp
2016-01-02New Modular Armor modelsBlood-Asp
2015-12-28Added Blood Asps commits.Dream-Master
New debug lang for achievements generation(miuirussia) fuel rod override v2(Blood Asp) Mox not working lik ic2 any more (more heat up more eu) Overriding IC2 fuel rods(Blood Asp) fix teleporter(Blood Asp) Sensor kit should not stack(Blood Asp) Fix teleporter nuclear control support(Blood Asp) Fixed Display overflow(Blood Asp)
2015-12-28fix armor textures and initBlood-Asp
2015-12-25Merge pull request #376 from miuirussia/patch-1Blood-Asp
More beautiful achievements display
2015-12-25Overriding IC2 fuel rodsBlood-Asp
2015-12-24More beautiful achievements displayMIUI Russia
2015-12-06Moved Sulfide ore processing from IHL to GTBlood-Asp
2015-12-06bunch of fixedBlood-Asp
Added new multiblock guis shortend HP turbine name to fit gui added reinforced block reprocessing fixed crash on AE2 removal expanded large boiler tooltips fixed chinsel marble processing added some recipes for alloys
2015-11-18GT Bee fix + new crop textures.Blood-Asp
2015-11-03Change Material ListDream-Master
Adding Planets Oremixes to the lang file change build properties
2015-11-01Added new crop drops and processing recipes.Blood-Asp
2015-10-25Fix sulfuric gas textureBlood-Asp
2015-10-24Update Crop TexturesBlood-Asp
2015-10-24missing texturesBlood-Asp
The resources were missing all experimental textures.
2015-10-21Reformat codeShawn Buckley
2015-10-21Reformat codeShawn Buckley
2015-10-21Move source filesShawn Buckley
2015-10-18Move source directoryShawn Buckley