Apotheosis

Apotheosis

90M Downloads

Cannot pipe Sigils of Enhancement into the Augmentation Table

James103 opened this issue ยท 0 comments

commented

Sigils of Enhancement can't be piped into the Augmentation Table, with similar behavior as in #1425.
This is caused by a missing capability registration here:

@SubscribeEvent
public void caps(RegisterCapabilitiesEvent e) {
e.registerBlockEntity(Capabilities.ItemHandler.BLOCK, Apoth.Tiles.SALVAGING_TABLE, (be, side) -> be.getItemHandler());
e.registerBlockEntity(Capabilities.ItemHandler.BLOCK, Apoth.Tiles.REFORGING_TABLE, (be, side) -> be.getInventory());
}

Tested in Craftoria 1.23.0, which includes Apotheosis 8.3.6 on Minecraft 1.21.1.