ExtraHoloPage
The modification extends the functionality of HoloSphere by adding a new page called "ADDON", similar to the existing "CRFT" page. This allows developers to easily integrate their own items into the HoloSphere interface.
Compatibility
Default compatibility is provided with popular Tetra addons:
- Art of Forging (AoF)
- Secrets of Forging: Revelations (SoF)
Technical Requirements
For proper operation, ensure that your item implements the IModularItem interface. Otherwise, an application crash may occur.
Usage Example
public static void onClientSetup(FMLClientSetupEvent event) {
ExtraHoloRegister.register(Item item);
ExtraHoloRegister.register(Item item)
.setTexture(ResourceLocation texture, int w, int h, int u, int v);
}
