From c657a2c9ad458ec8fba3179f0874ace07e0f79fe Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Sun, 2 Oct 2022 15:34:39 +0700 Subject: [PATCH] Oops --- .../dbotthepony/mc/otm/compat/jei/PlatePressRecipeCategory.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/compat/jei/PlatePressRecipeCategory.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/compat/jei/PlatePressRecipeCategory.kt index eacabf685..fc5836a84 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/compat/jei/PlatePressRecipeCategory.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/compat/jei/PlatePressRecipeCategory.kt @@ -34,7 +34,7 @@ object PlatePressRecipeCategory : IRecipeCategory, IDrawable { const val X_ARROW = 29f const val Y_ARROW = 12f - private val type = RecipeType(ResourceLocation(OverdriveThatMatters.MOD_ID), PlatePressRecipe::class.java) + private val type = RecipeType(ResourceLocation(OverdriveThatMatters.MOD_ID, "plate_press"), PlatePressRecipe::class.java) override fun getRecipeType(): RecipeType { return type