aboutsummaryrefslogtreecommitdiff
path: root/src/Java
AgeCommit message (Collapse)Author
2018-02-08+ Added Plugin system.Jordan Byrne
$ Fixed issue with Fishing Pond.
2018-02-07$ Work on GT Chunkloader.Jordan Byrne
2018-02-07Merge pull request #212 from ↵Alkalus
codewarrior0/industrial-centrifuge-gendustry-comb-fix Fix Industrial Centrifuge not processing Gendustry customized combs. Pass the buffer check if the recipe has more than 16 outputs.
2018-02-07+ Tried redoing the Pocket Fusion Reactor.Jordan Byrne
2018-02-06Recommend HV output bus for Industrial CentrifugeDavid Vierra
2018-02-06Fix Industrial Centrifuge not processing Gendustry customized combsDavid Vierra
Pass the buffer check if the recipe has more than 16 outputs.
2018-02-05+ Re-added Iron Rod -> Iron Bars recipe which was removed from GT long ago.Jordan Byrne
$ Work on Pocket Fusion reactor.
2018-02-05Merge pull request #211 from codewarrior0/patch-3Alkalus
Make Rocket Engines more appealing to casual players
2018-02-05$ Fixed #181.Jordan Byrne
2018-02-05$ Fixed issue where ABS recipes didn't use the correct amount of fluids.Jordan Byrne
2018-02-05+ Added recipes to break composite materials down into their original parts. ↵Jordan Byrne
Closes #189.
2018-02-05Merge pull request #208 from codewarrior0/can-buffer-outputs-stacking-checkAlkalus
Change canBufferOutputs to consider whether outputs can stack. Check if items in the output buses can stack with the outputs. Consider max number of parallel recipes in canBufferOutputs. Reset outputs and progress earlier in checkRecipeGeneric().
2018-02-05unknown symbol (#209)Martin Robertz
Fixes a weird issue, due to decompiled source copy paste.
2018-02-05$ Made Multiblock controllers implement a function to allow an Item Slot in ↵Jordan Byrne
their GUI. $ Fish Pond work.
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$ Small fix to TAE.java.Jordan Byrne
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+ Added recipes for the Cutting Factory.Jordan Byrne
+ Added Sludge output to the Wash Plant. $ Finished the Cutting Factory. $ GT ASM. % Improved tooltips on Maceration Stack, Industrial Sifter & Wash Plant.
2018-02-04$ More GT ASM.Jordan Byrne
2018-02-04$ More improvements to the GT ASM.Jordan Byrne
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-03Make Rocket Engines more appealing to casual playersDavid Vierra
2018-02-03Change canBufferOutputs to consider whether outputs can stackDavid Vierra
Check if items in the output buses can stack with the outputs. Consider max number of parallel recipes in canBufferOutputs. Reset outputs and progress earlier in checkRecipeGeneric.
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-02-01$ Small Fixes.Jordan Byrne
2018-02-01Merge branch 'master' of https://github.com/draknyte1/GTplusplusJordan Byrne
2018-02-01$ Fixes #207.Jordan Byrne
2018-01-31remove shapless recipes which you can make a ingot out of 9 nuggets (GTNH)Dream-Master
2018-01-31change Tree Farmer Control Block recipes to HV for GTNHDream-Master
2018-01-31Revert "change recipe of the tree farm to be hv"Dream-Master
This reverts commit cb3da864549f8c45c6d70ddeda4d3b56c804af5d.
2018-01-31change recipe of the tree farm to be hvDream-Master
2018-01-31$ Finished ASM for getDrops() GT fix.Jordan Byrne
% Mild re-arrangement to CI.java.
2018-01-31$ Minor fixes.Jordan Byrne
2018-01-31% Tweaked recipe for Everglades portal frame.Jordan Byrne
^ Version bump to 1.7.0-pre3.
2018-01-31Merge pull request #203 from codewarrior0/fix-gear-using-recipesAlkalus
Fix several broken machine and casing recipes (wrong gear type)
2018-01-31+ Added config to disable tooltips on EIO ingots.Jordan Byrne
$ Fixed worldgen issue in Everglades. $ Fixed Power Sub-station not handling output voltages correctly. $ Fixed Ore vein bias issue for Everglades gen. - https://github.com/GTNewHorizons/GT5-Unofficial/commit/05b361cf7f29f1cd24d69bcea8630f3ae470b182#diff-8accfe00d7b275149176462fbc5fcf59
2018-01-31+ Added tooltips for Everglades blocks.Jordan Byrne
+ Added new textures for future use.
2018-01-30Also fix the crafting and machine recipes for the gears themselvesDavid Vierra
2018-01-30Fix several broken machine and casing recipes (wrong gear type)David Vierra
Thermal Refinery Controller Fission Fuel Refinery Controller and Casings LFTR Casings
2018-01-30$ Fix Industrial centrifuge not inheriting correct textures for hatches/buses.Jordan Byrne
2018-01-30^ Version bump to 1.7.0pre2Jordan Byrne
% Toned down Staballoy Construct explosion. % Changed ore Density during generation in Toxic Everglades. % Updated en_US.lang.
2018-01-30$ Fixed super laggy worldgen in Toxic Everglades. Cached all sanitized ↵Jordan Byrne
strings in WorldGen_GT_Ore_Layer.java to save on serious cpu usage & Removed all uses of CSPRNG.
2018-01-30+ Added recipes for processing Sludge/Waste water.Jordan Byrne
- Disabled Toxic Everglade Ore generation. % Tweaked Sludge/Waste water textures to be less blurry.
2018-01-30+ Added recipe to craft the Activated Alkalus Disk.Jordan Byrne
+ Added recipe to craft Mystic Frame portal blocks. % Tweaked Toxic Everglades Portal. % Tweaked sludge textures. $ Stopped Mining Explosive using CSPRNG.
2018-01-30+ Added recipes to get Trinium.Jordan Byrne
2018-01-30$ Stopped using CSRPNG's in most cases.Jordan Byrne
2018-01-30Merge pull request #201 from codewarrior0/checkwater-only-fills-basinAlkalus
Change IndustrialWashPlant.checkWater() to only fill the basin
2018-01-30% Updated capes list.Jordan Byrne
2018-01-29Change IndustrialWashPlant.checkWater() to only fill the basinDavid Vierra
No longer tries to do `checkMachine()` things like add buses and hatches
2018-01-29Don't create a new RNG instance for each call to MathUtils.randInt etcDavid Vierra
Fixes all kinds of performance problems. These RNGs aren't cheap to create.