Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-15 | Tooltips have more info on Steam and pollution, adjusted pollution rates | Johannes Gäßler | |
Boilers tooltips now explicitly state the amount of Steam produced per second. Gas Turbine tooltips now explicitly state how much steam is needed for them to run at full capacity. Machine tooltips now explicitly state how much Pollution they produce per second. Adjusted machine pollution values to have them align better. Diesel Generators / Engines now go 40, 80, 160, 320 Gas Turbines now go 20, 40, 80, 160 Large Boiler tooltips now mention the amount of time needed to heat up Formatted the source code for the Cleanroom Fixed a bug that caused Diesel Generators and Gas Turbines to not have a tooltip. | |||
2017-04-14 | Machine descriptions are now a String array instead of a single String. | Johannes Gäßler | |
The field mDescription of the class GT_MetaTileEntity_TieredMachineBlock was turned into an array. Every class derived from GT_MetaTileEntity_TieredMachineBlock has received a new additional constructor that takes an array of Strings instead of a single one. | |||
2017-04-14 | Large Boiler fuel burn rate now configurable | Johannes Gäßler | |
By placing an integrated circuit in the Large Boiler it is now possible to adjust fuel burn rate and steam output at no change in efficiency. The steam output of a boiler is reduced by 1000L per configuration. | |||
2017-04-01 | Fix regulator crash bug | Blood-Asp | |
2017-03-31 | Fix typo | Blood-Asp | |
2017-03-31 | Add Lightning Rod | Blood-Asp | |
2017-03-26 | Naquadah gen tiers | Blood-Asp | |
2017-03-26 | Cleanup code. | Dimach | |
2017-03-26 | Fix #982, #986. | Dimach | |
2017-03-23 | Add powerconfigs to Teleporter | Blood-Asp | |
2017-03-23 | Small fusion reactor fixes | Blood-Asp | |
2017-03-23 | Overclock high amp machines correctly in Processing Array | Blood-Asp | |
2017-03-23 | Fix AssemblyLine block check | Blood-Asp | |
2017-03-15 | Implement #292. | Dimach | |
2017-03-08 | Cleanness now decrease slow. | Dimach | |
2017-03-08 | Resolve #917. | Dimach | |
2017-03-06 | Fixed #930. | Dimach | |
2017-03-02 | Merge pull request #918 from Dimach/unstable | Blood-Asp | |
Fix cleanroom bug (machines inside never receive cleanroom instance). | |||
2017-03-02 | Fix cleanroom bug (machines inside never receive cleanroom instance). | Dimach | |
2017-03-02 | Fix Steam macerator not accepting some items per automation | Blood-Asp | |
2017-03-01 | Fix cleanroom bug (checked only west and north side). | Dimach | |
2017-02-28 | Circuit changes | Blood-Asp | |
2017-02-28 | Merge pull request #894 from Techlone/fix_both_bonuses_oilcracker | Blood-Asp | |
Fix a both bonuses in oilcracker | |||
2017-02-28 | Merge pull request #890 from maixgame/unstable | Blood-Asp | |
Fix bug > Oil Teleportation to GC Planets #837 | |||
2017-02-17 | Fix name config category to UndergroundFluid | Maxime Legkiy | |
Fix comments configuration Fix Start config - add nether and end to BlackList. Default spawn fluids on overworld and Moon. Add Decrease Per Operation Amount (if 0 an endless source) | |||
2017-02-11 | Fix a possible situation when the oil cracking unit applies a both bonuses | Techlone | |
2017-02-11 | Finish Cleanroom | Blood-Asp | |
2017-02-07 | Fix generating Pollution in to other worlds | Maxime Legkiy | |
2017-02-06 | Fix bug > Oil Teleportation to GC Planets #837 | Maxime Legkiy | |
2017-02-05 | Fix respawn oil amount if amount down to 0 and reduction amount oil if use ↵ | Maxime Legkiy | |
Seismic Prospector or more | |||
2017-02-04 | fix turbine check in large turbines | Blood-Asp | |
2017-02-03 | Add checks to prevent crash on item inseration into generators | Blood-Asp | |
2017-02-03 | Fix charcoal pit accepting wood planks | Blood-Asp | |
2017-02-02 | Steam extractor and compressor fix | DEMOOH | |
2017-01-20 | Adjust process times/eut & steam machine NEI | Muramasa- | |
2017-01-14 | check that miner can't move down | John | |
2017-01-05 | Update large turbines output tooltip Blood-Asp/GT5-Unofficial#829 issue | KpoxaPy | |
2017-01-05 | Add advanced seismic prospector | KpoxaPy | |
2017-01-04 | Merge remote-tracking branch 'upstream/unstable' into unstable | Andrew Ozmitel | |
2016-12-31 | Add missing NEI GUIs & IC2 machine recipe config | Muramasa- | |
2016-12-28 | Fix Blood-Asp/GT5-Unofficial#825 | Andrew Ozmitel | |
2016-12-27 | Port LightningRod (To be changed by Bloody) & Character fix | Muramasa- | |
2016-12-27 | Fix fluid naquadah generator not consuming fuel | Blood-Asp | |
2016-12-24 | EBF Efficiency improvements with hier tier coils | Blood-Asp | |
Every 1800K free heating capacity the EBF can be overclocked one tier without efficency loss(4xEU/t, 1/4process time). Every 900K free heating capacity EU/t is lowered by 5%. | |||
2016-12-19 | Fix efficiency in scan data of Diesel Engine | Blood-Asp | |
2016-12-17 | Fix LuV+ disassemblers | Blood-Asp | |
2016-12-16 | Void wrong type of steam inserted into steam turbines. | Blood-Asp | |
Prevents getting stuck on superheated/normal steam change. | |||
2016-12-16 | Add mable and basalt ores to ore typefilter | Blood-Asp | |
2016-12-14 | Don't allow Large Turbine to start up without Dynamo Hatch | David Vierra | |
Large Turbine was incomplete if the Dynamo Hatch spot was taken up by a different GTTE, but not if that spot was just Air or some other block. | |||
2016-12-13 | Change Oil Cracker tooltip to match reality (and vice versa) | David Vierra | |
Oil Cracker only allows Maint/Energy hatches in the middle ring. Input and output hatches can be anywhere on the sides. Minimum casing count is changed to 18 to match the tooltip, rather than increase the tooltip to 19. This allows two input and output hatches on either side, for when you want to run two cracking recipes with the same cracker. (It turns out the cracker doesn't care which hatch the inputs and hydro/steam are put into. I don't really care either!) |