mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 21:47:42 -05:00
Migration Mappings Detection
Still having issues with source locations, would need to check it out first Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
@@ -72,7 +72,7 @@ public class LoomDependencyManager {
|
||||
return provider;
|
||||
}
|
||||
|
||||
public <T> T getProvider(Class<T> clazz) {
|
||||
public <T> T getProvider(Class<? extends T> clazz) {
|
||||
for (DependencyProvider provider : dependencyProviderList) {
|
||||
if (provider.getClass() == clazz) {
|
||||
return (T) provider;
|
||||
|
||||
Reference in New Issue
Block a user