MCreator-Examples / Feedback

The Feedback Repository is a place where the community can suggest ideas for future videos. In some cases, I will pick things from this repository if I feel motivated or have an idea of how to add them.
https://github.com/MCreator-Examples
6 stars 0 forks source link

Multiple Fluid Tanks Per Block #79

Open northwesttreesgaming opened 1 year ago

northwesttreesgaming commented 1 year ago

Description

Suggestion: "How i can create more Tanks in one Block?" From: "Niklas Miltz"

So I looked at the NBT data for a block for fluid, and then looked at the procedure blocks we have to work with, once I had looked at those two things I turned to google.

From what I can tell, even though tanks technically have support for different tanks it's not really used ever due to issues with transporting liquids. This does not mean it's not possible using a custom NBT storage system for liquids but it will require time for me to figure out and make a procedure to store ForgeFluid in different tanks and then send them to pipes for such designed liquid, this would be harder as some pipes might be able to be used for different liquids which could be the conflict I read about, so two kinds of pipes would be needed in order to make this system work.

However, I will make a note on my feedback tracker for the tutorial suggestions so I don't forget to work on them when I have time.

Features and uses

  1. Block that uses NBT variables to store different types of liquid.
  2. Can detect different pipes.
  3. Can send to different pipes or sides for specific fluid outputs/inputs.

Attachments

N/A

Feature Request tracker rule checks (please read carefully)