[API] Pass the default instance of the ObjectPicker as an argument
Exopandora opened this issue ยท 1 comments
It would be good if the default instance of the object picker could be passed as a parameter of IObjectPicker#pick
. I know that the default instance of the object picker can be accessed via ObjectPicker.INSTANCE
but this also requires the actual mod as a dependency as it is not part of the api. In my project i want to add a plugin to replace the ObjectPicker, but because it is a multi-modloader setup i have no mod dependency in my common project, just the api dependency.