Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-06 | Fixed Salt processing recipes | Johannes 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-06 | Fix imbalanced recipe | Antifluxfield | |
2017-08-06 | Removed Burn Value for Carbon Dust. | Johannes Gäßler | |
2017-08-06 | Added the Large Chemical Reactor Controller inventory to the item input | Johannes Gäßler | |
2017-08-06 | Fixed 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-08-05 | Enabled Coal/Charcoal/Coal Coke Blocks for the Primitive Blast Furnace | Johannes Gäßler | |
2017-08-04 | Fixed a bug with ghost Items left behind in the Large Chemical Reactor | Johannes Gäßler | |
2017-08-02 | Find a better way to handle those dusts | Antifluxfield | |
2017-08-02 | Merge branch 'unstable' into AshRebalance | Johannes Gäßler | |
Conflicts: src/main/java/gregtech/api/enums/Materials.java | |||
2017-07-30 | Added new info to batbuffer sensor card (nuclear control panel) - average ↵ | Dimach | |
input and output. Also fixed bug in average input/output calculation. | |||
2017-07-28 | Added new function to GT scanner - print voltage and amperage of electric ↵ | Dimach | |
cable at last second. | |||
2017-07-24 | Fixed a bug where a recipe had the wrong amount of Cells | Johannes Gäßler | |
2017-07-24 | Added Item Pipes made from Tin, Nickel, Cobalt, Aluminium | Johannes Gäßler | |
2017-07-24 | Adjusted GT_Pollution Javadoc | Johannes Gäßler | |
2017-07-24 | Pyrolyze Oven processing speed now depends on Coil Tier | Johannes Gäßler | |
2017-07-24 | Pyrolyze Oven now accepts all Coils, transformed umlauts in doc to asci | Johannes Gäßler | |
2017-07-23 | Fixed accidental change to the Cumene recipes due to not pulling | Johannes Gäßler | |
2017-07-23 | Fixed Salt processing recipes | Johannes 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-07-22 | Fix imbalanced recipe | Antifluxfield | |
2017-07-22 | Correct description | Antifluxfield | |
The cost is actually tripled at: https://github.com/Blood-Asp/GT5-Unofficial/blob/unstable/src/main/java/gregtech/common/tileentities/automation/GT_MetaTileEntity_Regulator.java#L95 | |||
2017-07-20 | Removed Burn Value for Carbon Dust. | Johannes Gäßler | |
2017-07-17 | Added the Large Chemical Reactor Controller inventory to the item input | Johannes Gäßler | |
2017-07-17 | add config EnableZPMandUVBatteries default false | SLiMylya | |
2017-07-16 | Adjusted cracked fluid distillation speed, LightFuel/Naphtha balance | Johannes Gäßler | |
2017-07-16 | Fixed 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-16 | Added config options for old ash recipes, tweaking ash output | Johannes Gäßler | |
2017-07-16 | Added recipes for CaO, MgO, reenabled falsely disabled Steel Ash output | Johannes Gäßler | |
2017-07-15 | Changed the Ash centrifugation recipe to the new materials. | Johannes Gäßler | |
2017-07-15 | Added Ash component Materials | Johannes Gäßler | |
2017-07-15 | Capped the output multiplier of stone dust to 100%. | Johannes Gäßler | |
2017-07-15 | Fixed bug - isAllowedToPutIntoSlot don't check size of inventory. | Dimach | |
2017-07-14 | Rebalanced Stone Dust centrifugation | Johannes Gäßler | |
2017-07-14 | Update GT_RecipeAdder.java | Antifluxfield | |
2017-07-13 | Reduce the batch size if fluid amount is exceeding | Antifluxfield | |
2017-07-11 | Added an option to findRecipe() to only return recipes with enough input | Johannes Gäßler | |
2017-07-10 | Made 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-09 | Fixed Item Distributor causing an OutOfboundsException for invalid NBT. | Johannes Gäßler | |
2017-07-09 | update change | SLiMylya | |
2017-07-09 | Merge branch 'unstable' of https://github.com/Blood-Asp/GT5-Unofficial into ↵ | Blood-Asp | |
unstable | |||
2017-07-09 | oil fix part 2 | Blood-Asp | |
2017-07-09 | Fix oreBasalticMineralSand properly being mapped to "ore" prefix, instead of ↵ | Joakim Bjørnstad | |
the "oreBasalt" prefix, yielding the wrong material "icMineralsand" | |||
2017-07-09 | Fix another 2 formulas | Antifluxfield | |
S2O => SO2; S3O => SO3. | |||
2017-07-08 | add achievements | SLiMylya | |
2017-07-08 | add recipe | SLiMylya | |
2017-07-08 | add battery | SLiMylya | |
2017-07-08 | Fix Item Distributor recipes | Antifluxfield | |
2017-07-07 | Fixed coloring of pyrolyse oven. | Dimach | |
2017-07-06 | Fix Pyrooven textures | Blood-Asp | |
2017-07-06 | Restore old oil calculation | Blood-Asp | |
2017-07-06 | Merge pull request #1132 from JohannesGaessler/ItemDistributor | Blood-Asp | |
Item Distributor |