promotional bannermobile promotional banner
premium banner
Add a new page to the Holo for displaying your items.

Description

Default compat with AoF and SoF has been added.
Allow you to use code to add items to the HoloSphere on a new page called "ADDON" (similar to "CRFT").

image Ensure that your Item implements the IModularItem interface; otherwise, it may cause a crash.

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