diff options
author | Kyle Gunger <corechg@gmail.com> | 2021-01-09 03:36:12 -0500 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2021-01-09 03:36:12 -0500 |
commit | fc387781bba9d875f657bf84c9d88bc135ab1ff7 (patch) | |
tree | 27eb28bad74451ed2896fa949527b6ad87dc0f3c /README.md | |
parent | bbef11aed29613e34f8d0a01531e73d63b24bc7f (diff) |
New layout
~ Switch from net.corechg.mc to net.corechg
~ Update to newer build system
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. + +This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects. |