@Environment(EnvType.CLIENT) public class TestFurnaceScreen extends AbstractFurnaceScreen { //You can replace the background with whatever you like, just remember there will always be the recipe book button private static final Identifier BACKGROUND = new Identifier("textures/gui/container/furnace.png"); public TestFurnaceScreen(TestFurnaceScreenHandler handler, PlayerInventory inventory, Text title) { super(handler, new FurnaceRecipeBookScreen(), inventory, title, BACKGROUND); } }