From 9acd9c9b8bc303584242a7e37fcba7b43bd4d1c3 Mon Sep 17 00:00:00 2001 From: Will FP Date: Sat, 11 May 2024 17:21:40 +0100 Subject: [PATCH] Minor 1.20.6 fix --- .../kotlin/com/willfp/ecoenchants/proxy/v1_20_6/CodecReplacer.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/eco-core/core-nms/v1_20_6/src/main/kotlin/com/willfp/ecoenchants/proxy/v1_20_6/CodecReplacer.kt b/eco-core/core-nms/v1_20_6/src/main/kotlin/com/willfp/ecoenchants/proxy/v1_20_6/CodecReplacer.kt index cea97aef..55e33ae9 100644 --- a/eco-core/core-nms/v1_20_6/src/main/kotlin/com/willfp/ecoenchants/proxy/v1_20_6/CodecReplacer.kt +++ b/eco-core/core-nms/v1_20_6/src/main/kotlin/com/willfp/ecoenchants/proxy/v1_20_6/CodecReplacer.kt @@ -16,6 +16,7 @@ import net.minecraft.network.RegistryFriendlyByteBuf import net.minecraft.network.chat.ComponentSerialization import net.minecraft.network.codec.ByteBufCodecs import net.minecraft.network.codec.StreamCodec +import net.minecraft.network.protocol.game.ClientboundContainerSetContentPacket import net.minecraft.network.protocol.game.ServerboundSetCreativeModeSlotPacket import net.minecraft.resources.ResourceLocation import net.minecraft.world.item.Item