|
1 | 1 | ## Changelog |
2 | 2 |
|
| 3 | +## 2.3.2 |
| 4 | + |
| 5 | +BETA RELEASE |
| 6 | + |
| 7 | +Featured Changes: |
| 8 | +* Added a Heating Coil Registry with CT Support for adding and removing Coils |
| 9 | +* Fixed fluid tanks being shown twice in TheOneProbe |
| 10 | +* Fixed machines overclocking too many times |
| 11 | +* Overhauled and redesigned TheOneProbe providers for GT machines |
| 12 | +* Overhauled Explosion Configs: machines can now explode in rain, water, and more |
| 13 | + |
| 14 | +* Fixed Electric Blast Furnace recipes of Magnetic Dusts |
| 15 | +* Fixed UHV Energy Hatch recipes |
| 16 | +* Disabled wrench rotation of the Clipboard |
| 17 | +* Increased machine speed of GT recipes for vanilla items and GT covers |
| 18 | +* Added Soft Hammer toggles for Item and Fluid I/O hatch auto-input/output |
| 19 | +* Allowed Steam Solar Boilers to work in the desert when raining |
| 20 | +* Fixed Steam Solar Boilers working in dimensions with no sun (The End) |
| 21 | +* Changed Hermetic Casings to use a custom model and non-hardcoded textures |
| 22 | +* Fixed crash with recursive nodes in the Terminal Recipe Chart App |
| 23 | +* Improved multiblock JEI page block list ItemBlock accuracy |
| 24 | +* Fixed crashes from Bedrock Fluid Veins |
| 25 | +* Fixed being able to Silk Touch VariantActiveBlocks, such as Heating Coils |
| 26 | +* Blacklisted the Crafting Station from the Terminal Console App |
| 27 | +* Fixed multiblock coil bonuses not applying when not overclocking |
| 28 | +* Fixed Wireless Digital Interface Cover creating highlight boxes in the wrong dimension |
| 29 | +* Fixed Prospector Scanners showing Galacticraft planet blocks as Copper Ore |
| 30 | +* Fixed Digital Interface Covers having unbounded slot selection |
| 31 | +* Fixed Digital Interface Cover energy bar overflow |
| 32 | +* Fixed fluids being extractable from input hatches with pipes |
| 33 | +* Cleaned up Steam Multiblock tooltips |
| 34 | +* Added fluid input minimum to Large Miners |
| 35 | +* Fixed Supply Exact on Robot Arms not working above 1 stack of items |
| 36 | +* Fixed numerous recipe conflicts in the Large Chemical Reactor |
| 37 | +* Updated Russian Translation |
| 38 | +* Internal: Updated Repository README with attribution and relevant links |
| 39 | +* Internal: Stopped using some helper methods from CodeChickenLib |
| 40 | +* Internal: Added Integer and String Block Unlisted Properties |
| 41 | +* Internal: Changes to fluid related methods in MetaTileEntity |
| 42 | + * Added `fillInternalTankFromFluidContainer(IFluidHandler fluidHandler)` |
| 43 | + * Added `fillContainerFromInternalTank(IFluidHandler fluidHandler)` |
| 44 | + * Removed `fillInternalTankFromFluidContainer(IItemHandlerModifiable importItems, IItemHandlerModifiable exportItems, int inputSlot, int outputSlot)` |
| 45 | + * Removed `fillContainerFromInternalTank(IItemHandlerModifiable importItems, IItemHandlerModifiable exportItems, int inputSlot, int outputSlot)` |
| 46 | + |
3 | 47 | ### 2.3.1 |
4 | 48 |
|
5 | 49 | BETA RELEASE (hotifx) |
|
0 commit comments