Download ExtraHoloPage — Minecraft Mods — MetaMods
ExtraHoloPage

ExtraHoloPage

Active

Downloads

0

Last update

2 weeks ago
Client
Libraries

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);
}
Project members
yiran1457

yiran1457