aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common
AgeCommit message (Collapse)Author
2017-09-17$ Boosted Multi-block Bending Machine to be 50% faster.Alkalus
+ Added Large Thermal Centrifuge.
2017-09-17$ Fixed an issue where Multi-block recipe changes affected the actual GT ↵Alkalus
recipes. % Updated tooltips to reflect time bonuses.
2017-09-14+ Started working on the Coal Tar recipes again.Alkalus
+ Added recipes for Coal Tar Oil, Naphtha, Ethylbenzene and Anthracene.
2017-09-14+ Added recipes for Vanadium Redox Power Cells.Alkalus
2017-09-14+ Power Sub-Station now uses 1% of average eu/t.Alkalus
$ Possible fix to dynamo hatches not filling properly. + Added a much better tooltip to the Power Sub-Station.
2017-09-14$ Power Sub-Station now follows Soft hammer behaviour.Alkalus
> Power will not be input/output unless controller is running.
2017-09-14$ Finished up Power Sub-Station.Alkalus
2017-09-14+ Made Sub-Station a block taller.Alkalus
% Changed Sub-Station power handling.
2017-09-14+ Restarted work on the power substation multiblock.Alkalus
2017-09-13$ Actually fixed input consumption for Auto-CrafterAlkalus
$ Fixed the Auto-Crafter not starting up or using power. + Improved Scanner tool-tip on Auto-Crafter. % Decreased Assembly Time in Auto-Crafter. % Increased Disassembly recovery chance. - Removed lots of Auto-Crafter logging.
2017-09-13$ Hopefully fixed Auto-Crafter consuming input from each stack available. ↵Alkalus
(Now it only takes the input it requires)
2017-09-13+ Made the Auto-Crafter use power in Crafting mode.Alkalus
+ Added writeItemsToGtCraftingComponents to add disassembler info to itemstacks in NBTUtils.java
2017-09-13% Moved Crafting code to it's own function.Alkalus
2017-09-12+ Auto Crafter now consumes items when found for a recipe.Alkalus
+ Auto Crafter now outputs item when all 9 inputs are valid. + Added Read & Write to NBT functions to NBTUtils class. % Project Table now stores inputs and output to a Data Stick.
2017-09-12+ Work on Crafting handler.Alkalus
2017-09-12+ Made Auto-Crafter require 9 slot input bus to work in crafting mode.Alkalus
$ Fixed project Table grid slots.
2017-09-12+ Basic support for Project Table results within the large Auto-Crafter.Alkalus
% More Project Table work.
2017-09-09+ Added another cape.Alkalus
2017-09-09+ Added update checker config option.Alkalus
$ Fixed pollution related content loading when GT .08 is loaded.
2017-09-09- Removed Superconductors and Conduction Nodes.Alkalus
2017-09-09% Cape Changes.Alkalus
2017-09-09+ Added Cape handler for shits and giggles.Alkalus
2017-09-09% More Centrifuge texture changes.Alkalus
2017-09-09$ Fixed creative energy buffer.Alkalus
- Removed logging.
2017-09-09Merge branch 'master' of https://github.com/draknyte1/GTplusplusAlkalus
2017-09-09Fix for 100% output for the first item (#129)Vladislav Ivanov
2017-09-09$ Redid multiblock recipe handling again.Alkalus
2017-09-08- Reverted Multiblock changes.Alkalus
2017-09-08$ Improved multiblock recipe handling.Alkalus
2017-09-03+ Made all Multiblocks handle their recipes different.Alkalus
> They now have hard coded 20% speed bonuses over their single block counterparts and hard coded output chance bonuses. > Multiblocks no longer require cells as input or output.
2017-09-02$ Fixed Fish Catcher not adding loot as intended.Alkalus
$ Fixed Fish Catcher not putting items into the correct slots. + Fish Catcher can now have a custom name. + Fish Catcher now drops inventory when broken.
2017-08-29$ Fixed LFTR tooltip not mentioning which casings to use.Draknyte1
% More messing around with entity rendering and some custom mobs.
2017-08-26$ Fixed Auto-Crafter not instantly consuming items when in disassemble mode.Alkalus
% Made Disassembly faster in Auto-Crafter.
2017-08-26$ Fixed Auto-Crafter not saving it's mode.Alkalus
2017-08-26$ Fixed Voltage detection for disassembly handling in the Auto-Crafter.Alkalus
- Removed some Logging from the Auto-Crafter.
2017-08-26$ Fixed detection of output slots available in the Auto-Crafter.Alkalus
$ Fixed the Auto-Crafter not removing items with a stack size <= 0. % Removed/Redid some code in the Creative Energy Buffer.
2017-08-25% Minor change to Auto-Crafter progress time.Alkalus
2017-08-25% Changed Autocrafter name.Alkalus
% Changed Autocrafter Tooltip.
2017-08-24$ Fixed Large Sieve Grate texture, it is now using transparency.Draknyte1
% Changed Autocrafter texture.
2017-08-24+ Made the large Autocrafter handle Assembly and Disassembly properly.Draknyte1
2017-08-24+ Added the ability for the Autocrafter to assemble and Disassemble things.Draknyte1
+ Added a casing for the Autocrafter.
2017-08-24% Made the Large Autocrafter do things.Draknyte1
2017-08-24+ Added recipes for all FFPP casings and controller.Draknyte1
% Tweaked FFPP tooltip once more. $ Fixed Sr90 naming.
2017-08-24Merge branch 'master' of https://github.com/draknyte1/GTplusplusDraknyte1
2017-08-24$ Fixed the FFPP not finding recipes.Alkalus
% More cleaned up code.
2017-08-24% Swapped FFPP checkRecipe logic to use the Fusion Reactor logic for fluid ↵Alkalus
handling. $ Cleaned up some code.
2017-08-24% Tweaked FFPP Tooltip.Alkalus
- Removed the dual Maint. hatch requirement from the FFPP.
2017-08-24% Heavily changed the structure of the FFPP.Alkalus
$ Began fix for FFPP recipe handling.
2017-08-24% Made Fission Fuel Production cost 1/8th eu/t.Alkalus
% Initial work on FFPP recipe handling.
2017-08-23Merge branch 'master' of https://github.com/draknyte1/GTplusplusDraknyte1