aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus
AgeCommit message (Collapse)Author
2017-08-11+ Added a Hot Fuel Handler for the Thermal Boiler.Alkalus
+ Added Lava + Water = Steam recipe to the Hot Fuels recipe map.
2017-08-09$ Fixed reverse cell colouring when using GT Textures.Draknyte1
$ Fixed Hot Ingots having no texture when using GT textures.
2017-08-09$ More circuit checks for .08 added.Draknyte1
2017-08-09$ Added a check so old circuits aren't relevant in .08.Draknyte1
2017-08-09$ Fixed Cyclotron .08 compliance.Draknyte1
2017-08-09$ Fixed RTG .08 compliance.Draknyte1
2017-08-09$ Fixed mDescriptions for .08 compat.Draknyte1
2017-08-09$ Fixed Circuits for .08 compat.Draknyte1
2017-08-09$ Fixed an issue where Cells and Hot Ingots wouldn't use GT textures.Draknyte1
^ Bumped Version.
2017-08-09% Rewrote the Preloader mod to now be a dummy mod.Draknyte1
+ Added ASM usage to Preloader. + MC Version annotations to both GT++ and it's child mod GT++ Dark world.
2017-08-08+ Added a new mod component for GT++, titled Preloader. This enables me to ↵Draknyte1
do things prior to Gregtech/etc loading at all. % Tried very hard to remove GT5.09.28+ Circuits from the Ore Dictionary. The OreDict system is broken and this is basically impossible.
2017-08-08% Tried fixing Sulfur Dioxide.Alkalus
2017-08-08+ Added a reflection function to use the circuit assembler when GT 5.09 is ↵Alkalus
loaded.
2017-08-07$ Fixed RTG reflection.Draknyte1
$ Fixed issue where RTGs would revert back to HV after a restart/rejoin. $ Fixed the Thermal Boiler Assembly. % Migrated TAE to use slot 96+. + Added some extra logging to verify. $ Made Shelves have textures.
2017-08-07+ Added compartment textures.Draknyte1
% Cleaned up shelving code.
2017-08-07$ Fixed Shelving.Draknyte1
$ Fixed minor RTG error.
2017-08-07$ Fixed Thermal Boiler and Large Autocrafter.Draknyte1
2017-08-07+ Added Cyber_A and Cyber_B textures.Draknyte1
% Cleaned up GT4Entity_ThermalBoiler.java. $ GregtechMetaTileEntity_Cyclotron.java now conforms to a proper tile entity. $ Fixed Cyclotron load declaration.
2017-08-07$ Fixed byte setting method in ReflectionUtils.javaAlkalus
2017-08-07+ Added The Thermal Boiler, Multiblock Crafter and Shelving from GT4.Alkalus
> This code will need a small rewrite to support GT5 functionality.
2017-08-07+ More Cyclotron work.Alkalus
2017-08-07+ Added Cyclotron registration.Alkalus
2017-08-07+ Added custom Cyclotron casing & coil blocks.Alkalus
+ More Cyclotron work.
2017-08-07+ More Cyclotron work.Alkalus
2017-08-06+ Added the Cyclotron.Alkalus
> So far does nothing, but will create obscure resources at a high cost of power.
2017-08-06% Changed RTG handling of Days/Hours remaining.Alkalus
- Removed some logging.
2017-08-06% Improved handling of cached recipe within the RTG.Alkalus
2017-08-06$ Made the RTG buffer it's last recipe to NBT.Alkalus
% More RTG Texture tweaking.
2017-08-06$ Fixed scanner display issue where RTGs would show incorrect day count.Alkalus
% Tweaked Textures of the RTG again. $ Improved state syncing for RTGs.
2017-08-06+ Added a Minecraft day tracker to the RTG.Alkalus
% Greatly improved RTG tooltip. $ Fixed RTG output getting stuck on 512v. % Internalised a reflection function call.
2017-08-06$ Fixed RTG pellets not providing correct EU.Alkalus
5 Slightly tweaked fuel length of pellets.
2017-08-05% Made the RTG pre .09 compliant.Alkalus
% Changed the RTGs tier to HV.
2017-08-05$ Fixed incorrect accelerator ID.Alkalus
2017-08-05+ RTG Now loads up.Alkalus
2017-08-05% Tweaked RTG NEI recipes to show correct eu/t output.Alkalus
2017-08-05+ Added Custom RTG.Alkalus
+ Added RTG fuel use recipes for RTG Pellets.
2017-08-05% Refined the tooltips on Tesseracts.Alkalus
2017-08-05+ Added a config option for Tesseracts.Alkalus
2017-08-05+ Added the Computer Cube.Alkalus
+ Added recipes for the tesseract devices.
2017-08-05% Tesseracts now work as expected.Alkalus
$ Fixed Player Ownership mapping not working as intended.
2017-08-04+ Made tesseracts only configurable by owner.Alkalus
$ Fixed owner variable not getting a value. % Tweaked logging to display invalid method being called.
2017-08-04$ Fixed Null Pointers if Tesseracts are broken too fast after placement.Alkalus
% Tweaked power usage from EV -> HV.
2017-08-04% Rewrote how tesseracts handle players, now frequencies are player unique.Alkalus
+ Adding some debug logging for dev testing.
2017-08-04% Finished work on Getters/Setters for Tesseract Generator & Terminal ownership.Alkalus
2017-08-04+ Basic framework for Tesseract reworking.Alkalus
> Tesseracts now have a frequency range per play, which is unique to them.
2017-08-04% Improved some tooltips.Alkalus
2017-08-03+ Made RTG Fuel Materials generate.Alkalus
2017-08-03+ Added 4 types of custom RTG pellets.Alkalus
+ Added 3 new materials for the custom pellets. % Created StringUtils.java and migrated Super/Subscript formatting functions to it.
2017-07-28$ Might be a solution to Optifine rendering. Fixes #117.Alkalus
2017-07-28% Tweaked GTNH Tank Recipes. Closes #113.Alkalus