Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
PTOM76 committed Sep 20, 2024
1 parent 2fae259 commit fcf6553
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/net/pitan76/itemalchemy/tile/AEGUTile.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public AEGUTile(TileCreateEvent e) {
this(Tiles.AEGU.getOrNull(), e);
}

// TODO: Cache Target Condenser Tile

@Override
public void tick(TileTickEvent<AEGUTile> e) {
World world = e.world;
Expand Down

0 comments on commit fcf6553

Please sign in to comment.