tutorial:transfer-api
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tutorial:transfer-api [2022/02/02 20:30] – [The Fluid Transfer API] technici4n | tutorial:transfer-api [2025/03/30 22:05] (current) – [Fluid, Item and Energy Transfer] technici4n | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Fluid, Item and Energy Transfer ====== | ====== Fluid, Item and Energy Transfer ====== | ||
- | This series of tutorials is meant to explain how the Fabric Transfer API works, and how you can use it for your own mods. | + | |
- | **Please make sure that you read all of these tutorials in order, even if you are only interested by item transfer.** | + | ==== Transactions ==== |
- | For any question, please go to the ''# | + | The Fabric Transfer API relies heavily on the concept |
+ | |||
+ | - [[tutorial:transfer-api/ | ||
==== The Fluid Transfer API ==== | ==== The Fluid Transfer API ==== | ||
- | | + | The Fabric Fluid Transfer API is how fluid-containing blocks such as machines, pipes, and tanks communicate with each other. It's what allows all mods to be compatible with each other as far as fluid transfer is concerned. (If you are coming from Forge, it serves a purpose similar to '' |
+ | |||
+ | | ||
- [[tutorial: | - [[tutorial: | ||
- [[tutorial: | - [[tutorial: | ||
==== The Item Transfer API ==== | ==== The Item Transfer API ==== | ||
- | | + | The Fabric Item Transfer API is used by item-containing blocks such as chests, machines, or storage drawers to communicate with other. (If you are coming from Forge, it serves a purpose similar to '' |
- | - [Not yet written] Same as the fluid tutorial, but will also explain '' | + | |
+ | |||
+ | //Note: the existing item transfer API in Minecraft should be avoided in fabric mods due to its severe limitations. If you don't know what this means, you can ignore this warning.// | ||
==== Fluid-containing items ==== | ==== Fluid-containing items ==== | ||
- | - [Not yet written] How to use and implement the fluid-containing item API. | + | - [Not finished] [[tutorial: |
==== The TechReborn Energy API ==== | ==== The TechReborn Energy API ==== | ||
- | - [Not yet written] | + | - [Not yet written] |
tutorial/transfer-api.1643833837.txt.gz · Last modified: 2022/02/02 20:30 by technici4n