aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/loaders
AgeCommit message (Collapse)Author
2018-05-24$ Tried to fix GT ItemList values being called too early when certain mods ↵Alkalus
are loaded, causing them to not be loaded when GT++ is running PreInit(). $ Rewrote system that Autogenerates Recipes for Materials, migrating all recipes to be generated in PostInit() stage now.
2018-05-15+ Added new textures for the GT Shelves.Jordan Byrne
$ Fixed a bug during ore recipe generation. $ Fixed all GT Shelves using incorrect textures.
2018-05-14+ Added better processing for LFTR Molten Salts.Jordan Byrne
% Cleaned up material generation slightly. $ Rewrote Dust base item class, old items will automatically swap into their new form upon world load. $ Added MissingMappingsEvent handler to try handle dust transition.
2018-05-13+ Made GT5 HF usable in some GT++ recipes.Jordan Byrne
+ Added a recipe to convert GT HF -> GT++ HF. % Doubled output of Sulfuric Apatite Recipe. % Cape list change. % Made ABS recipe generation logging MACHINE_INFO type. $ Improved cape handler to cache resource & not check client side at all.
2018-04-07Fix alloy smelter recipes consuming moldsDavid Vierra
2018-03-28$ Rewrote handling for the ABS to dynamically generate all recipes based on ↵Jordan Byrne
all pre-existing EBF recipes. $ Rewrote ABS recipe handler to support temps within the recipes. This will allow coil upgrades like the EBF for higher tier smelting. $ Fix Polonium Material trying to access ELEMENT.java instance before it's created. + Added ItemStackData.java, which allows storing ItemStacks for easy retrieval.
2018-03-24+ Added craftingToolSaw to CI.java.Jordan Byrne
$ Improved handling of Mixer Recipes for alloys. $ Fixed Rainforest Oak not being craftable into planks.
2018-03-03+ Added Crushed ore components and recipes for Yellorium if Big Reactors is ↵Jordan Byrne
present. $ Fixed invalid recipes generated from Fluorite not having a valid dust output. % Rebalanced Fluorite ore composition.
2018-02-27$ Organized imports.Jordan Byrne
$ FindBugs fixes.
2018-02-26% Made all GTNH recipes use cheaper circuits for all recipes I add.Jordan Byrne
% Recipe tweaks. % Tried to fluorite ore not having correct recipe outputs during ore processing. (This is still broken due to an invalid output) $ Fixed old fluorite ore not having a valid shapeless recipe. $ Fixed all custom ores trying to register static textures. $ Fixed plugin loading system not registering plugins, I think? $ Fixed missing texture for Nitro Fix.
2018-02-22% Minor project cleanup.Jordan Byrne
2018-02-21$ Tree Farmer Work.Jordan Byrne
% Package cleanup. - Removed /Bed command.
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-08% Made material recycling use the centrifuge, instead of the electrolyzer.Jordan Byrne
% Updated ABS tooltip to reflect new GUI slot.
2018-02-05$ Fixed issue where ABS recipes didn't use the correct amount of fluids.Jordan Byrne
2018-02-05+ Added recipes to break composite materials down into their original parts. ↵Jordan Byrne
Closes #189.
2018-02-04+ Added more casings for multiblocks.Jordan Byrne
+ Added the Fish Pond. $ Added support for more textures in TAE.java. - Disabled GT ASM.
2018-01-31remove shapless recipes which you can make a ingot out of 9 nuggets (GTNH)Dream-Master
2018-01-29+ Added Trinium Titanium Cable/wires.Jordan Byrne
+ Redid material components to better use GT texture assets. % Gave all 32 ore types new TextureSets. % Doubled capacity of all fluid pipes. % Moved Item/Block creation from init() to preInit(). $ Fixed Sludge fluid texture. $ Moved Darkworld from being a child mod into it's own mod, Renamed to Toxic Everglades. $ Bundled SegmentHelper.java, for future development ease.
2018-01-29% Improved tooltip for Fluorite Ore.Jordan Byrne
% More ASM work on getDrops fix. $ Made GT++ Materials utilise GT TextureSets. $ Made Ore blocks use the most prominent texture set based on it's component materials. $ Fixed https://github.com/GTNewHorizons/NewHorizons/issues/2522. $ Fixed materials that require a blast furnace being fluid extractable. $ Fixed https://github.com/GTNewHorizons/NewHorizons/issues/2530.
2018-01-24$ Several 5.08 compat fixes.Jordan Byrne
$ Fixed pollution, which was causing all multiblocks to fail. This was pointed out in #191 by @CodeWarrior0, however I decided to re-do it myself to better handle the .08 compat. $ Fixed all multiblocks being broken as fuck. Fixes #190, fixes #186 and also fixes #176. - Removed some useless logging from the mining explosives.
2017-12-29+ Added dehydrator recipes for denser ore types.Jordan Byrne
$ Fixed Ore Blocks not generating as intended. % Improved Ore Generator.
2017-12-29+ Added several new ore materials.Jordan Byrne
$ Fixed bug where ores generated fluids. $ Fixed issue where old Fluorite ores still exist. $ Fixed issue where ore processing recipes were generated incorrectly. $ Partially implemented smooth lighting on GT++ Ores.
2017-12-29% Localized the Plasma Death Message.Jordan Byrne
$ Fixed electrolyzer recipes for ore dust. $ Fixed bug with material generation system. + Added a custom renderer for the ore blocks. $ Fixed renderer issue where the background texture was incorrect.
2017-12-28+ Added an API method for getting material parts.Jordan Byrne
+ Added helper fluid methods. - Stopped ore materials generating furnace recipes.
2017-12-20- Disabled some logging.Draknyte1
% Minor Project Clean-up, added missing Override annotations to 100+ methods & removed pointless casts. % Moved Logging to it's own class. $ Fixed Multi-block handling of Pollution. $ Fixed the GT 5.09 material enabler system. (From My Side, it's still borked on GTs). + Added a Dynamic Proxy invocation for IMaterialHandler. + Added an AutoMap data type, which is a Auto-incremental ID'd Hashmap wrapper.
2017-12-20+ Added support for GTNH Trinium.Draknyte1
$ Fixed excessive fluid cells being generated. $ Further improve material recycling recipes.
2017-12-18+ Added Trinium and Trinium related Alloys. (#170)Alkalus
+ Added more recycling recipes. $ Fixed bad materials in component assembler recipes.
2017-12-11Merge GTNH features and changes (#160)Daniel
+ GTNH full compat mode. + Added boiler config, recipes changes and minor tweaks. $ Fix nbtutuls. $ Tree farm fixes. % Pipe and cable rendering tweaks.
2017-11-27$ Fixed NoSuchField crash when loading mod on SMP.Alkalus
$ Fixed some more recipes. % Tweaked casing output amounts for LFTR. - Disabled Recycling Logging.
2017-11-27^ Version bump.Alkalus
$ Final .08.33 fix.
2017-11-23+ Added Ink Sacs to Fish trap loot.Alkalus
+ Added recycling recipes for all material components. + Added EnderIO alloys to the Alloy Blast Smelter. - Reduced rate of Sand from Fish Trap by 5%. - Removed some logging. $ Fixed Tooltip of Large Sifter stating it only required 9 Sieves, now says 18 as intended. $ Fixed Recipe Recycling not working as intended.
2017-11-22+ Added the basic framework for Ore Regen commands.Alkalus
+ Added more missing Blast Smelter recipes. $ Fixed Alloy Blast Smelter not using fluids as expected.
2017-11-15+ Gave GT++ Nuggets some use, they're now craftable into ingots.Alkalus
2017-09-27$ Fixed two HSS recipes.Alkalus
+ Recipes requiring coils above NiChrome no longer have their recipe added to the Alloy Blast smelter in GTNH.
2017-09-26+ Added some Recipes to the Alloy Blast Smelter, for various alloy steels. ↵Alkalus
(Red/Blue/Stainless)
2017-09-26% Changed Blast Smelter Recipe addition again. Input fluids should now be ↵Alkalus
supported. > This allows more alloys requiring oxygen or argon to be produced.
2017-09-09$ Fixed Quantum not having a recipe.Alkalus
- Removed a lot of logging during start-up.
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-07-27$ Fixes #114.Alkalus
2017-07-27$ Simple Washer now uses a Copper Pipe if custom pipes are not enabled. ↵Alkalus
Fixes #115. - Removed old class for Blast Smelter recipes.
2017-07-27+ Added new handler for Blast Smelter recipe addition.Alkalus
> Should now handle recipes in the same manner the Electric Blast Furnace does. > However, if it requires a fluid input it will skip that material. > Should also now add recipes for crushed ores and small dusts. $ This fixes #116 and also fixes #99.
2017-07-11$ Fixed Industrial Sieve Tooltip.Alkalus
$ Implemented Texture Array Expansion. > This fixes the issue of hatches not using the correct textures.
2017-07-09Revert "Revert "$ Actually made the Blast Alloy Smelter 20% cheaper to run ↵Draknyte1
over using the Electric Blast Furnace."" This reverts commit 2d24fb951aaf2196596e9edd5dfdc5c19e77a88f. Fuck Git somedays.
2017-07-09Revert "$ Actually made the Blast Alloy Smelter 20% cheaper to run over ↵Draknyte1
using the Electric Blast Furnace." This reverts commit 02719c54d8566366736485c4b28ff66b6020e3af.
2017-07-06$ Actually made the Blast Alloy Smelter 20% cheaper to run over using the ↵Alkalus
Electric Blast Furnace.
2017-07-06% Segmented Eglin Steel ingot a base compound and a full mix.Alkalus
% Changed components of Eglin Steel & Compound.. + Added a generator for just dusts and associated recipes.
2017-07-05$ Fixed issue #105.Draknyte1
% Buffed Alloy Blast Smelter to be 20% faster than the Electric Blast Furnace. % Revised times for all GT++ Alloys during smelting. + Added 'Alkalus' to the tooltips of many things hidden within Gregtech. Re:#106. + Added some automatic calculations to the Materials Class.
2017-06-07$ Fixed alloy mixes below HV not having a shapeless crafting recipe.Draknyte1
2017-04-30$ Fixed a bug where the mold for fluid solidifying plates would get used up.Draknyte1
% Tweaked EU cost of a lot of recipes, using base values of 15/60 instead of 16/64. > This means recipes use 30/120EU instead of 32/128EU, for example.