aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core
AgeCommit message (Collapse)Author
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+ 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$ Should Fix #174.Jordan Byrne
2018-02-22$ Buffed all Multiblocks.Jordan Byrne
% Greatly expanded BlockPos.java.
2018-02-22+ Added a debug item for linking blocks.Jordan Byrne
% More project clean-up. % Made fish trap 2x slower. $ Fixed issue with fish trap name. $ Fixed .08 issue getting powder barrels.
2018-02-22% Minor project cleanup.Jordan Byrne
2018-02-22$ .08 compat fixes to worldgen and recipes.Jordan Byrne
2018-02-22+ Added a feature for dumping all block and item data from the mod for ↵Jordan Byrne
locale file creation. #218 will benefit from this.
2018-02-21$ Added PR #219 via reflective methods.Jordan Byrne
$ Locale fixes.
2018-02-21+ Added localization for en_US for basically every item and block.Jordan Byrne
$ Tried to better support locales across all items. This should enhance #218.
2018-02-21$ Tree Farmer Work.Jordan Byrne
% Package cleanup. - Removed /Bed command.
2018-02-19$ Tree farmer work.Jordan Byrne
+ Things.
2018-02-19$ Improved the shitty handler for Safes.Jordan Byrne
2018-02-19$ Requested change by @Bartimaeusnek.Jordan Byrne
2018-02-18^ Version Bump to PreRelease5.Jordan Byrne
% Updated CommandUtils.java. % Made AnimalFarm abstract, as it's currently an empty class. $ Fixed Recycling recipes not generating properly for all material components. They now get queued and run at the end of postInit().
2018-02-14$ More Improvements to the Tree Farm.Jordan Byrne
2018-02-12$ Minor tweaks to Matter Fabricator recipe generator caching.Jordan Byrne
2018-02-12$ Basically completed the Matter Fabricator rewrite.Jordan Byrne
2018-02-11$ More Matter Fab work.Jordan Byrne
2018-02-09$ Fixed issue where Zhuhai wouldn't accept water.Jordan Byrne
^ Version Bump.
2018-02-08+ Added recipe for Fishing Port and Aquatic Casings.Jordan Byrne
+ Added Fishing Port config option.
2018-02-08$ Tried fixing errors with chunkloader not correctly force loading chunks on ↵Jordan Byrne
server restarts.
2018-02-08$ More Fixes to Circuits for older versions.Jordan Byrne
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-05+ Re-added Iron Rod -> Iron Bars recipe which was removed from GT long ago.Jordan Byrne
$ Work on Pocket Fusion reactor.
2018-02-05$ Fixed #181.Jordan Byrne
2018-02-05+ Added recipes to break composite materials down into their original parts. ↵Jordan Byrne
Closes #189.
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$ 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-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-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