This commit is contained in:
DBotThePony 2022-10-02 15:34:39 +07:00
parent 904c4c4774
commit c657a2c9ad
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -34,7 +34,7 @@ object PlatePressRecipeCategory : IRecipeCategory<PlatePressRecipe>, 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<PlatePressRecipe> {
return type