This commit is contained in:
embeddedt 2025-05-01 19:36:10 -04:00
parent de804c3aa6
commit 757d8b6762
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -9,7 +9,6 @@ import net.minecraft.network.protocol.Packet;
import net.minecraft.network.protocol.game.ClientboundUpdateRecipesPacket;
import net.neoforged.neoforge.network.registration.NetworkRegistry;
import org.embeddedt.modernfix.neoforge.packet.SmartIngredientSyncPayload;
import org.jetbrains.annotations.Nullable;
import org.spongepowered.asm.mixin.Mixin;
@Mixin(Connection.class)