OpenMods / OpenPeripheral-Integration

Extra OP adapters
MIT License
9 stars 9 forks source link

More AE2 support #4

Closed rbettermann closed 9 years ago

rbettermann commented 9 years ago

-use Mod.APPLIEDENERGISTICS2 from OpenModLib for the mod id of ae2 -added adapters for me cell and me drive to get a describtion of the contained cells -fixed dependency issue in OpenPeripheralIntegration.java (old ae1 mod id was used here)

boq commented 9 years ago

Well, it was merged, but I made some big change: AdapterDrive and AdapterChest were just handlers for inventories with custom item displays, so they were reduced to ItemStack meta provider for any item (data can be accessed by calling p.getStackInSlot(2) instead of p.getCellInfo()).