Age | Commit message (Collapse) | Author |
|
+ Moved most Nuclear components to the new classes, for readability and ease of use.
- Removed old instances of Nuclear Fuel components, not generated by my MaterialGenerator.java.
% Tweaked recipes to reflect new materials generated.
+ Enabled material generation for Nuclear materials, producing a very strict item output set.
+ Added U235/U238/Pu241/Pu244 to ELEMENT.java
% Changed all LFTR recipes to now output Uranium Hexafluoride, instead of straight U233.
|
|
+ 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.
|
|
% 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.
|
|
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.
|
|
% Modified BaseItemComponent.java to support custom cell generation more easily.
+ Added a LFTR test recipe.
+ Added LFTR recipe support.
% Changed FirePit Model.
|
|
+ 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.
|
|
- 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 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.
|
|
default Alveary components.
$ Changed recipe checking of the Alloy Smelter, instead of only checking the first two slots, it now will check a dynamic size. Should fix #36.
|
|
> It now requires 4 Mufflers, no more, no less.
|
|
+ Re-did imports again, from the desktop, with looser rules.
|
|
This reverts commit 0669f5eb9d5029a8b94ec552171b0837605f7747.
# Conflicts:
# src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java
# src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_MassFabricator.java
Revert "% Cleaned up Imports."
This reverts commit 3654052fb63a571c5eaca7f20714b87c17f7e966.
|
|
|
|
> Much neat, very nices.
|
|
|
|
|
|
+ LFTR is now registered on startup for internal testing, expect results soon.
|
|
|
|
create UU-A on the fly, for a reduced cost.
+ Much Logging, many reads.
|
|
|
|
- Stopped tracking pointless changes to .classpath
|
|
Things I fixed during my workspace clone.
|
|
|
|
UUIDs.
|
|
> It just needs to pipe internal tank to the output hatch when it has fluid inside it.
|
|
|
|
+ Added many more config options.
$ Fixed workbench crash, third time lucky.
|
|
$ Fixed some recipes in the Blast Smelter that only required circuits.
|
|
|
|
^ Bumped mod version to v1.4.9-release
|
|
% Will re-use dual fluid generator code later.
|
|
|
|
+ More work on the Maceration Stack recipe handling, to duplicate to other machines when complete.
|
|
|