Skip to content

RealCrystalNight/mc-packet-reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft 1.8.9 Packet Reference

Complete reference for all 81 Minecraft 1.8.9 network packets. Designed for client and server developers working with the 1.8.9 protocol.

Features

  • All 81 packets documented with fields, types, and wire encoding
  • Search by packet name, ID, or description
  • Filter by direction (Serverbound/Clientbound) and protocol state
  • MCP code references for every packet
  • Dark theme, mobile-responsive

Deployment

This is a static site. Deploy to GitHub Pages:

# The site files are in website/

Data Sources

  • MCP (Minecraft Coder Pack) deobfuscated source
  • wiki.vg protocol specification
  • Forge JavaDocs (1.8.9)