mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix dev build numbering, add update notes
Add newline in AssemblyInfo to fix dev build number in exe (#456) Add remarks on how to implement newer MC versions (from #145, #599)
This commit is contained in:
parent
9841156130
commit
5f83ff0958
6 changed files with 29 additions and 5 deletions
|
|
@ -16,6 +16,13 @@ namespace MinecraftClient
|
|||
/// Allows to connect to any Minecraft server, send and receive text, automated scripts.
|
||||
/// This source code is released under the CDDL 1.0 License.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Typical steps to update MCC for a new Minecraft version
|
||||
/// - Implement protocol changes (see Protocol18.cs)
|
||||
/// - Handle new block types and states (see Material.cs)
|
||||
/// - Mark new version as handled (see ProtocolHandler.cs)
|
||||
/// - Update MCHighestVersion field below (for versionning)
|
||||
/// </remarks>
|
||||
static class Program
|
||||
{
|
||||
private static McTcpClient Client;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue