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

Blocking design flaw of the experience rotor and no experience bucket #174

Open
Vectrobe opened this issue Jun 22, 2024 · 0 comments
Open
Labels
bug Something isn't working triage

Comments

@Vectrobe
Copy link

Minecraft Version

1.20.1

Describe the Bug

To convert any other experience fluids you need to use the experience rotor mixer recipe, however theres a major flaw with this as there is no bucket for this mod's liquid experience and thus using a smart pipe filter is not possible.
In addition, while the basin itself can automatically empty the correct liquid into another basin, for converting all into exp blocks, the mixer basin jams because it tries to empty the rotor into the next basin as well, but it cant, its not allowed to, and thus the first basin must be broken to re-obtain the rotor.

Reproduction Steps

try using the rotor recipe in the methods as described

Expected Result

You should be able to apply a filter to the smart pipe, but since this only accepts buckets and not exp bottles, you'll have to add buckets for every fluid in this mod to fix this, this is generally a necessary part when adding fluids to the game so im not sure why this isnt already the case? but thats not to say they need to be registered as placable fluid blocks, thats entirely seperate (but could also be done for some extra interaction features if you wish).

The basin to basin part however im unsure if you can fix without modifying create's own basin source, but if thats the case it should be forwarded to them

Screenshots and Videos

image

Crash Report or Log

No response

Other Mods

No response

Mod Version

1.2.9d

Forge Version

neo 47.1.105

@Vectrobe Vectrobe added bug Something isn't working triage labels Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant