diff options
author | Kyle Gunger <corechg@gmail.com> | 2021-01-09 04:06:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-09 04:06:00 -0500 |
commit | bfe0005433f5fd84d47a310578e6d4da4cfcc43d (patch) | |
tree | bed193d23d3d6572816dd36b17f78827b34b0911 /README.md | |
parent | eb3b38420558fd06fec9df99719e28f5f99094b9 (diff) |
Revert README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -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. |