Added Todo

This commit is contained in:
Frank 2023-06-06 21:01:47 +02:00
parent 36f28c1561
commit 66ef032001

View file

@ -27,6 +27,7 @@ public class ModelManagerMixin {
Executor executor2,
CallbackInfoReturnable<CompletableFuture<Void>> cir
) {
//TODO: 1.20 check
BCLibClient.modelBakery.loadCustomModels(resourceManager);
}
}