aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-08-01Made Niobium more accessibleJohannes Gäßler
Niobium can now be obtained from Apatite and Pyrolusite as Byproducts. apatite veins now also contain Pyrochlore (new materials, contains Niobium) instead of Phosphate (PO4).
2017-08-01Adapted the Large Chemical Reactor recipes for the Int. CircuitsJohannes Gäßler
2017-08-01Moved Synthetic Rubber requirement: EV -> IV, made it more convenientJohannes Gäßler
Cable insulation works as it did before for EV cables. IV+ Cables can be insulated with only molten Silicone. Insulation now also works with whole Dusts at 4x the batch size.
2017-08-01Added a line to the NEI handler that hints at leaving IntCirc(0) emptyJohannes Gäßler
2017-08-01Made it so that if two inputs are equal an Integr. Circuit (0) is addedJohannes Gäßler
2017-08-01Empty slots are only used as IntCirc(0) if no other IntCirc is in inputJohannes Gäßler
2017-08-01Made it so that empty slots are treated as Integ. Circ. with config 0Johannes Gäßler
2017-07-31Overhauled Chemical recipesJohannes 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-31Changed Vacuum Freezer Circuits: Elite -> Data/ExtremeJohannes Gäßler
2017-07-31Added a new Basic Circuit: MicroprocessorJohannes Gäßler
Produced similarly to the Integrated Processor, but yields 2 Basic Circuits instead of 1 Good Circuit.
2017-07-31Overhauled the Wetware Circuit recipesJohannes Gäßler
They no longer need beer. Also the basic Wetware Processor only needs 1 Wetware Circuit Board.
2017-07-31Reduced Circuit costsJohannes 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-26Overhauled Fiberglass Circuit BoardJohannes 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-25Reduced cost of Small Coil to 50%, added Ferrite for 25% costJohannes Gäßler
2017-07-25Added a new Circuit board tier: Plastic Circuit BoardJohannes Gäßler
2017-07-24Fixed a bug where a recipe had the wrong amount of CellsJohannes Gäßler
2017-07-23Fixed accidental change to the Cumene recipes due to not pullingJohannes Gäßler
2017-07-23Fixed 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-07-22Fix imbalanced recipeAntifluxfield
2017-07-20Removed Burn Value for Carbon Dust.Johannes Gäßler
2017-07-17Added the Large Chemical Reactor Controller inventory to the item inputJohannes Gäßler
2017-07-16Fixed 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-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-09Fix another 2 formulasAntifluxfield
S2O => SO2; S3O => SO3.
2017-07-08Fix Item Distributor recipesAntifluxfield
2017-07-06Fix Pyrooven texturesBlood-Asp
2017-07-06Restore old oil calculationBlood-Asp
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-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