summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index d5613da..3c7cad1 100644
--- a/README.md
+++ b/README.md
@@ -3,5 +3,11 @@ Transit is an attempt to provide simple uniform helpers for converting and trans
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.
+## 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 mod is available under the MIT licence going forward.