This should be in here

This commit is contained in:
Electroblob77
2020-06-09 17:15:48 +01:00
parent 38b6643d1d
commit 5be8c8ed36
2 changed files with 1 additions and 1 deletions
@@ -40,7 +40,7 @@ import java.util.stream.Collectors;
public class ArcaneWorkbenchRecipeCategory implements IRecipeCategory<ArcaneWorkbenchRecipe> {
static final String UID = "ebwizardry:arcane_workbench";
static final ResourceLocation TEXTURE = new ResourceLocation(Wizardry.MODID, "textures/gui/container/arcane_workbench_jei_background.png");
static final ResourceLocation TEXTURE = new ResourceLocation(Wizardry.MODID, "textures/integration/jei/arcane_workbench_background.png");
static final int WIDTH = 166;
static final int HEIGHT = 126;