Skip to content

Commit

Permalink
Disable Energy item bridge until a better solution is available
Browse files Browse the repository at this point in the history
Relates to #8
  • Loading branch information
Su5eD committed Oct 27, 2023
1 parent ed3e5f6 commit 63d24e3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ public static void init() {
});

MinecraftForge.EVENT_BUS.addGenericListener(BlockEntity.class, EnergyBridgeSetup::onAttachBlockEntityCapabilities);
MinecraftForge.EVENT_BUS.addGenericListener(ItemStack.class, EnergyBridgeSetup::onAttachItemStackCapabilities);
// TODO Fix container item context
// MinecraftForge.EVENT_BUS.addGenericListener(ItemStack.class, EnergyBridgeSetup::onAttachItemStackCapabilities);
}

private static void onAttachBlockEntityCapabilities(AttachCapabilitiesEvent<BlockEntity> event) {
Expand Down

0 comments on commit 63d24e3

Please sign in to comment.