We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
主要错误:java.lang.NoClassDefFoundError,缺少com/zuxelus/energycontrol/tileentities/TileEntityKitAssembler类 。 该错误由energycontrol模组引起,具体是在其preInit方法中尝试注册物品时发生的。 进一步追踪发现,错误源于类路径中缺少api/hbm/energy/IEnergyUser接口。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
主要错误:java.lang.NoClassDefFoundError,缺少com/zuxelus/energycontrol/tileentities/TileEntityKitAssembler类 。
该错误由energycontrol模组引起,具体是在其preInit方法中尝试注册物品时发生的。
进一步追踪发现,错误源于类路径中缺少api/hbm/energy/IEnergyUser接口。
The text was updated successfully, but these errors were encountered: