new: start update to 1.19.3

This commit is contained in:
ZtereoHYPE 2022-12-12 17:53:53 +01:00
parent 2ea773bc1e
commit 1b9480e47e
3 changed files with 7 additions and 13 deletions

View file

@ -139,7 +139,6 @@ public class ConfigScreen extends Screen {
//reset to default
addRenderableWidget(new Button(this.width / 2 + (this.width / 2 - 150) / 2 + 76, 156, 74, 20, Component.literal("Reset"), (button) -> {
cm.resetNebulaSettings();
// find better way to reload screen
this.clearWidgets();
this.init();
invalidated = true;