Skip to content

Commit

Permalink
actually add the stack with all terminals to the creative tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari023 committed May 23, 2024
1 parent 68956c4 commit 7b89126
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/de/mari_023/ae2wtlib/AE2wtlibCreativeTab.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ public static synchronized void addUniversalTerminal(ItemWUT wut) {
for (var terminal : WUTHandler.wirelessTerminals.entrySet()) {
Common.mergeTerminal(stack, new ItemStack(terminal.getValue().item()), terminal.getKey());
}
wut.injectAEPower(stack, wut.getAEMaxPower(stack), Actionable.MODULATE);
items.add(stack.copy());
}

private static synchronized void buildDisplayItems(CreativeModeTab.ItemDisplayParameters itemDisplayParameters,
Expand Down

0 comments on commit 7b89126

Please sign in to comment.