diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-04-21 18:50:56 -0400 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-04-21 18:50:56 -0400 |
commit | 0b131bfaaa60c18203f5907dfe9f0086bc5b9ef1 (patch) | |
tree | 2fe99628648d1722d9ce77005ac3cac17cf98a3a /README.md | |
parent | 5cf67526600deb0db677d7b3db0f86c034090fa5 (diff) | |
parent | 1cc331a85dce30a963401583a9bfb8f1af693dc4 (diff) |
Merge branch 'master' of https://github.com/CoreChg/TransitAPI
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ # TransitAPI -Moving from place to place! +Transit is an attempt to provide simple uniform helpers for converting and transfering abstract types in Minecraft. + +Transit makes no assumptions about what you transfer or how you transfer it, It only provides basic types for those that need it, and a network based API for compatibility. ## License This mod is available under the MIT licence going forward. |