summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKyle Gunger <corechg@gmail.com>2020-10-19 01:32:05 -0400
committerKyle Gunger <corechg@gmail.com>2020-10-19 01:32:05 -0400
commitbbef11aed29613e34f8d0a01531e73d63b24bc7f (patch)
treec756e791344f837a3920c58ab1d97ed08e87e7cb /README.md
parent3e2f6cf35b5e23c730735c332713037c9600bd4f (diff)
parenteb61f3ab9558717c5544a9991b67cb2e68c63a0b (diff)
Merge branch 'master' of https://github.com/CoreChg/TransitAPI into master
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/README.md b/README.md
index fd96346..873c2b5 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,13 @@
-# Fabric Example Mod
+# TransitAPI
+Transit is an attempt to provide simple uniform helpers for converting and transfering abstract types in Minecraft.
-## Setup
+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.
-For setup instructions please see the [fabric wiki page](https://fabricmc.net/wiki/tutorial:setup) that relates to the IDE that you are using.
+## A note on convention
+When working with blocks, the convention is such:
+1. The BlockEntity will impliment the INode/IAcceptorNode/IProviderNode interfaces.
+2. The Placed block will ask the blocks around it to become a provider and or an acceptor, not the other way around.
-## License
-This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.
+## License
+This mod is available under the MIT licence.