Moved mixin to the correct package

This commit is contained in:
FlorianMichael 2023-08-03 19:41:55 +02:00
parent d35054f35c
commit ce101b005c
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package de.florianmichael.viafabricplus.injection.mixin.fixes.ipnext;
package de.florianmichael.viafabricplus.injection.mixin.ipnext;
import de.florianmichael.viafabricplus.protocolhack.ProtocolHack;
import net.raphimc.vialoader.util.VersionEnum;

View File

@ -23,7 +23,6 @@
"base.MixinSharedConstants",
"classic4j.MixinCCAuthenticationResponse",
"fixes.authlib.MixinKeyPairResponse",
"fixes.ipnext.MixinAutoRefillHandler_ItemSlotMonitor",
"fixes.minecraft.MixinBipedEntityModel",
"fixes.minecraft.MixinCamera",
"fixes.minecraft.MixinClientPlayerInteractionManager",
@ -169,6 +168,7 @@
"fixes.viaversion.protocol1_9to1_8.MixinEntityTracker1_9",
"fixes.viaversion.protocol1_9to1_8.MixinMetadataRewriter1_9To1_8",
"fixes.viaversion.protocol1_9to1_8.MixinViaIdleThread",
"ipnext.MixinAutoRefillHandler_ItemSlotMonitor",
"jsonwebtoken.MixinClasses",
"jsonwebtoken.MixinDefaultCompressionCodecResolver",
"jsonwebtoken.MixinDefaultJwtParserBuilder"