aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-22Merge pull request #218 from DerMilchkarton/masterAlkalus
Created german language files.
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-13Created german language file for ic2-ish itemsDerMilchkarton
2018-02-13Created a german miscutils language fileDerMilchkarton
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.
2018-02-09Improve Industrial Information Panel readout for Energy BuffersDavid Vierra
Remove code related to inventory slots Remove redundant overrides in Creative Energy Buffer Remove inventory-related delay from info data update Right-align numbers in info data readout Format current storage number in right-click chat readout
2018-02-09Use IDEA plugin in build scriptDavid Vierra
Allows running the client from within IDEA without missing textures
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$ Improved Fish Pond fake recipes in NEI.Jordan Byrne
2018-02-08$ Small fix to the ABS logic for circuits.Jordan Byrne
2018-02-08% Made material recycling use the centrifuge, instead of the electrolyzer.Jordan Byrne
% Updated ABS tooltip to reflect new GUI slot.
2018-02-08$ Made the Alloy Blast Smelter use Circuits in it's GUI.Jordan Byrne
$ Fixed Chunkloading error.
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-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