Remove TODO, format README

This commit is contained in:
Myles 2016-02-28 23:18:33 +00:00
parent f6b297fea4
commit 16e546803c
2 changed files with 7 additions and 12 deletions

View File

@ -1,9 +1,9 @@
# ViaVersion
Allows the connection of 1.8 clients to 1.9
**Allows the connection of 1.8 clients to 1.9**
This plugin modifies netty to allow connection of 1.9 clients to 1.8,
As of this point it is not finished, I need to fix:
**As of this point it is not finished, I need to fix:**
Entity Movement Sync
@ -21,15 +21,17 @@ This took hours of work, so if you enjoy this consider looking into contacting m
Credits:
--------
wiki.vg (Protocol info, though I did have to find a lot myself)
**wiki.vg** (Protocol info, though I did have to find a lot myself)
MCProtocolLib (used for chunk reading & some of writing.)
**MCProtocolLib** (used for chunk reading & some of writing.)
Myself (harhar)
**Myself** (harhar)
License:
--------
You may modify this work, all rights are still owned by myself excluding any files in the spacebase package as they belong to the respected contributors. Please credit the original author (myself) when forking etc. (or if it helped you understand the new protocol or netty!)

View File

@ -1,7 +0,0 @@
Howdy Partner:
[-] Fix arrows going down.
[-] Make teleport relative if not 1024 diff.
[-] Fix boats / minecarts if possible otherwise tell them nicely they don't work.
[-] Cry because how long it took to get this far haha.
[-] Clean up so we're not using NMS and more reflection based :)