aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-03-08% Allowed Hand-Pumps to function on all Tanks again & also allowed GT output ↵Alkalus
slots. Closes #423. % Adjusted Generic Bucket handling of Textures and Colouring. $ Fixed several issues with Hand-Pump logic, Fixes #353. $ Fixed load issues with FluidFactory.java.
2019-03-08$ More work on fluid overhaul.Alkalus
2019-03-08$ Attempted to rewrite unused fluid system.Alkalus
$ Made Queued Chemistry Packages load recipes in Post-Init.
2019-03-08+ Added ItemPackage.java. Allows better load control of item/recipe groupings.Alkalus
$ Improved load handling of Chemistry Packages. $ Fixed bug in StringUtils.java.
2019-03-08% Rebalanced AgroChem recipes a bit.Alkalus
$ Fixed AgroChem fuels being worth 1000x the intended EU total. $ Fixed Unique Dusts not having recipes for their Small/Tiny forms.
2019-03-08+ Added some AgriChem. (You can now use Raw waste as a fuel source)Alkalus
+ Added OreDict names to vanilla items, as was done in Forge 1.8.9. + Added functions to allow other mods to add Semifluid Fuels. + Added functions to handle String data into StringUtils.java. % Renamed getItemStack -> getItemStackFromFQRN. $ Fixed handling of custom cells for fluids using '.' within their names. $ Fixed HF exploit.
2019-03-06$ Another small ASM fix.Alkalus
2019-03-05$ More small fixes, Added Tooltips and Proper Localisation for TC4 Aspects.Alkalus
2019-03-04$ More minor ASM Fixes/Cleanup.Alkalus
% Cleaned up some logging.
2019-03-04- Removing some logging.Alkalus
$ Fixed Bed Height > 128 not working as intended. $ Fixed IC2 ASM for wrench harvesting. $ Fixed TC4 ASM. $ Fixed Invalid Giant Chicken Texture handling.
2019-03-04$ More TC fixes.Alkalus
2019-03-04+ Added some ASM to fix Aspect safety in TC.Alkalus
$ Minor fixes to the 5 custom TC4 Aspects.
2019-03-04% Final touches to TC aspects. The 5 custom ones added by GT++ now have ↵Alkalus
names and proper handling.
2019-03-04+ Added more TC wrappers.Alkalus
2019-03-04+ Added more Wrappers for TC.Alkalus
- Removed some obsolete classes. $ Rewrote more TC code to be reflective.
2019-03-04% More TC Work.Alkalus
2019-03-04- Disabled custom Tinkers Materials for the time being.Alkalus
% Reworking custom TC aspects. % Migrated lots of TC code to be reflective instead.
2019-03-01$ Final fixes to TiCon reflective integration. Now to just tweak the added ↵Alkalus
content and rebalance. $ Fixed hand mix Tumbaga recipe inconsistency.
2019-03-01+ Added casting recipes for all new materials (Hopefully).Alkalus
$ Fixed localization of new TiCon materials. $ Fixed bug where cached Fields/Methods may conflict, they're now stored with unique keys.
2019-03-01% More work on TiCon Compat.Alkalus
2019-03-01+ Added some reflection logging to assist in debugging.Alkalus
% Only solid GT++ Mats will generates TiCon equivs.
2019-02-28+ Enabled Tinkers compat for GT++ Materials.Alkalus
$ Migrated lots of TiCon code to be reflective. $ Upload missing class ItemDummyResearch.java.
2019-02-28+ Added dehydrator recipe for tanned leather.Alkalus
2019-02-28+ Added some new dummy items for Assembly Line research, so as not to ↵Alkalus
conflict with existing recipes. % Rewrote some of ItemGenericToken.java to allow other classes to extend it. $ Fixed recipe overlap. Closes #431.
2019-02-28+ Uploaded missing Hemp crop textures.Alkalus
% Adjusted crafting recipe for Tumbaga when hand-crafted. Closes #433. $ Fixed A2 Spam. Closes #432.
2019-02-28+ Added a new debug tool.Alkalus
+ Added support for Crops++. + Added Custom Crops & framework to support more in future. + Added basic support for all GT++ Materials within Tinkers Construct. [WIP] + Moderately bad attempt at generating custom Plasma Cooling recipes in the Adv. Vacuum Freezer. [WIP #424] % Reworked logic for Material.java handling Durability, Tool Quality & Harvest Level. % Adjusted frequency of structural checks on the Cyclotron, Now 100x less frequent. % Cleaned up ReflectionUtils.java and made all getters cache their results, for much faster access. % Attempted to adjust logic of FFPP, but I probably broke it. [WIP] % Moved static array of Element Names from IonParticles.java -> ELEMENT.java. $ Greatly improved reflective performance across the mod.
2019-02-16$ Fixed issue where items collected may cause an NPE to be thrown by GT's ↵Alkalus
assembly line recipe handler. Recipe map is now cleaned up, removing any invalid recipes and logging them during the process.
2019-02-15% Adjusted documentation of MTE info within Transformer.Alkalus
$ Added more ASM to fix GT. MetaTileEntities can now be set in an invalid way without crashing the server/client. They now just invalidate and log to GT_LOG. $ Fixed a few NPE's thrown during startup by machines checking/creating invalid BlockPos.
2019-02-15$ Made achievement handling safer.Alkalus
$ Fixed GT Assembly Line recipe ASM, again.
2019-02-14+ Added recipes for the Large Arc Furnace and Casings.Alkalus
- Disabled power output on Alternative Fusion. % Made the AutoMap implement Collection and Queue. $ Fixed energy buffers return bad inventory name.
2019-02-14+ Added Tags to tooltips, which can be used to control base tooltips ↵Alkalus
inherited from parents. % Mild update to tooltips of a few multis. % Adjusted Large Arc Furnace casing texture. % Renamed the 3 Factory Grade multis.
2019-02-14% Localized new achievements.Alkalus
$ Fixed minor formatting issues on unlocal names when detecting items picked up.
2019-02-14+ Added lots of custom achievements.Alkalus
2019-02-14- Removed parent achievement from Assembly Line recipes.Alkalus
- Temporarily disabled custom achievement handler. $ Dirty fix for Assembly Line recipe handling. $ Fixed my own achievement handler never setting it's state properly.
2019-02-07$ Backwards compatibility.Alkalus
2019-02-07$ More improvements to GT++ Assembly Line handling.Alkalus
$ More safety and logging into Assembly Line ASM.
2019-02-07+ Added new achievements page for Assembly Line Recipes.Alkalus
+ Added custom safety checks to Assembly Line Recipe/Achievement handling via ASM. + Added a safe way to get the unlocal names of items. - Removed 'Press e' Achievement when in Dev. (Thank, Fucking, God) $ Fixed a mild error concerning localization of Americium-241 Blocks.
2019-02-06$ Hopefully fixed a crash concerning Assembly Line recipes.Alkalus
$ Fixed amount of fluid ender used within a Cyclotron recipe.
2019-02-06% Updated Hand pump tooltip.Alkalus
2019-02-05+ Added recipe for Nano Healer.Alkalus
+ Added recipe for Strange Dust. + Added recipe for Slow Builders Ring. + Added recipes for Charge Packs. + Added recipes to make obtaining Zirconium a little earlier. + Added packager recipes for all ore materials. + Added lathe recipes for all materials -> rods. Closes #411. + Added way to process Silicon Carbide into Synthetic Graphite. Closes #407. + Added proper achievement localization for all new AL recipes. + Added more INIT_PHASE's. - Removed ways to obtain Trinium dust in GTNH. (Leave handling to GT instead). % Adjusted recipes for Cyclotron and Casings, it's now assembled instead of shape crafted. % Adjusted circuits used in lower tier dehydrator recipes for consistency. Closes #364. % Adjusted a few materials having '-' in their name within en_US.lang. % Adjusted power capacity of the Gem Batteries. % Adjusted tiering for Large Auto-Assembler, it has been reduced by one. % Adjusted composition of Pikyonium to now require Yttrium, instead of the rare Ytterbium. % Adjusted composition of DEEP_EARTH_REACTOR_FUEL_DEPOSIT to be slightly more balanced. % Adjusted smelting point of Zirconium Carbide. $ Fixed an NPE in GeneralTooltipEventHandler.java. $ Fixed weird invisible recipes. Closes #304. $ Confirmed Large Mixer is now working correctly. Closes #366. (Closed in previous commit https://github.com/draknyte1/GTplusplus/commit/918d763dabd82d47db739a1b0a51c01f0803adc0). $ Confirmed Matter Fabricator is now working correctly. Closes #360. + Auto Doors. Closes #338. (Closed in previous commit https://github.com/draknyte1/GTplusplus/commit/22c6a05a8a3a00294bcb8890a1e2a0fdc9196de8). % Changed Energy Buffer Recipes. Closes #52. (Closed in previous commit https://github.com/draknyte1/GTplusplus/commit/499411aa21ac4a742b6d51ef3ce9c4046d0a22c1). $ Invalid Recipe. Closes #241. (Closed in unknown, previous commit).
2019-02-05- Removed Dev Dim source code.Alkalus
$ Improved RC ASM.
2019-02-05+ Added shapeless recipes for Tumbaga and Potin dust.Alkalus
$ Fixed ULV Combustion Gen recipe.
2019-02-05+ Added recipes for ULV generators.Alkalus
+ Added recipes for New batteries and their components. (To be use in the charger packs). % Mildly adjusted Circuit programmer recipe. % Adjusted Plasma hatch to be output only. $ Fixed bad tooltips on material blocks/frames. $ Fixed Lang formatting issue.
2019-02-05Automatic synchronization‭huajijam
2019-02-05+ Added Charge Packs, which can be worn in the Bauble belt slot.Alkalus
+ Added more recipes for particle related content. + Added recipe for Hydrogen Plasma. + Added Plasma Tanks. + Added Alternative Fusion Reactor. + Added recipe for the Super Jukebox. % Updated Locale files. $ Hopefully made calls to possibly invalid ItemList values safer. $ Fixed Large Mixer not working with fluids correctly. $ Fixed ABS and Adv. EBF not allowing a muffler in the center of the top layer. $ Fixed Fusion bug, making all recipes take 4x longer than originally required. $ Fixed recipes using Redstone Alloy as a material in tiered recipes. (Makes ULV Energy Cores craftable again) $ Fixed Nano Healing Bauble. $ Fixed annoying low transfer rate of Railcraft. (This should be higher when playing with GT anyway, it's now 4x, disabled in ASM config). $ Fixed the fact that Portable tanks were still portable in GTNH.
2019-02-04fix a tiny bug.....FK‭huajijam
2019-02-04Fix bug where the item name is not uniform‭huajijam
2019-02-04fix bug~~~‭huajijam
2019-02-04Automatic synchronization‭huajijam
2019-02-04$ Fixed a rather major issue noticed by @soncemvo pertaining to Fusion ↵Alkalus
Recipes having the incorrect time taken. > Instead of copying the recipe prior to editing for the Mini Fusion Map, I was instead directly editing the Original recipe and adding that. > Mild oversight to object persistence I guess.