Skip to content

Commit

Permalink
Make upgrades work in P2P Me Interface (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba6000 authored Oct 2, 2022
1 parent ed4e806 commit ea15816
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/appeng/core/Registration.java
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,10 @@ void postInit(final FMLPostInitializationEvent event) {
// Interface
Upgrades.CRAFTING.registerItem(parts.iface(), 1);
Upgrades.CRAFTING.registerItem(blocks.iface(), 1);
Upgrades.CRAFTING.registerItem(parts.p2PTunnelMEInterface(), 1);
Upgrades.PATTERN_CAPACITY.registerItem(parts.iface(), 3);
Upgrades.PATTERN_CAPACITY.registerItem(blocks.iface(), 3);
Upgrades.PATTERN_CAPACITY.registerItem(parts.p2PTunnelMEInterface(), 3);

// IO Port!
Upgrades.SPEED.registerItem(blocks.iOPort(), 3);
Expand Down

0 comments on commit ea15816

Please sign in to comment.