Age | Commit message (Collapse) | Author |
|
+ Added recipes to the Macerator/Pulveriser for blocks to 9 dust.
+ Added recipe for Sulfuric Lithium to be used in.
+ Added a dehydrator recipe for LiOH fluid to dust.
% Adjusted Li7 crafting time.
% Made various recipes now require Lithium-7
% Renamed 2LiOHCaCO3 to Li2CO3CaOH2.
+ material/Material.java now has getBlock().
|
|
+ Made Lithium-7 craftable, Lithium Plates to Li7 double plates.
$ Fixed the Th232 centrifuge recipe having the incorrect output.
|
|
+ Created Thorium-232, a step towards ThF4.
+ Added centrifuge recipe for Th->Th232(Bonus U232 0.10%).
+ Added THORIUM_HEXAFLUORIDE & THORIUM_TETRAFLUORIDE into ALLOY.java
% Fixed fluid extractor recipes not being added for every dust.
+ Added more fluid extractor and fluid solidifier recipes for each material.
- Removed old "uraniumHexafluoride", "uraniumTetrafluoride", "thoriumTetrafluoride" fluids and IC2 cells.
% Changed Multitank Controller Logic, maybe broke things.
+ Added getNugget and getCell to Material.java
% Changed MaterialGenerator.java to use the materials radioactivity level, not the old method based on name.
% Moved material blacklist for BlastSmelting Recipe generation out of material/MaterialGenerator.java.
|
|
% Changed the config file name and location, it now generates as GTplusplus.cfg in the GTplusplus folder inside the config folder.
|
|
+ Added a unique NEI GUI for the LFTR.
$ Fixed a spelling error in the LFTR NEI page.
+ Added a recipe for the Fire Maker.
% Changed recipes using uraniumtetrafluoride & uraniumthexafluoride, they now use molten.uraniumtetrafluoride and molten.uraniumhexafluoride.
% Changed the texture of molten.fluids.
|
|
% Completely rewrote NBT handling on small fluid tanks. Nearly at a satisfactory level.
|
|
% More work on the small tank.
|
|
+ Gave the Helium Blob a name.
+ Gave core items the ability to have a name on yet another constructor.
- Disabled the cape handler.
% Minor improvements to the portable tanks.
|
|
|
|
have the generateAll flag as false.
+ Added some logging to RecipeBuilder() to further help find broken recipes.
$ Fixed a missing texture; textures/items/cell/SulfuricLithium.png had a double .png file extension.
|
|
+ Added a new constructor to material/MaterialGenerator.java which allows a true/false on what parts get generated. The old constructor was not removed, it just defaults to true for all parts to be generated.
- Removed Lithium-7 Rotors, Screws, Rods, Long Rods, Gears, Bolts & Rings as a result of the previous addition.
+ Added some missing textures.
|
|
|
|
RECIPES_GREGTECH.java
% Changed LFTR logic.
|
|
+ Added a new LFTR recipe.
% Changed a Uranium fluid recipe to require U233 instead of U235.
+ Added some form of logic to the LFTR, now it should run and generate much power.
|
|
+ Added a new constructor to the CoreItem class to allow naming overrides (Avoids the language file)
+ Added recipes for Cooked ZrCl4 in the EBF, Zironium pellets(Zr+Cl4) in the Autoclave and ZrCl4 Dust in the Macerator.
$ Improved the chance of obtaining Zr quite a lot, fixes a small balance issue.
|
|
+ Added Zirconium Chloride -> TetraFluoride dehydrator recipe.
+ generateFluid now adds a dust -> fluid recipe.
|
|
+ Added more fluids for the LFTR recipes.
|
|
% Modified BaseItemComponent.java to support custom cell generation more easily.
+ Added a LFTR test recipe.
+ Added LFTR recipe support.
% Changed FirePit Model.
|
|
|
|
fire source.
+ Added capability to the fire starter, to ignite the fire pit directly.
% Changed Shard handling event.
|
|
$ Fixed some inverted logic, where it would give TC shards 99.99% of the time.
|
|
|
|
|
|
when TC is not installed.
|
|
+ Enabled the BlockEventHandler.
|
|
|
|
it fails)
+ Maceration recipes for the non-TC shards into non-TC shard dust. (Which GT then oreDicts into it's own, for making Energy Crystal)
+ Recipes for the Multi-tank Controller and it's frame blocks. (Fixes #40)
+ 4 new pipe types. Now there are 5 sizes of Tungsten, Dark Steel, Lead and Clay.
- Hydrogen Blobs no longer get registered as dustHydrogen. (Broke many things without intention)
$ Hopefully made a fix to the Multi-Tank, where it would reset it's storage multiplier to 0 or 1 when a world reloaded.
% Enabled a previously disabled logging feature.
+ Put extra logging into getItemStackOfAmountFromOreDictNoBroken() during debug mode.
$ Cleaned up ReflectionUtils.java and added a new method getMethodName() which will show where a method was called from.
|
|
molten recipes. (Moved the position of the code to after the single dust recipe is generated.)
|
|
sub-components won't ever get a multi-dust recipe at all. (Should fix #43)
- Removed an old function for obtaining items excluding certain mods. Not really needed any more at all.
|
|
|
|
|
|
> Shouldn't crash now if Forestry does not exist.
Should fix #44.
|
|
missing.
+ Added recipes to create these shards.
+ Added a texture for shards.
+ Added a class to handle Block Events. BlockEventHandler.java
% Improved formatting on the 'Infused' dusts.
|
|
- Removed a bunch more annoying recipe logging during startup.
|
|
|
|
broke.
|
|
singular and multi-block type (A few non-machine things aren't configurable still, but on the to-do)
% Changed the scanner results when used on a Multi-tank controller.
|
|
|
|
|
|
% Deprecated the Helium blob in favour of the Hydrogen blob.
|
|
> Other than it's ability to keep the output hatches filled, it works perfectly.
- Removed LOTS of logging which was generated due to Blast Furnace recipe creation.
|
|
+ Added handlers in Material.java for materials with invalid names.
% Changed logging on some math related functions in Utils.java.
+ Added an extra case for Infused dusts into MaterialUtils.java.
|
|
singular dusts, with small/tiny dusts.
% Added dusts for AER, IGNIS, TERRA & AQUA, which won't require TC and will have alternative recipes.
|
|
+ Added proper components for the BLOODSTEEL material.
+ Added a feature to CoreItem.java that allows items to be replaced (easy deprecation of older items).
$ Fancied up the PlaceHolder Texture.
% Tweaked the recipe for the Maceration Stack Controller.
|
|
|
|
% Changed log messages for missing material components. Now it lets the user know they can re-enable it themselves if they don't want to wait on Blood to fix it. :)
|
|
+ Added some log messages for #35 so that people can/will tell @Blood-asp about missing items. Since it's not my issue.
|
|
+ Added a dependency for NEI in dev, not used yet for ssp/smp.
|
|
> Not really sure, haven't had a desktop in 2 weeks. Think this fixes alvearies? dunno.
|
|
|