diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-06 19:26:30 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-06 19:26:30 +0100 |
commit | c8979335fa316087367c7ebee771b0c3cf7f9bb0 (patch) | |
tree | 514e58470d7bdfefa7d5ee2dca8747cd0976e4cf /constants | |
parent | d049e0463ea4f7c2447fff8c7266f35c4e54e959 (diff) | |
download | SkyHanni-REPO-c8979335fa316087367c7ebee771b0c3cf7f9bb0.tar.gz SkyHanni-REPO-c8979335fa316087367c7ebee771b0c3cf7f9bb0.tar.bz2 SkyHanni-REPO-c8979335fa316087367c7ebee771b0c3cf7f9bb0.zip |
added new NEU gui path
Diffstat (limited to 'constants')
-rw-r--r-- | constants/ModGuiSwitcher.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/ModGuiSwitcher.json b/constants/ModGuiSwitcher.json index ea253a6..173f429 100644 --- a/constants/ModGuiSwitcher.json +++ b/constants/ModGuiSwitcher.json @@ -71,7 +71,8 @@ "command": "neu", "guiPath": [ "io.github.moulberry.notenoughupdates.core.GuiScreenElementWrapper", - "io.github.moulberry.notenoughupdates.core.config.gui." + "io.github.moulberry.notenoughupdates.core.config.gui.", + "io.github.moulberry.notenoughupdates.commands.help.SettingsCommand$createConfigScreen$1" ] }, "OneConfig": { |