Skip to content

Commit 0113345

Browse files
authored
Updated Changelog and version bump to 1.12.0 (#1500)
1 parent 194a65a commit 0113345

2 files changed

Lines changed: 30 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
## Changelog
22

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+
330
### 1.11.3 (Hotfix)
431
* Removed mechanism to distribute expensive ticks more evenly as it broke JEI multiblock preview - LAGIdiot
532

@@ -609,4 +636,4 @@ All covers have GUIs that help you set them up. They can be placed on machines a
609636
* Fix lens colors
610637
* Remove placeholder pipes
611638
* Added method for pbf recipe removal
612-
* Rewritten cable code
639+
* Rewritten cable code

src/main/java/gregtech/GregTechVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ public final class GregTechVersion {
44

55
public static final int MAJOR = 1;
66
//This number is incremented every major feature update
7-
public static final int MINOR = 11;
7+
public static final int MINOR = 12;
88
//This number is incremented every time the feature is added, or bug is fixed. resets every major version change
9-
public static final int REVISION = 3;
9+
public static final int REVISION = 0;
1010
//This number is incremented every build, and never reset. Should always be 0 in the repo code.
1111
public static final int BUILD = 0;
1212

0 commit comments

Comments
 (0)