mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
SingleJarForgeMinecraftProvider: Remove duplicate patched provider setup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user