aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-06Fixed a bug with ghost Items left behind in the Large Chemical ReactorJohannes Gäßler
2017-08-06Fixed a bug where a recipe had the wrong amount of CellsJohannes Gäßler
2017-08-06Fixed accidental change to the Cumene recipes due to not pullingJohannes Gäßler
2017-08-06Fixed Salt processing recipesJohannes Gäßler
SaltWater now yields the same amount of material as Salt Dust. Increased the energy cost of electrolyzing Salt to make netto energy yield via NaOH+Hydrogen negative.
2017-08-06Fix imbalanced recipeAntifluxfield
2017-08-06Removed Burn Value for Carbon Dust.Johannes Gäßler
2017-08-06Added the Large Chemical Reactor Controller inventory to the item inputJohannes Gäßler
2017-08-06Fixed a bug where Brick, Clay, and Fireclay had the wrong texture sets.Johannes Gäßler
The above materials originally had the ROUGH texture. I tested what they would look like with the DULL texture and I forgot to revert it afterwards.
2017-07-11Added an option to findRecipe() to only return recipes with enough inputJohannes Gäßler
2017-07-10Made it so that multiblocks will look for empty output hatches.Johannes Gäßler
Previously when there was more than one fluid output multiblocks would only try to put it into one of the output hatches.
2017-07-09Fixed Item Distributor causing an OutOfboundsException for invalid NBT.Johannes Gäßler
2017-07-09Merge branch 'unstable' of https://github.com/Blood-Asp/GT5-Unofficial into ↵Blood-Asp
unstable
2017-07-09oil fix part 2Blood-Asp
2017-07-09Merge pull request #1148 from Antifluxfield/patch-1JohannesGaessler
Fixed formulas for SO2, SO3
2017-07-09Fix another 2 formulasAntifluxfield
S2O => SO2; S3O => SO3.
2017-07-08Merge pull request #1145 from Antifluxfield/patch-1JohannesGaessler
Fix Item Distributor recipes
2017-07-08Fix Item Distributor recipesAntifluxfield
2017-07-06Fix Pyrooven texturesBlood-Asp
2017-07-06Restore old oil calculationBlood-Asp
2017-07-06Removed the svg source files for textures added by JohannesGaesslerJohannes Gäßler
2017-07-06Merge pull request #1132 from JohannesGaessler/ItemDistributorBlood-Asp
Item Distributor
2017-07-06Merge pull request #1135 from JohannesGaessler/InventoryIndexFixBlood-Asp
Fixed inventory misalignment when updating 5.09.30 -> 5.09.31
2017-07-06Merge pull request #1142 from Dimach/minersBlood-Asp
Added LV and MV miners.
2017-07-06Changed miner rates.Dimach
2017-07-06Changed MV miner radius.Dimach
2017-07-06Changed miner mechanics and rates.Dimach
2017-07-06Fixed NBT bug in OreDrillingPlant.Dimach
2017-07-06Changed naming of constants.Dimach
2017-07-06Merge pull request #1126 from Antifluxfield/PE-polymerization-fixJohannesGaessler
Trying to fix PE polymerizing recipe
2017-07-06Added LV and MV miners.Dimach
2017-07-04Merge pull request #1139 from Antifluxfield/patch-1Alkalus
Fix the names of the Adv. Data Access Hatch.
2017-07-03Fix the names of Data Access HatchesAntifluxfield
2017-07-03Update GT_MachineRecipeLoader.javaAntifluxfield
2017-07-03Update GT_RecipeAdder.javaAntifluxfield
2017-07-03Update IGT_RecipeAdder.javaAntifluxfield
2017-07-02Accounted for misc slots when shifting machine inventory contentsJohannes Gäßler
2017-07-02Fixed Diluted Sulfuric Acid recipes, PTFE Pipe Casing nameJohannes Gäßler
2017-07-02Added a method for calculating total version IDJohannes Gäßler
2017-07-02Fixed inventory misalignment when updating 5.09.30 -> 5.09.31Johannes Gäßler
I added a new method to BaseMetaTileEntity that shifts the Inventory index according to the change in Input/Output slots. Instrumentally I have added a new version ID that considers the GT subversion.
2017-07-01small pollution rebalancingsBlood-Asp
2017-07-01fix cheese as dough #1123Blood-Asp
2017-07-01Make assembly line use cheaper circuit techs. #1114Blood-Asp
2017-07-01more spellingBlood-Asp
2017-07-01Fix cover and mode spellingBlood-Asp
2017-07-01Clean reset of Datastick so remaining old data does not break assemblyline.Blood-Asp
2017-07-01Merge pull request #1129 from Antifluxfield/PlayerDetector-fixBlood-Asp
Player detector fix
2017-07-01Merge pull request #1130 from Antifluxfield/AssemblyLine_upgradeBlood-Asp
Assembly line upgrade
2017-07-01Merge pull request #1128 from Dimach/oil-fixBlood-Asp
Removed divider that already applied in Gt_UndergroundOil.
2017-07-01Merge pull request #1122 from Antifluxfield/patch-1Blood-Asp
Fixed 2 formulas
2017-07-01Added GUI classes for the Item Distributor, fixed EU IO logicJohannes Gäßler