Download ExtraHoloPage — Minecraft Mods — MetaMods
ExtraHoloPage

ExtraHoloPage

Active

Downloads

0

Last update

3 months ago
Client
Libraries

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);
}

image

Project members
yiran1457

yiran1457

Created: 8 Jul 2025

ID: 254194