Skip to content

Instantly share code, notes, and snippets.

View Zyrenth's full-sized avatar
👋
Hi, I'm Zyrenth, your average silly developer, find out more on my profile.

Zyrenth Zyrenth

👋
Hi, I'm Zyrenth, your average silly developer, find out more on my profile.
View GitHub Profile
@Zyrenth
Zyrenth / NPC-1.19.java
Created May 8, 2023 16:44 — forked from DanielTheDev/NPC-1.19.java
Advanced NPC Util [1.19] (Packets)
import com.mojang.authlib.GameProfile;
import com.mojang.authlib.properties.Property;
import com.mojang.datafixers.util.Pair;
import io.netty.buffer.Unpooled;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.ChannelInboundHandlerAdapter;
import io.netty.channel.ChannelPipeline;
import net.minecraft.EnumChatFormat;
import net.minecraft.core.BlockPosition;
import net.minecraft.nbt.NBTTagCompound;