AE2 Unofficial Extended Life

AE2 Unofficial Extended Life

3M Downloads

Add CT/GS API for adding new storage cell tiers

joendter opened this issue · 0 comments

commented

Describe the feature
Add an API to add higher tiers of storage cells via CT or GS, so it's easier for modpack devs and doesn't require extra mods.
Something like

mods.ae2uel.cellBuilder("storage_cell_1k")
.type("item")
.bytes(1024)
.types(63)
.build()