ChargerTileEntity uses an interface from an optional dependency
wchen1990 opened this issue ยท 3 comments
Describe the bug
Since Immersive Engineering (IE) is an optional dependency. Create Additions should work without IE. However, since ChargerTileEntity uses an interface from IE, it will throw a java.lang.NoClassDefFoundError
on startup if IE is not installed.
To Reproduce
Use Create Addition without IE and try to start up a server.
Additional context
- Mod version: createaddition-1.16.5-20210419a
- Forge version: 36.1.2
- Create version: create-mc1.16.5_v0.3.1c
@mrh0 Sorry to bring up this issue again, but I noticed your method name is getComparetorInputOverride
instead of getComparatorInputOverride
. Doesn't affect me personally, but might mean you won't get expected behavior in IE.