SingleJarForgeMinecraftProvider: Remove duplicate patched provider setup

This commit is contained in:
Juuz
2023-04-30 12:54:00 +03:00
parent f96ef6fb06
commit 0ae0562f5f

View File

@@ -1,7 +1,7 @@
/*
* This file is part of fabric-loom, licensed under the MIT License (MIT).
*
* Copyright (c) 2022 FabricMC
* Copyright (c) 2022-2023 FabricMC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -55,7 +55,7 @@ public final class SingleJarForgeMinecraftProvider extends SingleJarMinecraftPro
@Override
protected void processJar() throws Exception {
patchedProvider.provide();
// don't process the jar, it's created by the patched provider
}
@Override