aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common/blocks
AgeCommit message (Collapse)Author
2016-10-20+ Added a faster vent texture.Draknyte1
+ Slowed down the other vent texture to half speed. + Added code to allow the usage of the new custom textures. + Added some debug messages for furnace recipes. % Cleaned up the NetworkUtils class and added a nice internet availability check. $ Fixed an issue where Geothermal generators did not implement pollution values for GT 5.09. % Changed the textures on the Rocket Engine Generators, for hopefully the last time. % Cleaned up dual fuel code for Rocket Engine Generators. ^ Bumped the build version to 1.4.9-dev
2016-10-17+ Added Tesseract Generators and Terminals.Draknyte1
+ Added a handful of new, old textures from GT4. % Rewrote portions of the Blueprint item again, to try make it work better with NBT. + Added an Example NBT item for myself~ because I am a derp. + Added some custom textures for the Industrial Centrifuge. % Moved all the GT4 Tile Entities to their own loading class.
2016-10-06+ Added the Big Shovels, which are 3x3 shovels.Draknyte1
+ Updated Generated Tools and their damage taken when mining blocks. > Now meta-tools only generate if they have a valid colour, durability and recipe contains valid components. $ Fixed Fluid Cell Recipes between .08/.09 branches. % Cleaned up some old textures. + Added a log message to output total recipes the mod has added for crafting table use. + Started the base work for extra NBT data saving for GT TileEntities.
2016-10-04+ Added a few missing classes from my last merge.Draknyte1
2016-09-15$ Fixed the Skookum Choocher, not it:Draknyte1
> Behaves like a wrench unless you hold shift > While shift is held, it prospects like a Hard Hammer. > It functions as a wrench when mining machines and a Hard Hammer when mining anything else. > There are over 100 types available from GT's materials. + Added in the FluidItemBlock.class
2016-09-14Attempting to Rewrite the entire material system for future use (Also makes ↵Draknyte1
life easier if I do something similar in 1.10)
2016-09-11+ Re-added the Multitank without a recipe for testing in creative.Draknyte1
+ Gave the multitank it's own casings and textures. $ Fixed a case where I used Materials.VALUES instead of Materials.values() to improve GT 5.9 compat.
2016-09-11[1.4.6.5-release]Draknyte1
% Cleaned up fluid duplicates. % Cleaned up handling of GT Meta-Tools. % Changed tone of my latest Fluid Cell icons, now it's darker and more defined. - Removed some dead classes that have no use.
2016-09-10+ Added Gregtech Fluid Cells, in 1, 16, 36, 144L varieties.Draknyte1
2016-09-10$ Improved Handling of Multipick generation.Draknyte1
+ Added about 20 different materials for use in crafting Multipicks as well.
2016-09-10$ Fixed Tooltips on Meta Casings.Draknyte1
2016-09-10+ Added the first proper chemical dehydrator recipes, for Lithium carbonate.Draknyte1
+ Added methods to UtilsItems to check if something is radioactive and how radioactive it is 0-3. - Removed all old dehydrator recipes used in testing. - Removed some old hard-coded items now generated by the material handler. (No items will be lost, as I doubt anyone ever obtained them.) $ Fixed some broken textures after refactoring the entire project a few commits ago.
2016-09-10[1.4.6.1-release]Draknyte1
% Bumped Version. % Cleaned up Dev. Code and disabled a few components for a new public release. % Changed some internal code related to blocks, GT casings from GT++ should now handle better. - Removed Processing_HotIngots.java
2016-09-07% Refactored the entire project to stop using MiscUtils everywhere possible, ↵Draknyte1
now it's gtPlusPlus.