aboutsummaryrefslogtreecommitdiff
path: root/src/Java
AgeCommit message (Collapse)Author
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-26Merge pull request #224 from codewarrior0/cutting-factory-needs-lubeAlkalus
Fix Cutting Factory not allowing input hatches, and fix gui slot
2018-02-26Merge pull request #222 from codewarrior0/npe-preloader-gt-oredictAlkalus
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-24Fix Cutting Factory not allowing input hatches, and fix gui slotDavid Vierra
2018-02-23Fix NPE in Preloader_GT_OreDict caused by improper use of string formattingDavid 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.
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-20$ Tree Farmer.Jordan Byrne
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-14$ Fixed Tree Farm not using internal power storage.Jordan Byrne
$ Improved mapping of log cutting targets.
2018-02-14$ More work on efficient tree cutting.Jordan Byrne
2018-02-14$ More Tree Farm work.Jordan Byrne
% Improved scanner tooltips for all Multiblocks. % Improved Tree Farm GUI. % Merged TreefarmManager.java into TreeFarmHelper.java. - Stripped Animal Farm of all logic.
2018-02-14+ All Multiblocks now record run-time.Jordan Byrne
$ Fixed Tree Farmer gui not showing correct power stored. $ Fixed Tree Farmer hatch textures being incorrect on the top/bottom sides. $ Minor fix to cutting machine structural check.
2018-02-12$ Stripped the Tree Farm Controller of all code, rendering it useless. This ↵Jordan Byrne
is in prep. for a total machine rewrite.
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[GTNH]Change Rocket Engine recipes for GTNH pack only (#213)Martin Robertz
* Change recipes of the rocket engines for GTNH Pack only
2018-02-11Merge pull request #214 from codewarrior0/energy-buffer-info-panelAlkalus
Improve Industrial Information Panel readout for Energy Buffers
2018-02-11$ More Matter fab work.Jordan Byrne
2018-02-11$ More Matter Fab work.Jordan Byrne
2018-02-11$ More work on fake recipe generation and caching for the Matter Fabricator.Jordan Byrne
2018-02-10$ More rewrite.Jordan Byrne
2018-02-10$ Initial rewrite of the recipe handling in the Matter Fabricator.Jordan Byrne
+ Added internal way for Multiblocks to get a Circuit stored in an input bus or it's GUI. + Added GenericStack.java, which can hold an ItemStack or a FluidStack, to simplify recipe outputs.