diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-10-19 01:27:20 -0400 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-10-19 01:27:20 -0400 |
commit | 73c531d1844b396fcfc6d0bf308c86aa0bf72b83 (patch) | |
tree | 2647052c4892e1ca0ffaa8a6c73631c449c56a1c /README.md | |
parent | 091f53b763e73e9da207debfe71d6012d9dba285 (diff) |
Update to 1.16
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -1,13 +1,9 @@ -# TransitAPI -Transit is an attempt to provide simple uniform helpers for converting and transfering abstract types in Minecraft. +# Fabric Example Mod -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. +## Setup +For setup instructions please see the [fabric wiki page](https://fabricmc.net/wiki/tutorial:setup) that relates to the IDE that you are using. ## License -This mod is available under the MIT licence going forward. + +This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects. |