This commit is contained in:
DBotThePony 2022-11-07 20:39:10 +07:00
parent 11f876ab57
commit b66ce4a859
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -85,7 +85,7 @@ object RecipeResolverManager : SimpleJsonResourceReloadListener(GsonBuilder().se
fun interface Finder { fun interface Finder {
/** /**
* Returned stream should be thread safe * Returned stream should be thread safe (parallel)
*/ */
fun find(server: MinecraftServer, json: JsonObject): Stream<ResolvedRecipe> fun find(server: MinecraftServer, json: JsonObject): Stream<ResolvedRecipe>
} }