Skip to content

Commit 9257b82

Browse files
committed
ModuleObject added to providers.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 3a69f32 commit 9257b82

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/home/ModuleObject.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import com.mairwunnx.projectessentials.core.api.v1.module.IModule
99
import com.mairwunnx.projectessentials.home.commands.DelHomeCommand
1010
import com.mairwunnx.projectessentials.home.commands.HomeCommand
1111
import com.mairwunnx.projectessentials.home.commands.SetHomeCommand
12+
import com.mairwunnx.projectessentials.home.configurations.HomeConfiguration
13+
import com.mairwunnx.projectessentials.home.configurations.HomeSettingsConfiguration
1214
import net.minecraftforge.common.MinecraftForge.EVENT_BUS
1315
import net.minecraftforge.fml.InterModComms
1416
import 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
}

0 commit comments

Comments
 (0)