Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-15 | try to remove catus and hazelnut from Bio Ball | Dream-Master | |
2017-01-15 | fix recipe | Dream-Master | |
2017-01-14 | remove plant ball recipe and add other back | Dream-Master | |
2017-01-14 | This works better. remove Bio Chaff out of the macerator | Dream-Master | |
2017-01-14 | remove IC2 Bio Chaff recipes | Dream-Master | |
2017-01-14 | MMK i am done | Technus | |
2017-01-14 | Should do it. | Technus | |
2017-01-14 | Nerf all GT Biogassss recipes | Technus | |
2017-01-14 | Less evil biogas nerf | Technus | |
2017-01-14 | Biogas nerf 1 | Technus | |
2017-01-14 | Oil and Fuel nerf by 25% @Drobac | Dream-Master | |
2017-01-12 | add tier names to scanner | Technus | |
2017-01-11 | MOOOORE capacity in fluid hatches and fix generator even more | Technus | |
2017-01-09 | reducing diesel pollution | Technus | |
2017-01-09 | Duct tape generator fuel issue | Technus | |
2017-01-09 | Move achievements | Technus | |
2017-01-08 | fix #965 | Dream-Master | |
Blood infused iron plates for glass dagger of sacrafice cant be crafted | |||
2017-01-05 | centrifuge recipe from infused gold change | Dream-Master | |
2017-01-05 | remove unused imports. | Dream-Master | |
2017-01-05 | add centrifuge recipe for infused gold add salis mundus | Dream-Master | |
2017-01-05 | Port advanced seismic prospector. | KpoxaPy | |
2017-01-05 | Fix #830 - Maint Cover does not emit if rotor needs maint | David Vierra | |
Also change the condition back to 20% durability or less | |||
2017-01-04 | Diesel get a new burn value | Dream-Master | |
Light fuel is 256 heavy fuel 192 | |||
2017-01-03 | no message | Dream-Master | |
2017-01-03 | Change Distillation Tower to hv | Dream-Master | |
2017-01-03 | change 32 eu to 30 | Dream-Master | |
2017-01-02 | Concurrency error in GT_LanguageManager.addStringLocalization | Dream-Master | |
fixed by @codewarrior0 | |||
2016-12-30 | remove todo | Technus | |
2016-12-26 | fix coilage | Technus | |
2016-12-26 | we dont have it | Technus | |
2016-12-26 | Fix EBF coil buff | Technus | |
2016-12-26 | Better furnacing with better coils. | Blood-Asp | |
2016-12-26 | rocketfuel? | Blood-Asp | |
2016-12-26 | Plunger Sounds | Blood-Asp | |
2016-12-26 | Sense use cost | Blood-Asp | |
2016-12-26 | MAgic super fuel changes | Blood-Asp | |
2016-12-26 | Fix diesel engine info | Blood-Asp | |
2016-12-26 | Rise Hot coolant -> heat conversion ration in IC2 heat exchanger by 20% to ↵ | Blood-Asp | |
avoid rounding bug | |||
2016-12-26 | Fix Food Can recipes | Blood-Asp | |
2016-12-26 | Foid invalid steam in turbines | Blood-Asp | |
2016-12-26 | Fix type filter | Blood-Asp | |
2016-12-17 | 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-16 | Fix gem recipes this time for real. | Technus | |
2016-12-16 | revert cable fixes | Technus | |
2016-12-12 | Fix #785 - Unlimited EU in Dynamo Hatch | David Vierra | |
I went with @Techlone's simple solution after all. Counting out the individual EU might make more sense if any of the multiblocks could have more than one dynamo hatch, but they don't, so this is just fine. | |||
2016-12-10 | Fix recipes. | Technus | |
2016-12-10 | Tweak fusion more | Technus | |
2016-12-10 | Tweak Fusion | Technus | |
2016-12-08 | 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!) | |||
2016-12-08 | Fix efficiency penalty incorrectly applied to large gas+plasma turbines | David Vierra | |
This is a copy-paste error from the original code in the large steam turbine. `aOptFlow` is the optimal flow rate expressed in EU/t, while `totalFlow` is expressed in fuel L/t |