File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/main/kotlin/com/mairwunnx/projectessentials/home Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ import com.mairwunnx.projectessentials.core.api.v1.module.IModule
99import com.mairwunnx.projectessentials.home.commands.DelHomeCommand
1010import com.mairwunnx.projectessentials.home.commands.HomeCommand
1111import com.mairwunnx.projectessentials.home.commands.SetHomeCommand
12+ import com.mairwunnx.projectessentials.home.configurations.HomeConfiguration
13+ import com.mairwunnx.projectessentials.home.configurations.HomeSettingsConfiguration
1214import net.minecraftforge.common.MinecraftForge.EVENT_BUS
1315import net.minecraftforge.fml.InterModComms
1416import net.minecraftforge.fml.common.Mod
@@ -54,7 +56,8 @@ class ModuleObject : IModule {
5456 HomeCommand ::class .java,
5557 DelHomeCommand ::class .java,
5658 HomeConfiguration ::class .java,
57- HomeSettingsConfiguration ::class .java
59+ HomeSettingsConfiguration ::class .java,
60+ ModuleObject ::class .java
5861 )
5962 }
6063 }
You can’t perform that action at this time.
0 commit comments