Age | Commit message (Collapse) | Author |
|
|
|
% Tweaked Meta Tile Entity IDs.
|
|
+ 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.
|
|
% Changed Autocrafter Tooltip.
|
|
+ Added Thermal Boiler manual recipe.
$ Fixed OreDict ASM.
% Changed recipe handling for the Thermal Boiler.
|
|
|
|
% Tweaked Thermal Boiler controller Tooltip.
$ Made the Thermal Boiler only load when the config option is true.
|
|
+ Added a recipe for the basic air filter.
|
|
+ Added Better Accelerator Tooltip.
|
|
$ 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.
|
|
$ Fixed minor RTG error.
|
|
% Cleaned up GT4Entity_ThermalBoiler.java.
$ GregtechMetaTileEntity_Cyclotron.java now conforms to a proper tile entity.
$ Fixed Cyclotron load declaration.
|
|
> This code will need a small rewrite to support GT5 functionality.
|
|
|
|
% Changed the RTGs tier to HV.
|
|
|
|
|
|
$ Fixed extrusion recipes for pipes not aligning with their Gregtech counterparts.
|
|
$ Fixes CI not handling OrePrefix names correctly. (Actually forgot to return the item at all)
- Removes logging regarding generated pipes.
% Changed recipe load position for Simple Washer.
% Changed the cost of Multiblock controllers.
|
|
|
|
|
|
|
|
$ Tried to fix Portable Fluid Tanks.
% Changed Redstone Alloy Wire loss.
|
|
|
|
|
|
% Made lots of recipe components public for use outside main recipe class.
|
|
% Tweaked wash time by 4x.
|
|
+ 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.
|
|
+ Improved the Pollution Detectors Textures.
% Changed Pollution Detector's tooltip.
|
|
- Disabled some unused Gregtech Tile Entities.
% Refactored some classes to be in better locations.
|
|
+ Added Recipes for Wire Coils.
% Tweaked Advanced Boiler recipes to now require Huge pipes.
% Changed a handful of recipes to utilise the new GT circuits.
+ Added my custom circuits to the same OreDict tags as the new GT ones, so they are interchangeable.
|
|
% Tweaked Cost of custom pipes in the extruder. Fixes #67.
|
|
> Now they won't burn fuel once they're at 80% temp, so it's not wasted.
$ Fixed all Advanced Boilers using the Tier 1 Boiler Chassis.
% Tweaked Advanced Boiler Textures.
|
|
+ Added a texture for Boiler Chassis.
% Tweaked Dehydration Coil/Wire colours.
|
|
% Finished recipes for the Dehydrator.
+ Added some temporary recipes for the Advanced Boilers.
$ Fixed an error in addShapedGregtechRecipe where NPE's were thrown.
|
|
|
|
+ Added a new GUI texture for the Advanced Boilers.
|
|
|
|
|
|
* re-tiered Tanks a bit for GTNH pack
* fix recipes
* recipes not shown before
* Change Tank HV recipes
* so this is better
|
|
+ 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.
|
|
$ Fixed GT:NH compatibility not working.
% Tweaked Fluorite drop function.
|
|
% Disabled Fluid Tanks above IV tier when GT:NH is loaded.
|
|
+ Added a handler for creating non-molten fluids.
+ Added the basis for a config switch to enable or disable the tree farmer.
$ Improved Tree Farm cutting and cleanup code.
$ Fixed a bug in ItemUtils, stemming from ancient code which pointed at an array index which never exists. (Now I compare array length.)
- Removed some useless code from Material.java.
|