Card Extension
FlorentTomi opened this issue ยท 2 comments
Describe the feature you'd like to have added
It would be nice to have the possibility to extend the card pool from other mods, by having a dedicated extension API.
Example:
- Mekanism Gas/LaserIO mod extension
- (Bad example but still an example) Create/LaserIO mod extension
API usage example:
import com.direwolf20.laserio.api.API;
...
API.CardRegistry.add(new ResourceLocation(extensionModId, "customcard"), customCardSupplier);
Additional information
No response