Nividica / ThaumicEnergistics

A bridge between Thaumcraft and Applied Energistics.
MIT License
71 stars 65 forks source link

Show Essentia amounts in Essentia Terminal #397

Open encounter opened 4 years ago

encounter commented 4 years ago

This was accomplished by creating a copy of AE2's StackSizeRenderer and allowing it to accept a generic IAEStack<?>. Then we can render Essentia using the same code path as items.

This change could be easily submitted to AE2, then the copied class wouldn't be necessary.