Iron Chests

Iron Chests

171M Downloads

IronChest incompatibility

Mickimoo opened this issue ยท 6 comments

commented
commented

It's a sponge bug. IronChest is registering multiple TE names (old ones, for backwards compatibility).

commented

clazz is null

WOOD(0, 0, false, "", "", -1, Arrays.asList("plankWood"), null);

https://github.com/progwml6/ironchest/blob/master/src/main/java/cpw/mods/ironchest/IronChestType.java#L37

commented

@cpw The question is why IronChest is trying to register a null Class<? extends TileEntity> here, because that's what Sponge is capturing and failing (for obvious reasons). So please, clarify for me here where Sponge is breaking contract?

commented

@cpw could you please enlighten this problem as I still need this fixed...

commented

@Mickimoo2 this can be closed now, the latest SpongeForge will appropriately handle cases like these.

commented

Okay, thank you gabizou.