This exception is thrown when there is a conflict between modules in a Java application. In this case, the modules 'main' and 'simplemusketu' are both exporting the same package 'com.shadowxttt.simplemusketunofficial.entity' to the module 'fml_events'.

To fix this issue, you need to resolve the conflict by ensuring that only one of the modules exports the package to the 'fml_events' module. You can do this by either removing the export statement from one of the modules or by ensuring that the package is only exported by one of the modules.

Additionally, make sure that you have the correct module dependencies and declarations in your project configuration.

Java Module Conflict: ResolutionException: 'main' and 'simplemusketu' Exporting Same Package

原文地址: https://www.cveoy.top/t/topic/quxR 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录