aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/crossmod/holoinventory/HoloInventory.java
blob: ce3c1f74ebd158a50396621e881eefbb0494f835 (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 GTInventoryDecoder());
    }
}