diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MRecipes.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MRecipes.kt index a1f67f3ab..216531d73 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MRecipes.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MRecipes.kt @@ -19,7 +19,7 @@ object MRecipes { val id = ResourceLocation(OverdriveThatMatters.MOD_ID, id) override fun toString(): String { - return id.toString() + return "RecipeType[$id]" } } diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MRegistry.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MRegistry.kt index 9cc2d9490..f0c2ee936 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MRegistry.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MRegistry.kt @@ -278,8 +278,6 @@ object MRegistry { MBlockColors.register(bus) } - MRecipes.register(bus) - // call static constructors NanobotsArmorFeature.Companion EnderTeleporterFeature.Companion