aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core
AgeCommit message (Collapse)Author
2016-10-20$ Fixed the workbench crafting grid/output doing odd things (Client side ↵Draknyte1
item dupes & actual item dupes) % Changed the workbench textures.
2016-10-20% Changed logging on the Blueprint and changed it's name to reflect it's ↵Draknyte1
current value.
2016-10-20^ Bumped the build version to 1.4.9-dev-2Draknyte1
2016-10-20$ Fixed Workbench recipe not using correct machine casing.Draknyte1
$ Fixed the Extruder and the Alloy smelter eating the shaping molds. $ Fixed .09 recipes for cells. % Changed the recipes for the Geothermal Engines and Rocket Engines.
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-10+ Added Blueprints - These are capable of storing a crafting recipe in it, ↵Draknyte1
to be used with the workbench. % More Internal work on the Workbench and it's handling of shit. + Added an interface for blueprints and other shit to utilize.
2016-10-10+ Added some Geothermal Generators.Draknyte1
+ Added recipes and fuels for all Geothermals. (Normal Lava and Pahoehoe Lava) $ Fixed workbench not saving crafting table contents when closed. % Changed internal loading of Workbenches, Tanks and Geothermals. % Disabled old workbench buttons, now using Gregtech Holo slots.
2016-10-09$ Fixed Baubles support. - Should fix #23Draknyte1
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-05+ Fixed Small Tank Gui Not Showing.Draknyte1
+ Bumped Build version and recommended version.
2016-10-04$ Fixed a client crashing bug where aspects didn't register properly due to ↵Draknyte1
the changes I made in AspectStack handling. % Changed how logging is done for cable reflection tasks.
2016-10-04+ Added the last of my dependencies.Draknyte1
+ Bumped version in CORE.java - Removed some Gradle files that aren't required. - Removed some Deobf libs and gregtech/api/metatileentity/implementations/GregtechMetaBasicTank.java.
2016-10-04Merge pull request #21 from draknyte1/Missing_Files_From_Last_MergeAlkalus
+ Added a few missing classes from my last merge.
2016-10-04+ Added a few missing classes from my last merge.Draknyte1
2016-10-04$ Fixed return values of the TC_AspectStack methods.draknyte1
$ Fixed Cable Tile Entities for older GT versions, it now uses reflection to determine overheat ticks value, otherwise uses default. if .08 is loaded, it uses the old method. $ Swapped the tiered tank back to standard MTE classes. % Changed internal handling of GT Tools again, to better support wrenches on versions that don't themselves. + Added the last missing libs/deps.
2016-10-03Merge pull request #19 from draknyte1/DesktopPCAlkalus
+ Added some Buttons to the workbench (WIP) $ Workbench now uses the vanilla recipe handler. $ Fixed the tool slots on the Workbench accepting the wrong items in certain cases. + Added hundreds of new machine recipes for all of the materials, due to below. $ Rewrote recipe generation classes, things like plate bending and extrusion recipes now fall in line with GT tiering. + Added more functions to Materials.java, now you can get any item from them. (getDustSmall(5)) % Changed tool handling to better support older versions of Gregtech that don't allow Wrenchs to work as a BC/EIO wrench. % Moved more GT related content to HANDLER_GT. + Added a basic re-implementation of the Meta Tile Entity system for GT Machines, using my own blocks as a base. In a feeble attempt to store NBT data to Itemblocks on drop/break. % Changed lots of debug logging to only show in debug mode, if I missed anything, let me know.
2016-10-03% Gotta Re-merge these Changes with those made on my laptop.Draknyte1
2016-10-02+ Added missing dependencies.draknyte1
2016-09-26- Disabled Psychedelicraft resources.Draknyte1
% Internal changes to dehydrator recipe handler. % Recipe handler now takes an ItemStack[] not two ItemStacks.
2016-09-25+ Added the Work Bench, from Gregtech 4.Draknyte1
% Renamed a method that converted arrays to fixed sized lists. % Added a Util function to determine server or client easier.
2016-09-24$ Fixed dumb shit I did, not using proxies.Draknyte1
2016-09-24$ Fixed an oversight where Baubles wasn't checked if it was loaded.Draknyte1
2016-09-24[1.4.8.2-PreRelease]Draknyte1
$ Fixed an Issue where client side texture related code was called on the server. % Bumped Version.
2016-09-23+ Added recipes for all Multipickaxes.Draknyte1
% Improved handling of xmod item integration. % Changed the way the Skookum Choocher works, now it's mode is toggle with shift+Rightclick. - Removed some old textures and committed some classes I missed in earlier updates.
2016-09-23On NewMatSystem: Winging It.Draknyte1
2016-09-17[1.4.8-prerelease]Draknyte1
% Changed a few instances of ++ to plusplus.
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-15$ Fixed the Skookum Choocher.Draknyte1
$ Now it Renders properly and functions as a GT-esque type tool. - Removed static calls to excluded build classes. % Started changing things to final in all cases. (Apparently better Java practice)
2016-09-14$ Fixed Fluids properly and finally.Draknyte1
$ Changed Alloy Boiling points. $ Rewrote the dust recipe handlers.
2016-09-14Tweaked ItemBlocks for FluidsDraknyte1
Tweaked names for Fluids Tweaked Textures and colouring for Fluids
2016-09-14I think only shape(less) recipes for Small/Tiny dusts & implementing recipe ↵Draknyte1
cost based on mass, not just what I feel like. lol
2016-09-14More Work clearing up Nulls.Draknyte1
Making more things final and accessible to others.
2016-09-14Tidying Up some Materials.Draknyte1
Making some changes to null arrays, so they no longer are.
2016-09-14Finished Material Re-write, I hope.Draknyte1
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-12[1.4.7.1-release]Draknyte1
+ Added Double Plates for all materials. $ Fixed Cell Recipes. $ Fixed an issue where client code would crash the server.
2016-09-12$ Fixed Blocks calling client side render code during block registration ↵Draknyte1
when loading on a server.
2016-09-12+ Added Double plates for all materials.Draknyte1
+ Added recipes for lower tier Huge pipes using double plates to enable their use earlier on.
2016-09-11[1.4.7-release]Draknyte1
+ Added a new pre-release (Hopefully it's a stable build without any bugs)
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$ Fixed Uranium-233 ingots giving Inconel dust.Draknyte1
$ Fixed an invalid IV tier fluid tank recipe. % Changed recipe for ULV fluid tank to use an invar cell instead of a steel one.
2016-09-11+ Added a Thaumcraft check to Void metal Pipe generation.Draknyte1
% Changed Cell recipes to be cheaper. % Changed All generated pipes EU/t and time taken, to fall in line with other materials and their tiers.
2016-09-11[1.4.6.5.2-release]Draknyte1
+ Added the Multitank, 3x3x20, at biggest, minimum 3x3x4 (Height wise) $ Fixed TF stuff loading when it shouldn't, again.
2016-09-11$ Fixed a mistake in the version checking.Draknyte1
> comparing Strings with == not .equals()
2016-09-11- Disabled the Skookum Choocher once more.Draknyte1
+ Added utilities to check the mod version online against my github. + Added a warning if the mod is out of date, to update.
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[1.4.6.3-release]Draknyte1
+ Bumped version. % Renamed unique dust class. $ Fixed a compile issue with L18n from Apache commons.
2016-09-10+ Added more Multi-Picks.Draknyte1
% Refined Multi-Pick handling, so I can override the damage to durability multiplier.
2016-09-10$ Improved Handling of Multipick generation.Draknyte1
+ Added about 20 different materials for use in crafting Multipicks as well.