Skip to content
This repository was archived by the owner on Apr 22, 2019. It is now read-only.

Commit 9e1324d

Browse files
committed
JavaDoc reminder for the future
1 parent 14d3be3 commit 9e1324d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/pahimar/ee3/tileentity/TileEntityTransmutationTablet.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ public void handlePlayerKnowledgeUpdate(PlayerKnowledge playerKnowledge) {
8585
this.playerKnowledge = playerKnowledge;
8686
}
8787

88+
/**
89+
* https://github.com/pahimar/Equivalent-Exchange-3/issues/1062
90+
*/
8891
public void consumeInventoryForEnergyValue(ItemStack outputItemStack) {
8992

9093
EnergyValue outputEnergyValue = EnergyValueRegistryProxy.getEnergyValueForStack(outputItemStack);

0 commit comments

Comments
 (0)