package net.radsteve.islanders.mixin; import net.minecraft.screen.CraftingScreenHandler; import net.minecraft.screen.ScreenHandlerContext; import org.spongepowered.asm.mixin.Mixin; import org.spongepowered.asm.mixin.gen.Accessor; @Mixin(CraftingScreenHandler.class) public interface CraftingScreenHandlerAccessor { @Accessor ScreenHandlerContext getContext(); }