aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/crossmod/holoinventory/HoloInventory.java
blob: d7dcdcf4b57e7e713fb6b555016eb5798225cfd2 (plain)
1
2
3
4
5
6
7
8
9
10
package gregtech.crossmod.holoinventory;

import net.dries007.holoInventory.compat.InventoryDecoderRegistry;

public class HoloInventory {

    public static void init() {
        InventoryDecoderRegistry.register(new GT_InventoryDecoder());
    }
}