Skip to content

Commit b984b4b

Browse files
RELEASE for 1.20.1 (GregTechCEu#2924)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7a19165 commit b984b4b

File tree

2 files changed

+76
-1
lines changed

2 files changed

+76
-1
lines changed

CHANGELOG.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,80 @@
11
# ChangeLog
22

3+
## Version [v1.6.4](https://github.com/GregTechCEu/GregTech-Modern/compare/v1.6.3-1.20.1...v1.6.4-1.20.1)
4+
### Added
5+
6+
- Add magnet filters by @omergunr100 in [#2769](https://github.com/GregTechCEu/GregTech-Modern/pull/2769)
7+
- Config option to enable/disable ore indicator generation by @JuiceyBeans in [#2767](https://github.com/GregTechCEu/GregTech-Modern/pull/2767)
8+
- Add assembler recipes for fishing rods by @JuiceyBeans in [#2757](https://github.com/GregTechCEu/GregTech-Modern/pull/2757)
9+
- Add campfire extinguishing behavior to shovels by @JuiceyBeans in [#2740](https://github.com/GregTechCEu/GregTech-Modern/pull/2740)
10+
- Add ability to ignore tag prefixes when building Material by @tomprince in [#2627](https://github.com/GregTechCEu/GregTech-Modern/pull/2627)
11+
- Add log-stripping recipes in the lathe by @a-a-GiTHuB-a-a in [#2775](https://github.com/GregTechCEu/GregTech-Modern/pull/2775)
12+
- Refresh slot textures + change assembler slot texture by @JuiceyBeans in [#2818](https://github.com/GregTechCEu/GregTech-Modern/pull/2818)
13+
- Add Day/night Recipe Condition by @JuiceyBeans in [#2885](https://github.com/GregTechCEu/GregTech-Modern/pull/2885)
14+
- Add builder for KJS by @krossgg in [#2866](https://github.com/GregTechCEu/GregTech-Modern/pull/2866)
15+
16+
### Fixed
17+
18+
- Filter nitpicks by @omergunr100 in [#2786](https://github.com/GregTechCEu/GregTech-Modern/pull/2786)
19+
- Make steam miners also break miner pipe when broken by @a-a-GiTHuB-a-a in [#2776](https://github.com/GregTechCEu/GregTech-Modern/pull/2776)
20+
- Fix data bank not requiring energy by @kitgxrl in [#2796](https://github.com/GregTechCEu/GregTech-Modern/pull/2796)
21+
- Stop showing Running 1 parallel. in Jade/TOP. by @tomprince in [#2758](https://github.com/GregTechCEu/GregTech-Modern/pull/2758)
22+
- Change circuits for tungsten carbide and titanium carbide by @JuiceyBeans in [#2750](https://github.com/GregTechCEu/GregTech-Modern/pull/2750)
23+
- Fix explosion logic by @omergunr100 in [#2824](https://github.com/GregTechCEu/GregTech-Modern/pull/2824)
24+
- Add overrides for setFluid and getFluid calls to PotionItem by @loving2 in [#2770](https://github.com/GregTechCEu/GregTech-Modern/pull/2770)
25+
- Implement vanilla getFoodProperties() method by @jtuc in [#2839](https://github.com/GregTechCEu/GregTech-Modern/pull/2839)
26+
- Fix ME hatches crashing on server side by @dnk1234567 in [#2812](https://github.com/GregTechCEu/GregTech-Modern/pull/2812)
27+
- Fix map overlay caches not clearing when they should by @omergunr100 in [#2744](https://github.com/GregTechCEu/GregTech-Modern/pull/2744)
28+
- Fix the rotor holder renderer crashing due to syncing of held item by @omergunr100 in [#2820](https://github.com/GregTechCEu/GregTech-Modern/pull/2820)
29+
- Fix storage cover widget icon by @JuiceyBeans in [#2817](https://github.com/GregTechCEu/GregTech-Modern/pull/2817)
30+
- Fix Machine Controller Cover crashing without anything to control by @omergunr100 in [#2821](https://github.com/GregTechCEu/GregTech-Modern/pull/2821)
31+
- Fix client crashing when failing to send keybinds to the server by @omergunr100 in [#2829](https://github.com/GregTechCEu/GregTech-Modern/pull/2829)
32+
- Fix Log and Stripped Recipes causing NPE by @YoungOnionMC in [#2864](https://github.com/GregTechCEu/GregTech-Modern/pull/2864)
33+
- Fix radaway dust decomposition resource duplication by @omergunr100 in [#2869](https://github.com/GregTechCEu/GregTech-Modern/pull/2869)
34+
- Fix meta machines being valid spawn points by @omergunr100 in [#2872](https://github.com/GregTechCEu/GregTech-Modern/pull/2872)
35+
- Fix fusion reactor renderer logic by @omergunr100 in [#2871](https://github.com/GregTechCEu/GregTech-Modern/pull/2871)
36+
- Fix harmful effects applying for a tick with QuarkTech Helmet by @Irgendwer01 in [#2886](https://github.com/GregTechCEu/GregTech-Modern/pull/2886)
37+
- Fix Charcoal Pile Igniter crash by @MatthiasMann in [#2889](https://github.com/GregTechCEu/GregTech-Modern/pull/2889)
38+
- Fix Fisher Loot button not being persisted by @Echoloquate in [#2884](https://github.com/GregTechCEu/GregTech-Modern/pull/2884)
39+
- Fix Research Machines not respecting Maintenance Config by @krossgg in [#2893](https://github.com/GregTechCEu/GregTech-Modern/pull/2893)
40+
- Fix Text Formatting in Maintenance GUI by @YoungOnionMC in [#2870](https://github.com/GregTechCEu/GregTech-Modern/pull/2870)
41+
- Fix StackOverflowError caused by infinite food recursion by @krossgg in [#2891](https://github.com/GregTechCEu/GregTech-Modern/pull/2891)
42+
- Fix Fusion Reactor Recipe Widget inconsistencies by @krossgg in [#2890](https://github.com/GregTechCEu/GregTech-Modern/pull/2890)
43+
- Enable cover behavior for basic (untiered) solar panels by @jtuc in [#2837](https://github.com/GregTechCEu/GregTech-Modern/pull/2837)
44+
- Make Cleanroom Casings respect the casing amount config. by @YoungOnionMC in [#2918](https://github.com/GregTechCEu/GregTech-Modern/pull/2918)
45+
- Add Comma Formatting to Cable Tooltips by @YoungOnionMC in [#2920](https://github.com/GregTechCEu/GregTech-Modern/pull/2920)
46+
- Fix missing decomp for various Copper Blocks by @YoungOnionMC in [#2916](https://github.com/GregTechCEu/GregTech-Modern/pull/2916)
47+
- Fix temperature for sulfuric light fuel by @JuiceyBeans in [#2914](https://github.com/GregTechCEu/GregTech-Modern/pull/2914)
48+
- Fix ParallelHatchPartMachine starting with 0 parallels by @krossgg in [#2896](https://github.com/GregTechCEu/GregTech-Modern/pull/2896)
49+
- Fix Detector Comparator calculation and add Latching toggle by @krossgg in [#2898](https://github.com/GregTechCEu/GregTech-Modern/pull/2898)
50+
- Fix conflict between Gold Drum and Gold Pressure Plate by @GirixK in [#2865](https://github.com/GregTechCEu/GregTech-Modern/pull/2865)
51+
- Fix nano saber model by @ko-lja in [#2917](https://github.com/GregTechCEu/GregTech-Modern/pull/2917)
52+
- Fix Robot Arm Keep Exact functionality with item pipes by @BryanSer in [#2897](https://github.com/GregTechCEu/GregTech-Modern/pull/2897)
53+
- Fix drums that are not acid proof allows to fill acid by @DiFFoZ in [#2784](https://github.com/GregTechCEu/GregTech-Modern/pull/2784)
54+
55+
### Changed
56+
57+
- Configurable Electric Singleblock miner speed by @eve336 in [#2785](https://github.com/GregTechCEu/GregTech-Modern/pull/2785)
58+
- Rewrite biome coloring to not require rendering mod patches by @embeddedt in [#2773](https://github.com/GregTechCEu/GregTech-Modern/pull/2773)
59+
- Use B instead of kmB in ME Input Hatches. by @tomprince in [#2759](https://github.com/GregTechCEu/GregTech-Modern/pull/2759)
60+
- Restructure Gradle for Dev Efficiency by @krossgg in [#2787](https://github.com/GregTechCEu/GregTech-Modern/pull/2787)
61+
- Lazily construct GTRecipeWrappers in JEI recipe category by @embeddedt in [#2714](https://github.com/GregTechCEu/GregTech-Modern/pull/2714)
62+
- Remove lombok val for var by @mrquentin in [#2802](https://github.com/GregTechCEu/GregTech-Modern/pull/2802)
63+
- Add utils functions to the IMachineOwner interface to ease the retrie… by @mrquentin in [#2801](https://github.com/GregTechCEu/GregTech-Modern/pull/2801)
64+
- Replace some Bucket Item stacks with FluidContainerIngredient by @mrquentin in [#2804](https://github.com/GregTechCEu/GregTech-Modern/pull/2804)
65+
- Allow setting material formula from builder. by @tomprince in [#2594](https://github.com/GregTechCEu/GregTech-Modern/pull/2594)
66+
- Refactor fusion reactor renderer by @omergunr100 in [#2855](https://github.com/GregTechCEu/GregTech-Modern/pull/2855)
67+
- Fix ME machine copy-paste tooltip by @jtuc in [#2838](https://github.com/GregTechCEu/GregTech-Modern/pull/2838)
68+
- Update ru_ru by @marisathewitch in [#2873](https://github.com/GregTechCEu/GregTech-Modern/pull/2873)
69+
- Add hardRedstoneRecipe for target block by @JuiceyBeans in [#2888](https://github.com/GregTechCEu/GregTech-Modern/pull/2888)
70+
- Update zh_cn by @iouter in [#2863](https://github.com/GregTechCEu/GregTech-Modern/pull/2863)
71+
- Add color to Cable Tooltips by @YoungOnionMC in [#2911](https://github.com/GregTechCEu/GregTech-Modern/pull/2911)
72+
- Add Getter methods to BatteryMatchWrapper by @mrquentin in [#2903](https://github.com/GregTechCEu/GregTech-Modern/pull/2903)
73+
- update ja_jp.json by @code-onigiri in [#2922](https://github.com/GregTechCEu/GregTech-Modern/pull/2922)
74+
- Fix prospector waypoint message showing when no waypoint created by @Pumpkin7266 in [#2908](https://github.com/GregTechCEu/GregTech-Modern/pull/2908)
75+
- Change Muffler hatch particles to campfire smoke by @JuiceyBeans in [#2913](https://github.com/GregTechCEu/GregTech-Modern/pull/2913)
76+
77+
378
## Version [v1.6.3](https://github.com/GregTechCEu/GregTech-Modern/compare/v1.6.2-1.20.1...v1.6.3-1.20.1)
479
### Added
580

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ org.gradle.caching = true
66
# Mod Info
77
mod_id = gtceu
88
mod_name = GregTech
9-
mod_version = 1.6.4
9+
mod_version = 1.6.5
1010
mod_description = GregTech CE Unofficial, ported from 1.12.2
1111
mod_license = LGPL-3.0 license
1212
mod_url = https://github.com/GregTechCEu/GregTech-Modern/

0 commit comments

Comments
 (0)