diff options
| author | Linnea Gräf <nea@nea.moe> | 2024-04-08 18:42:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-08 18:42:25 +0200 |
| commit | ff6dd291a0f89644508171e6b984295de20466ce (patch) | |
| tree | daa540ed19040decaf318873c7a0aeee04fbede1 /src/main/java/at/hannibal2/skyhanni/utils/repopatterns | |
| parent | e2145b0ce839cefe66431592a9884a316740e0f7 (diff) | |
| download | skyhanni-ff6dd291a0f89644508171e6b984295de20466ce.tar.gz skyhanni-ff6dd291a0f89644508171e6b984295de20466ce.tar.bz2 skyhanni-ff6dd291a0f89644508171e6b984295de20466ce.zip | |
Bump MoulConfig to 3.0.0 betas (#1382)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/utils/repopatterns')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/utils/repopatterns/RepoPatternGui.kt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/utils/repopatterns/RepoPatternGui.kt b/src/main/java/at/hannibal2/skyhanni/utils/repopatterns/RepoPatternGui.kt index efc41bffa..9dfb38db3 100644 --- a/src/main/java/at/hannibal2/skyhanni/utils/repopatterns/RepoPatternGui.kt +++ b/src/main/java/at/hannibal2/skyhanni/utils/repopatterns/RepoPatternGui.kt @@ -1,12 +1,12 @@ package at.hannibal2.skyhanni.utils.repopatterns import at.hannibal2.skyhanni.SkyHanniMod -import io.github.moulberry.moulconfig.common.MyResourceLocation -import io.github.moulberry.moulconfig.gui.GuiContext -import io.github.moulberry.moulconfig.gui.GuiScreenElementWrapperNew -import io.github.moulberry.moulconfig.observer.ObservableList -import io.github.moulberry.moulconfig.xml.Bind -import io.github.moulberry.moulconfig.xml.XMLUniverse +import io.github.notenoughupdates.moulconfig.common.MyResourceLocation +import io.github.notenoughupdates.moulconfig.gui.GuiComponentWrapper +import io.github.notenoughupdates.moulconfig.gui.GuiContext +import io.github.notenoughupdates.moulconfig.observer.ObservableList +import io.github.notenoughupdates.moulconfig.xml.Bind +import io.github.notenoughupdates.moulconfig.xml.XMLUniverse /** * Gui for analyzing [RepoPattern]s @@ -19,7 +19,7 @@ class RepoPatternGui private constructor() { * Open the [RepoPatternGui] */ fun open() { - SkyHanniMod.screenToOpen = GuiScreenElementWrapperNew( + SkyHanniMod.screenToOpen = GuiComponentWrapper( GuiContext( XMLUniverse.getDefaultUniverse() .load(RepoPatternGui(), MyResourceLocation("skyhanni", "gui/regexes.xml")) |
