mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-14 19:25:23 -05:00
fix #118
This commit is contained in:
parent
b50903e883
commit
cd5a529367
2 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue