Bring back

This commit is contained in:
DBotThePony 2022-11-14 09:48:08 +07:00
parent e27c791c08
commit 3d435200bc
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -1036,6 +1036,11 @@ object MatterManager {
fun find(server: MinecraftServer, json: JsonObject): Stream<ResolvedRecipe> fun find(server: MinecraftServer, json: JsonObject): Stream<ResolvedRecipe>
} }
@JvmStatic
fun getDirect(value: Item): IMatterValue {
return Registry.direct(value)
}
@JvmStatic val recipeFinders get() = Resolver.delegate.get() @JvmStatic val recipeFinders get() = Resolver.delegate.get()
@JvmStatic val recipeFindersKey get() = Resolver.delegate.key @JvmStatic val recipeFindersKey get() = Resolver.delegate.key