package net.radsteve.islanders.mixin; import net.minecraft.inventory.CraftingResultInventory; import net.minecraft.screen.AbstractCraftingScreenHandler; import org.spongepowered.asm.mixin.Mixin; import org.spongepowered.asm.mixin.gen.Accessor; @Mixin(AbstractCraftingScreenHandler.class) public interface AbstractCraftingScreenHandlerAccessor { @Accessor CraftingResultInventory getCraftingResultInventory(); }