Railcraft

Railcraft

34M Downloads

Migrate to IItemHandler

Generalcamo opened this issue ยท 8 comments

commented

Migrate to IItemHandler when MinecraftForge/MinecraftForge#5033 is merged. Should fix mod interaction with mods that fully implemented it (see #1190).

commented

Cj recently refactored inventories again. as i see, now adaptors favor handlers over vanilla interfaces. good.

commented

Well, we will just accept item handler capabilities before the vanilla interfaces. This should be easy enough (the capabilities can be added to our base classes and is easy to implement: just use forge's sidedwrapper)

commented

camo, I think we can bump forge now.

commented

Patched the root classes.

commented

That isn't a full migration, especially for the manipulators. I'm assigning @CovertJaguar to handle them, as he already partially started on it.

commented

manipulators are already covered in item tiles.

commented

Now our invs appear as item handlers to other mods, but we yet need use item handlers.

commented

We exposed our invs as handlers but do not yet use others' handlers.