Oops
This commit is contained in:
parent
904c4c4774
commit
c657a2c9ad
@ -34,7 +34,7 @@ object PlatePressRecipeCategory : IRecipeCategory<PlatePressRecipe>, IDrawable {
|
|||||||
const val X_ARROW = 29f
|
const val X_ARROW = 29f
|
||||||
const val Y_ARROW = 12f
|
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> {
|
override fun getRecipeType(): RecipeType<PlatePressRecipe> {
|
||||||
return type
|
return type
|
||||||
|
Loading…
Reference in New Issue
Block a user