|
1 | 1 | ## Changelog |
2 | 2 |
|
| 3 | +### 1.12.0 |
| 4 | +* Highlight: TOP now displays fuel information (#1484) - Adrian Brock |
| 5 | + * Blocks consuming fuel now has new information provided in TOP |
| 6 | + * Specifically what fuel is used and how long will last |
| 7 | +* Highlight: Ore vein generation page in JEI (#1386) - ALongStringOfNumbers |
| 8 | + * Pressing U on GTCE Ore will show in which veins it can be found |
| 9 | + * Additional information like dimensions, spawn range and vein weight are available |
| 10 | + * Vein files now can contain name and description optional values |
| 11 | +* Added descriptors to the machine controller (#1459) - ALongStringOfNumbers |
| 12 | +* Added unlocalized name of supported items is copied to clipboard when using /gt util hand (#1465) - Adrian Brock |
| 13 | +* Added support for multiblocks having own front side overlay (#1494) - dan |
| 14 | +* Added circuit method for adding circuits to CT recipes (#1496) - ALongStringOfNumbers |
| 15 | +* Updated JEI Multiblocks to show block counts and allow bookmarking (#1452) - Adrian Brock |
| 16 | +* Updated surface rocks to allow walking over them (#1462) - Adrian Brock |
| 17 | +* Updated sort to sort items by amount in descending order (#1477) - Nikolay Korolev |
| 18 | +* Updated particle texture to use material color (#1481) - Nikolay Korolev |
| 19 | +* Updated bounding box for Chest and Safe (#1482) - Nikolay Korolev |
| 20 | +* Removed generation of orebyproduct recipes when there are no byproducts (#1463) - Adrian Brock |
| 21 | +* Removed duplicate Dense Plate recipe (#1495) - dan |
| 22 | +* Fixed JEI multiblock rendering issue for Cracking Unit (#1464) - Adrian Brock |
| 23 | +* Fixed setting held item for non player listeners (#1466) - Adrian Brock |
| 24 | +* Fixed findPlayersUsing usage of AxisAlignedBB (#1470) - Nikolay Korolev |
| 25 | +* Fixed chest placement render problem (#1475) - Nikolay Korolev |
| 26 | +* Fixed some Russian translation (#1478) - Nikolay Korolev |
| 27 | +* Fixed empty containers working as full ones in Crafting Station (#1479) - Adrian Brock |
| 28 | +* Refactored MetaTileEntityChest (#1471) - Nikolay Korolev |
| 29 | + |
3 | 30 | ### 1.11.3 (Hotfix) |
4 | 31 | * Removed mechanism to distribute expensive ticks more evenly as it broke JEI multiblock preview - LAGIdiot |
5 | 32 |
|
@@ -609,4 +636,4 @@ All covers have GUIs that help you set them up. They can be placed on machines a |
609 | 636 | * Fix lens colors |
610 | 637 | * Remove placeholder pipes |
611 | 638 | * Added method for pbf recipe removal |
612 | | -* Rewritten cable code |
| 639 | +* Rewritten cable code |
0 commit comments