Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-07 | Substation: Autoformatting | David Vierra | |
2018-03-07 | Substation: Pretty up the scanner and info panel readout | David Vierra | |
2018-03-07 | Substation: remove redundant `mActualStoredEU` | David Vierra | |
`getEUVar()` etc. are fine. | |||
2018-03-07 | Substation: Remove pointless overrides and dead code | David Vierra | |
2018-03-06 | Remove `Utils.calculateVoltageTier` in favor of `GT_Utility.getTier` | David Vierra | |
2018-03-06 | $ Fixed duplicate string in Large Extruder Tooltip. | Jordan Byrne | |
2018-03-06 | + Added temp recipes for the Cyclotron and it's casings. | Jordan Byrne | |
+ Added a config option for the Cyclotron. - Reduced output chance and quantity of AM241 pellets. $ Fixed localization for all sizes of dusts. | |||
2018-03-04 | $ Cyclotron now requires an Input bus. | Jordan Byrne | |
2018-03-04 | + Added Plutonium 239. | Jordan Byrne | |
% Made decayable dusts radioactive. $ Fixed incorrect texture for decayable dusts. $ Fixed COMET recipe expecting molten 239Pu. | |||
2018-03-04 | + Added dusts that can decay. | Jordan Byrne | |
+ Added more Cyclotron Recipes. % Tweaked Cyclotron tooltip. % Tweaked creative energy buffer textures. | |||
2018-03-03 | $ Small fixes to Yellorium ore component additions. | Jordan Byrne | |
2018-03-03 | + Added Crushed ore components and recipes for Yellorium if Big Reactors is ↵ | Jordan Byrne | |
present. $ Fixed invalid recipes generated from Fluorite not having a valid dust output. % Rebalanced Fluorite ore composition. | |||
2018-03-03 | + Added Multi-Use Casings. | Jordan Byrne | |
+ Added Recipe for Multi-Machine and Multi-Use Casings. % Improved Multi-Machine Manual. $ Made Multi-Machine functional, disabled mode 3. | |||
2018-03-03 | + Added Foil base item for future item generation. | Jordan Byrne | |
+ Added U235 foil, if it is missing. $ Fixed Mutagenic frame recipe not working, due to U235 Foil not existing in .09. $ Fixed naming of Cryo/Pyrotheum fluid blocks. % Tweaked Multi Machine Manual. | |||
2018-03-03 | % Updated Textures for all Kinetic Rotors, Rotor Blades, Shafts, Dehydrator ↵ | Jordan Byrne | |
Coils and Coil Wires. Thanks to @mtesseracttech for these! $ Multi Machine Work. | |||
2018-03-03 | $ Replicator Work! Huzzah! | Jordan Byrne | |
2018-03-03 | $ Replicator Module work. | Jordan Byrne | |
2018-03-03 | + Base work for Multi Machine. | Jordan Byrne | |
+ Added a manual for the Multi Machine. | |||
2018-03-02 | % Improved Creative Energy Buffer, Now it's voltage can change via ↵ | Jordan Byrne | |
screwdrivering it. | |||
2018-03-02 | % Greatly reduced rotor damage done by Atmospheric Reconditioners, They ↵ | Jordan Byrne | |
should now last 4x longer. | |||
2018-03-02 | % Power Sub-Station now in/outputs power directly to/from the controller. ↵ | Jordan Byrne | |
This allows draining one controller into a secondary for movement purposes. % Updated Sub-Station tooltip. | |||
2018-03-02 | $ Fixed Everglades Portal not correctly despawning. | Jordan Byrne | |
2018-03-02 | ^ Version bump to pre-7. | Jordan Byrne | |
2018-03-02 | $ Findbugs cleanup. | Jordan Byrne | |
% Revised Tesseract run-time costs. | |||
2018-03-02 | Merge branch 'master' of https://github.com/draknyte1/GTplusplus | Jordan Byrne | |
2018-03-01 | Guard against null outputs in `canBufferOutput` | David Vierra | |
2018-03-01 | Fix multiblocks not forming on server startup | David Vierra | |
2018-02-27 | $ Organized imports. | Jordan Byrne | |
$ FindBugs fixes. | |||
2018-02-27 | $ PMD Cleanup. | Jordan Byrne | |
2018-02-26 | $ Findbugs Fixes. | Jordan Byrne | |
2018-02-26 | % Made all GTNH recipes use cheaper circuits for all recipes I add. | Jordan Byrne | |
% Recipe tweaks. % Tried to fluorite ore not having correct recipe outputs during ore processing. (This is still broken due to an invalid output) $ Fixed old fluorite ore not having a valid shapeless recipe. $ Fixed all custom ores trying to register static textures. $ Fixed plugin loading system not registering plugins, I think? $ Fixed missing texture for Nitro Fix. | |||
2018-02-26 | ^ Version bump to pre6. | Jordan Byrne | |
$ Fixed an issue where .get(x) was called on a null item in GTNH. $ Fixed Alloy Smelting Recipes for small gears that were using an extrusion shape, instead of a mold. | |||
2018-02-26 | - Removed Small Gear stuff if it's GTNH. | Jordan Byrne | |
2018-02-26 | + Added Small Gear extruder shape and more recipes for all small gears. ↵ | Jordan Byrne | |
(Extruder/Alloy Smelter) + Added recipes for the Iron and Steel rotor shafts to be crafted using the Shaft extrusion shape. + Added Block of Vibrant alloy to blockVibrantAlloy in the Ore Dictionary. $ Fixed missing extrusion shaft recipe, due to blockVibrantAlloy not existing previously. % Changed texture for GT computer cube. | |||
2018-02-26 | $ Fixed a bug with Cyanite plates added when Big Reactors is found. They ↵ | Jordan Byrne | |
were incorrectly getting OreDicted to plateBlutonium. $ Fixed Clay plates generating if they already exist. | |||
2018-02-26 | Merge pull request #224 from codewarrior0/cutting-factory-needs-lube | Alkalus | |
Fix Cutting Factory not allowing input hatches, and fix gui slot | |||
2018-02-26 | Merge pull request #222 from codewarrior0/npe-preloader-gt-oredict | Alkalus | |
Fix NPE in Preloader_GT_OreDict caused by improper use of string formatting | |||
2018-02-26 | + Added muffler requirement to Maceration Stacks. | Jordan Byrne | |
- Removed annoying logging from the (Dis)Charging hatches. $ Fixed (Dis)Charging hatches not correctly obtaining a texture when used. $ Fixed Power Sub-Station not correctly forming. $ Fixed Large Centrifuge not correctly setting casing textures on hatches/busses. | |||
2018-02-24 | Fix Cutting Factory not allowing input hatches, and fix gui slot | David Vierra | |
2018-02-23 | Fix NPE in Preloader_GT_OreDict caused by improper use of string formatting | David Vierra | |
Passing arbitrary strings as the `format` argument of logging functions is guaranteed to raise various errors. Instead, pass `"%s"` as the `format` argument and the arbitrary strings as the following arguments. | |||
2018-02-24 | $ Forgot a fucking comma. | Jordan Byrne | |
2018-02-24 | % Improved LFTR tooltip. | Jordan Byrne | |
2018-02-24 | $ Fix Industrial Centrifuge Casings using the wrong texture. | Jordan Byrne | |
2018-02-23 | $ Fixes bad Air Filter names. | Jordan Byrne | |
$ Fixes bad Buffer Core registration. $ Fixes blank tooltip added to some items. > It appears @codewarrior0 tried to PR this in #221 while I was out at dinner. His fixes are identical to mine, but mine simply weren't committed. So, this Closes #221. | |||
2018-02-23 | $ Fixes to en_US.lang. | Jordan Byrne | |
2018-02-23 | % Improved Large Extruder tooltip. | Jordan Byrne | |
$ Fixed incorrect names of Buffer Cores. | |||
2018-02-23 | $ Actually fixed the issue with OreDictGrabber failing. | Jordan Byrne | |
% Fixed Ordering of tooltips on Material Dusts. | |||
2018-02-23 | $ Fixed weird loop lag from Itemutils.getItemStackOfAmountFromOreDict(). | Jordan Byrne | |
$ Fixed ASM circular loading issue. | |||
2018-02-22 | $ Fix GUI issue with Extruder. | Jordan Byrne | |
2018-02-22 | + Added config for the Large Extruder. | Jordan Byrne | |
+ Added config for machine component assemblers. + Added recipes for Large Extruder and its casings. % Changed default config value for custom circuits. It was true, now it is false. $ Tweaked ASM class handling when conditions are not met. |