Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-01 | Added a line to the NEI handler that hints at leaving IntCirc(0) empty | Johannes Gäßler | |
2017-08-01 | Made it so that if two inputs are equal an Integr. Circuit (0) is added | Johannes Gäßler | |
2017-08-01 | Empty slots are only used as IntCirc(0) if no other IntCirc is in input | Johannes Gäßler | |
2017-08-01 | Made it so that empty slots are treated as Integ. Circ. with config 0 | Johannes Gäßler | |
2017-07-31 | Overhauled Chemical recipes | Johannes Gäßler | |
Chemical Recipes now have a controllable output pattern. By adding an Integrated Circuit the Fluid output can automatically be canned into empty cells. Water outputs can also be automatically voided. This reduces the need for fluid Canners in a processing line. | |||
2017-07-31 | Changed Vacuum Freezer Circuits: Elite -> Data/Extreme | Johannes Gäßler | |
2017-07-31 | Added a new Basic Circuit: Microprocessor | Johannes Gäßler | |
Produced similarly to the Integrated Processor, but yields 2 Basic Circuits instead of 1 Good Circuit. | |||
2017-07-31 | Overhauled the Wetware Circuit recipes | Johannes Gäßler | |
They no longer need beer. Also the basic Wetware Processor only needs 1 Wetware Circuit Board. | |||
2017-07-31 | Reduced Circuit costs | Johannes Gäßler | |
From Integrated Processors onward: -The basic Circuit Tier yields 4 Circuits -The conversion rate has been changed: Old: Basic --3--> Assembly --2--> Computer --4--> Mainframe New: Basic --2--> Assembly --3--> Computer --4--> Mainframe | |||
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-26 | Overhauled Fiberglass Circuit Board | Johannes Gäßler | |
Renamed: Fiberglass Circuit Board -> Fiber-Reinforced Circuit Board Fiber-Reinforced Boards are now made by combining Epoxy Resin with either Glass Fiber or Carbon Fiber. Glass Fiber is produced from Borosilicate Glass, which is in turn produced from Glass and Boron. To make this feasible Salt and Rock Salt now yield Borax as a byproduct. | |||
2017-07-25 | Reduced cost of Small Coil to 50%, added Ferrite for 25% cost | Johannes Gäßler | |
2017-07-25 | Added a new Circuit board tier: Plastic Circuit Board | Johannes Gäßler | |
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 | Merge pull request #1169 from Antifluxfield/patch-2 | JohannesGaessler | |
Fixed Cumene recipe quantity | |||
2017-07-22 | Fix imbalanced recipe | Antifluxfield | |
2017-07-20 | Merge pull request #1165 from JohannesGaessler/CarbonBurnValueRemoval | Archengius | |
Carbon BurnValue removal | |||
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-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 | 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 | Merge pull request #1148 from Antifluxfield/patch-1 | JohannesGaessler | |
Fixed formulas for SO2, SO3 | |||
2017-07-09 | Fix another 2 formulas | Antifluxfield | |
S2O => SO2; S3O => SO3. | |||
2017-07-08 | Merge pull request #1145 from Antifluxfield/patch-1 | JohannesGaessler | |
Fix Item Distributor recipes | |||
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 | Removed the svg source files for textures added by JohannesGaessler | Johannes Gäßler | |