Alloy Forgery

Alloy Forgery

4M Downloads

Crash 1.18.2 (I found the problem for you) please update it

SpyMan10 opened this issue ยท 0 comments

commented

AlloyForgeryItemGroup.java:26

    @Override
    public ItemStack createIcon() {
        return this.controllerCache != null && this.controllerCache.isEmpty() ? Items.BRICKS.getDefaultStack() : this.controllerCache.get(0);
    }

if this.controllerCache is null, the default case is this.controllerCache.get(0) but if the controllerCache is null, the method 'get' cannot be used