Revert previous commit

This commit is contained in:
DBotThePony 2023-07-26 17:54:13 +07:00
parent 28950955fd
commit f78094c1c9
Signed by: DBot
GPG Key ID: DCC23B5715498507
2 changed files with 1 additions and 3 deletions

View File

@ -19,7 +19,7 @@ object MRecipes {
val id = ResourceLocation(OverdriveThatMatters.MOD_ID, id)
override fun toString(): String {
return id.toString()
return "RecipeType[$id]"
}
}

View File

@ -278,8 +278,6 @@ object MRegistry {
MBlockColors.register(bus)
}
MRecipes.register(bus)
// call static constructors
NanobotsArmorFeature.Companion
EnderTeleporterFeature.Companion