Age | Commit message (Collapse) | Author |
|
+ Added the Fish Pond.
$ Added support for more textures in TAE.java.
- Disabled GT ASM.
|
|
$ More work on Gregtech ASM.
> NBTTagCompound is now created in MetaTileEntity. getDrops() & breakBlock() are also both overwritten.
|
|
$ Fixed Circuits so that each one has a valid replacement type.
$ Fixed a bug some materials had invalid radiation levels.
$ Fixed crushed ore item type textures.
+ Added recipes for all crushed ore items.
+ Added processing recipes for all crushed ore items.
|
|
|
|
% More Nitro work.
|
|
% Did work on the CFR.
$ Fixed a tooltip on the Pollution Detector.
|
|
+ Added a config for the Cutting Factory.
% Hid Generator Array Logging.
|
|
|
|
> These are a basic design-only implementation for reference, so they may never be completed and are more of a proof of concept.
|
|
+ Added stats for nerds to the PSS.
+ Added custom (dis)charge hatches for use with the PSS.
|
|
|
|
|
|
+ Added Red-Steel casing.
+ More additions to Thermal Centrifuge.
+ Added Wash-Plant and Large Thermal Centrifuge casings.
% Refactored config option 'enableMachine_ThermalBoiler' to be 'enableMultiblock_ThermalBoiler'.
|
|
|
|
|
|
- Removed Forge log spam.
|
|
+ Added a casing for the Autocrafter.
|
|
+ Added the Lava Filter.
+ Added Thermal Boiler Casing.
+ Added Recipes for the Thermal Boiler controller and casing block.
|
|
$ Fixed minor RTG error.
|
|
|
|
+ More Cyclotron work.
|
|
|
|
+ Added recipes for the tesseract devices.
|
|
+ Added 3 new materials for the custom pellets.
% Created StringUtils.java and migrated Super/Subscript formatting functions to it.
|
|
|
|
|
|
|
|
> This will be a config option to avoid a requirement of remerging it back into Gregtech itself.
> Although the new circuits will exist and have recipes, updating from a pre .09.28 world to .28+ will allow automation to continue working.
> New circuits produced will have correct oredict and will continue being used in recipes.
|
|
+ Added a recipe for every impure dust -> clean dust to simple washer.
|
|
+ Added a dev machine to create pollution.
|
|
% Changed the IDs of the newest blocks.
|
|
- Disabled some unused Gregtech Tile Entities.
% Refactored some classes to be in better locations.
|
|
# Conflicts:
# src/Java/gtPlusPlus/core/util/recipe/RecipeUtils.java (Actually fixed it this time)
|
|
+ Added a new GUI texture for the Advanced Boilers.
|
|
|
|
$ Fixed COFH Fluids having incorrect textures.
$ Fixed the recipe for Clay plates not auto-generating.
|
|
+ Added Recipes for the Industrial Sieve & Casings.
% Tweaked Blast Furnace EU cost for all materials.
|
|
|
|
+ Added the Alkalus Disk.
$ Fixed Frame Box Assembler Recipes.
$ Fixed Missing 7Li material.
$ Fixed Tiered Tanks not showing their capacity in the tooltip.
$ Fixed tooltips for alloys containing Bronze or Steel.
$ Fixed Clay Pipe Extruder Recipes.
- Removed a handful of Plasma cells for misc. materials.
% Changed the Industrial Coke Oven's tooltip, to better describe the input/output requirements.
% Cleaned up The Entire Project.
|
|
get a config option).
% Moved the internal power buffer variable out of the cut method into the class.
% Massive project tidy up, lots of old unused code removed or tidied up.
$ Fixed lots of String comparisons that used == instead of .equals().
$ Fixed Double/Triple/Quad null checks in certain places.
$ Fixed returns that set values at the same time.
$ Swapped 3.14 and 1.57 to Math.PI and Math.PI/2.
$ Fixed possible cases where a NPE may be thrown, by calling logging outside of null checks.
+ Added PI to CORE.java, since it's a double and MC uses it as a float in each instance.
- Stripped 95% of the useless code out of Meta_GT_Proxy.java
|
|
$ Improved the structure formation of the Tree Farmer, it now works better when built.
+ Added a new texture for the Farm manager blocks, which surround the Tree Farming structure.
|
|
+ Did a whole lot of work on it's logic, it now sort of assembles properly.
|
|
+ Added a config option for the FFPP.
+ Added new textures for the new casings.
- Removed obsolete tooltips on casing blocks.
|
|
+ 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.
|
|
|
|
|