aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/registration
AgeCommit message (Collapse)Author
2018-09-12+ Added Advanced Mufflers.Alkalus
+ Added custom overlay textures for new mufflers. % Logging changes. $ Fixed generation of recipes for pocket fusion.
2018-09-01% More work to the Naquadah Reactor Mark XII.Alkalus
2018-09-01% More work on LNR.Alkalus
2018-09-01+ Added a Large Naquadah Reactor.Alkalus
+ Added a Custom Naquadah Input hatch for the Reactor.
2018-06-27+ Added custom fluid hatches for Pyrotheum and Cryotheum.Alkalus
+ Added plain-text changelog build script. ^ Version Bump for nightly build.
2018-06-26+ Added new recipe for HG-1223.Alkalus
$ Fixed generation of mixer recipes, which will now use circuits if the length < 4. $ Properly disabled the advanced mixer, after a futile previous attempt.
2018-06-26$ Fixes #319.Alkalus
2018-06-17+ Added the Industrial Mixer.Draknyte1
2018-06-17+ Added low efficiency mode to the Pollution Scrubbers, allowing Rotors to ↵Draknyte1
be saved. Closes #312. + Added ability for Ore Wash Plant to hand Chemical Bathing. Closes #289. % Made Multi-Machine now have a Fluid Extractor mode, this has replaced the Distillery mode. Closes #306. % Updated Multi-Machine manual, to reflect mode C being enabled and it's new Fluid Extractor mode. $ Fixed High Temp Pipe capacities. $ Fixed Ore Wash Plant Tooltip. Closes #302.
2018-06-17+ Added some small capacity, high temp fluid pipes. Closes #309.Draknyte1
2018-05-29+ Attempted to make some server friendly threaded Super Buffers.Alkalus
+ Initial work on an infinite item holder, for test setups. % Renamed GregtechSuperTanks.java to GregtechSuperChests.java.
2018-05-25+ Added loader for Thaumcraft Researcher Machine.Alkalus
$ Fixed Staballoy constructs exploding as soon as they spawn. $ Fixed chicken renderer. $ Fixed a bug arising from getRandomFromArray(int[]) where it could get index OOB.
2018-05-24$ Tried to fix GT ItemList values being called too early when certain mods ↵Alkalus
are loaded, causing them to not be loaded when GT++ is running PreInit(). $ Rewrote system that Autogenerates Recipes for Materials, migrating all recipes to be generated in PostInit() stage now.
2018-05-23% More Crate work.Alkalus
2018-05-22+ Added MV/HV Dehydrators.Jordan Byrne
+ Added recipes for new Dehydrators. $ More recipe smoothing.
2018-05-22$ Fixed more invalid recipes for furnaces, blast furnaces & extruders.Jordan Byrne
2018-05-17+ Added a Large Storage Shelf.Jordan Byrne
$ Fixed shelves using wrong overlay.
2018-05-15% More shelf work.Jordan Byrne
2018-05-15+ Added new textures for the GT Shelves.Jordan Byrne
$ Fixed a bug during ore recipe generation. $ Fixed all GT Shelves using incorrect textures.
2018-05-13Codeenvy (#273)Alkalus
+ Added recipes for all Advanced Multis. + Added new casings for Advanced EBF. + Added Turbine Animations. + Added recipe for the Air Intake Hatch. + Added new textures for the Adv. Vac. Freezer and casings. % Gave old Adv. Vac. Freezer texture to Adv. EBF. % Swapped recipe materials for Adv. Vac. and EBF. + Added a book for Power Storage Solutions. + Added book for the FFPP. - Removed some useless Meta Tiles. (This removes advanced Mixer recipes, but not the tiles themselves.) $ Fixed issue with AIC tooltip. $ Fixed some chemical processing recipes. #266 $ Fixed Large Auto-Assembler Name. $ Possible fix for #239. $ Other Bug Fixes. $ Fixed Old School Circuits breaking Integrated Circuit Recipes. % Made all FFPP recipes require/produces 1/10th of the original fluid amounts. #268 % Made Adv. EBF. Use new casing textures. % Streamlined Old School Circuit function call locations to a single handler. % Cleaned up ASM Logging.
2018-05-12+ Added some Advanced Gregtech Multiblock replacements.Jordan Byrne
2018-05-06+ Adding ULV genniesTec
2018-04-16+ Added an Air Intake Hatch (Specialist Input Hatch) to use with Any Multiblock.Jordan Byrne
$ Buffed Simple Washer to be much faster.
2018-04-16+ Added the Advanced Cryogenic Freezer (Advanced Vacuum Freezer).Jordan Byrne
- Removed some logging.
2018-04-16% Moved Zhuhai's recipe generator to be later. It is now called in ↵Jordan Byrne
onLoadComplete() to ensure it's called after all mods are initialized.
2018-04-06+ Added a casing for the Amazon Warehouse.Jordan Byrne
+ Added registration and loader for Amazon Warehouse.
2018-04-06% Refactored Multiblocks into defined packages.Jordan Byrne
2018-03-20+ Added Buffered Dynamos for all Tiers.Jordan Byrne
+ Added particles to the Mining Pipe and Mining Head blocks. + Added a casing block for the BRMPs. % Made Custom GT Pipes/Wires load prior to the GT Machines. $ Fixed the Industrial Extruder tooltip, incorrectly stating the Muffler was required at the rear. Tooltip now states the Maint. Hatch is required at the rear.
2018-03-19+ Added some default aspects to all material & ore items.Jordan Byrne
$ Fixed Aspect additions not being added to items. $ More work on the Bedrock Miner.
2018-03-18+ Added TC Aspect support to all Materials.Jordan Byrne
+ Added 5 custom TC Aspects. $ Fixing Buggy name of Mini-Fusion Reactor.
2018-03-06Remove `Utils.calculateVoltageTier` in favor of `GT_Utility.getTier`David Vierra
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-02$ Findbugs cleanup.Jordan Byrne
% Revised Tesseract run-time costs.
2018-02-27$ Organized imports.Jordan Byrne
$ FindBugs fixes.
2018-02-27$ PMD Cleanup.Jordan Byrne
2018-02-23$ Fixed weird loop lag from Itemutils.getItemStackOfAmountFromOreDict().Jordan Byrne
$ Fixed ASM circular loading issue.
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.
2018-02-22+ Added Industrial Extruder.Jordan Byrne
+ Added new textures for casings. % Improved Large Wiremill tooltip.
2018-02-22% Minor project cleanup.Jordan Byrne
2018-02-11[GTNH]Change Rocket Engine recipes for GTNH pack only (#213)Martin Robertz
* Change recipes of the rocket engines for GTNH Pack only
2018-02-08$ Tried fixing errors with chunkloader not correctly force loading chunks on ↵Jordan Byrne
server restarts.
2018-02-08$ Fixed a bug when using older versions of GT.Jordan Byrne
+ Did Fish Stuff.
2018-02-07$ Work on GT Chunkloader.Jordan Byrne
2018-02-07+ Tried redoing the Pocket Fusion Reactor.Jordan Byrne
2018-02-04$ Finished the Fishing Pond.Jordan Byrne
$ Made the Fishing Pond cache reflection data from WeightedRandomFishable objects. $ Fixed the Fish Pond not outputting correct stack sizes. (They were all 0)
2018-02-04+ Added more casings for multiblocks.Jordan Byrne
+ Added the Fish Pond. $ Added support for more textures in TAE.java. - Disabled GT ASM.
2018-02-04$ Fixed Field injection ASM doing double injections.Jordan Byrne
$ Fixed Super Chest ID collision. % Made Super Chests hold 1/2 as much.
2018-02-04+ Added Super Chests.Jordan Byrne
$ More work on Gregtech ASM. > NBTTagCompound is now created in MetaTileEntity. getDrops() & breakBlock() are also both overwritten.
2018-01-29$ Fixed issue with ID collision when loaded in GTNH.Jordan Byrne
2018-01-29+ Added Trinium Titanium Cable/wires.Jordan Byrne
+ Redid material components to better use GT texture assets. % Gave all 32 ore types new TextureSets. % Doubled capacity of all fluid pipes. % Moved Item/Block creation from init() to preInit(). $ Fixed Sludge fluid texture. $ Moved Darkworld from being a child mod into it's own mod, Renamed to Toxic Everglades. $ Bundled SegmentHelper.java, for future development ease.