Skip to content

Commit 6e73cf5

Browse files
committed
update changelog for version 1.12.2 and fix Cringe shake config crash
1 parent e4559c7 commit 6e73cf5

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.12.2
2+
3+
### Fixed
4+
5+
- Fixed Cringe shake config causing a crash
6+
17
# 1.12.1
28

39
### Fixed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mapping_version=1.21
1919
mod_id=geneticsresequenced
2020
mod_name=Genetics: Resequenced
2121
mod_license=MIT
22-
mod_version=1.12.1
22+
mod_version=1.12.2
2323
mc_version=1.21.1
2424
mod_group_id=dev.aaronhowser.mods
2525
mod_authors=aaronhowser1

src/main/kotlin/dev/aaronhowser/mods/geneticsresequenced/client/renderer/GeneRenderChanges.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ object GeneRenderChanges {
3030
}
3131

3232
fun shakeFromCringePost(event: RenderLivingEvent.Post<*, *>) {
33+
if (!ClientConfig.CONFIG.doesCringeShake.get()) return
34+
3335
val entity = event.entity
3436
if (!entity.hasGene(ModGenes.CRINGE)) return
3537

0 commit comments

Comments
 (0)