This commit is contained in:
asie 2019-03-03 11:48:10 +01:00
parent b50903e883
commit cd5a529367
2 changed files with 0 additions and 6 deletions

View file

@ -42,9 +42,6 @@ public class MixinReloadableResourceManagerImpl {
@Shadow
private ResourceType type;
private void fabric_injectListeners() {
}
@Inject(at = @At("HEAD"), method = "reload")
public void reload(Executor var1, Executor var2, List<ResourcePack> packs, CompletableFuture future, CallbackInfoReturnable<CompletableFuture> info) {
ResourceManagerHelperImpl.sort(type, field_17935);

View file

@ -38,9 +38,6 @@ public class MixinReloadableResourceManagerImplClient {
@Shadow
private ResourceType type;
private void fabric_injectListeners() {
}
@Inject(at = @At("HEAD"), method = "createReloadHandler")
public void createReloadHandler(Executor executor_1, Executor executor_2, CompletableFuture<Void> completableFuture_1, CallbackInfoReturnable<ResourceReloadHandler> callback) {
ResourceManagerHelperImpl.sort(type, field_17935);