Skip to content

Instantly share code, notes, and snippets.

View Zyrenth's full-sized avatar
🐛
probably adding more bugs than features

Zyrenth Zyrenth

🐛
probably adding more bugs than features
View GitHub Profile
@Zyrenth
Zyrenth / bzsc.json
Last active June 10, 2024 07:56
this fork is just for testing the ui layout
{
"version": 2,
"enums": [
{
"name": "test",
"values": ["One", "Two"]
}
],
"message": "lorem ipsum. zyrenth ipsum",
"redeems": [
@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;