File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
common/src/main/java/dev/terminalmc/effecttimerplus/gui/screen Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.2.7
4+
5+ - Fixed potency background toggle option not working
6+
37## 2.2.6
48
59- Fixed YACL mod ID in dependencies
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ static Screen getConfigScreen(Screen parent) {
211211 .addListener ((option , event ) -> preview .potencyBack = option .pendingValue ())
212212 .binding (Config .defaultPotencyBack ,
213213 () -> options .potencyBack ,
214- val -> options .timerBack = val )
214+ val -> options .potencyBack = val )
215215 .controller (option -> BooleanControllerBuilder .create (option ).coloured (true ))
216216 .build ());
217217
Original file line number Diff line number Diff line change 33# Neo/Forge version ranges: https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html
44
55# Project
6- mod_version =2.2.6 +1.21
6+ mod_version =2.2.7 +1.21
77mod_group =dev.terminalmc
88mod_id =effecttimerplus
99mod_name =EffectTimerPlus
You can’t perform that action at this time.
0 commit comments