From f78094c1c944bd930f2d1d8fb3f33771c0266c40 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Wed, 26 Jul 2023 17:54:13 +0700 Subject: [PATCH] Revert previous commit --- src/main/kotlin/ru/dbotthepony/mc/otm/registry/MRecipes.kt | 2 +- src/main/kotlin/ru/dbotthepony/mc/otm/registry/MRegistry.kt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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