You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given current minecraft-data proto.yml (file that represents mc protocol schema) for minecraft pc version X, and a Java diff of the Minecraft changes, mc.diff, first:
Figure out the changes in the diff, and the network changes (bullet points of all the important details)
Do a double check of changes that are outside net.minecraft.network.protocol (there are going to be alot)
Figure out the changes in the diff, and the network changes (bullet points of all the important details)
Do a double check of changes that are outside net.minecraft.network.protocol (there are going to be alot)
Update the YAML
Check how