Create Crafts & Additions

Create Crafts & Additions

51M Downloads

ChargerTileEntity uses an interface from an optional dependency

wchen1990 opened this issue ยท 3 comments

commented

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
commented

My bad, will fix right away

commented

Fixed in 20210419b.

commented

@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.