Bring back
This commit is contained in:
parent
e27c791c08
commit
3d435200bc
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user