Skip to content

Commit

Permalink
packages
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jul 18, 2024
1 parent d11e649 commit 1174093
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package band.kessokuteatime.ivespoken.config;
package band.kessokuteatime.ivespoken.config.modmenu;

import band.kessokuteatime.ivespoken.config.IveSpokenConfig;
import com.terraformersmc.modmenu.api.ConfigScreenFactory;
import com.terraformersmc.modmenu.api.ModMenuApi;
import me.shedaniel.autoconfig.AutoConfig;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"band.kessokuteatime.ivespoken.IveSpoken"
],
"modmenu": [
"band.kessokuteatime.ivespoken.config.IveSpokenModMenuIntegration"
"band.kessokuteatime.ivespoken.config.modmenu.IveSpokenModMenuIntegration"
]
},
"mixins": [
Expand Down

0 comments on commit 1174093

Please sign in to comment.