Vanilla Search
object VanillaSearch
Functions
Link copied to clipboard
if a recipe found with provided input, returns that. but, there is no recipe to find with provided inputs, returns null.
fun search(world: World, mapped: Map<CoordinateComponent, ItemStack>, explainer: Explainer? = null): Recipe?
If a recipe found with provided input, returns that. But, there is no recipe to find with provided inputs, returns null.