Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Allow buckets to hold less than 1000 mb. #75

Closed
CraftyZombie opened this issue Dec 30, 2023 · 4 comments
Closed

[Feature]: Allow buckets to hold less than 1000 mb. #75

CraftyZombie opened this issue Dec 30, 2023 · 4 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@CraftyZombie
Copy link

Describe the Feature

If a bucket could hold less than 1000 mb of a fluid at once, it would make interacting with modded fluid storage blocks much easier.

@CraftyZombie CraftyZombie added the enhancement New feature or request label Dec 30, 2023
@CraftyZombie
Copy link
Author

Also, if you were to implement this, would you consider supporting 1.20.1 still, or are you only doing 1.20.2 now?

@cech12
Copy link
Owner

cech12 commented Dec 30, 2023

The target of this mod is to add a bucket with the same interactions like a vanilla bucket.

There are multiple questions which come up if a bucket has less than 1000 mb:

  • How do you empty/clear such a bucket? Is the content still placeable? (Infinite fluid)
  • How do you refill it? With a full fluid source? (fluid loss)
  • what happens with a cracked bucket? Is the fluid lost after one interaction or could you interact multiple times with a cracked bucket?
  • ...

I think these questions cannot be answered in a user-friendly and easy-to-use way without giving the possibility to generate infinite fluid or loose fluid.

Actually I am working on a 1.20.2/1.20.4 version for Forge and NeoForge. So, the support for 1.20.1 will be dropped soon.

@cech12 cech12 added the information needed Further information is requested label Dec 30, 2023
@cech12 cech12 moved this from Todo to Waiting in Minecraft Mods @cech12 Dec 30, 2023
@CraftyZombie
Copy link
Author

Yeah, those are all good questions.

  1. Contents would not be placeable. Only moved into another fluid container.
  2. You'd need to refill it using a fluid container, not a source block.
  3. I'd imagine that the bucket would crack after one interaction anyway, as a very hot fluid would break open the bottom of the bucket and it'd be unusable regardless.

I understand why you wouldn't want to add that all though, it probably overcomplicates things in retrospect.

@cech12
Copy link
Owner

cech12 commented Dec 30, 2023

Thanks for your input :) Yes, that would overcomplicate everything. So, I would not add this feature :)

@cech12 cech12 added wontfix This will not be worked on and removed information needed Further information is requested labels Dec 30, 2023
@cech12 cech12 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 30, 2023
@github-project-automation github-project-automation bot moved this from Waiting to Done in Minecraft Mods @cech12 Dec 30, 2023
@cech12 cech12 pinned this issue Dec 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
Archived in project
Development

No branches or pull requests

2 participants