summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKyle Gunger <corechg@gmail.com>2020-04-24 15:09:47 -0400
committerKyle Gunger <corechg@gmail.com>2020-04-24 15:09:47 -0400
commitbdc90700713510f778ad002cd4ae32905e1f3c0e (patch)
tree2bab4aec8e399e7bbd724eeeec5b24b425cb3178 /README.md
parent0b131bfaaa60c18203f5907dfe9f0086bc5b9ef1 (diff)
[Update] Add issues for ModMenu
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.