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

Reproduces discs when I use it ina Jukebox #6

Open
tacogerbil opened this issue Apr 14, 2024 · 9 comments
Open

Reproduces discs when I use it ina Jukebox #6

tacogerbil opened this issue Apr 14, 2024 · 9 comments
Labels
question Further information is requested

Comments

@tacogerbil
Copy link

Minecraft 1.20.1 with Fabric Loader 0.15.9
When I place it under the Jukebox to pull out discs.. it pull one out but not the actual discs.... it replicates it, leaving the original in the jukebox. I'm feeding it a new one from the side using your ducts but what happens is the same disc just plays over and over.
In the image below I had to use a Hopper to a chest to solve the issue. Before the hopper wasn't there, it was a CollectorConnectedToBottomOfJukebox ---> Duct ------>BottomOfBarrel
image

@gniftygnome
Copy link
Owner

I am suspecting this may be a Fabric Transfer API bug:
FabricMC/fabric#3680

Are you running the very latest FAPI version? If not, would you be willing to try 0.92.1:
https://modrinth.com/mod/fabric-api/version/0.92.1+1.20.1

@tacogerbil
Copy link
Author

I am suspecting this may be a Fabric Transfer API bug: FabricMC/fabric#3680

Are you running the very latest FAPI version? If not, would you be willing to try 0.92.1: https://modrinth.com/mod/fabric-api/version/0.92.1+1.20.1

Yup, it's what I'm already using 😁😎
image

@gniftygnome
Copy link
Owner

This isn't reproducing for me. I can reproduce the bug Fabric fixed if I use FAPI 0.92.0, but with 0.92.1 the discs cycle as I would expect. So now I am wondering if you are using an old version of Cooldown Coordinator or Ductwork ... or if there is some other mod interfering with things. Are you using Lithium? Cooldown Coordinator should be suppressing its hopper optimizations, but I could look into that. Make sure you are using Cooldown Coordinator version 0.6.2 and Ductwork version 0.7.4.

@tacogerbil
Copy link
Author

Yeah, they're lates and greatest for 1.20.1
This is the setup.. I p;aced C418 into the Barrel and it was pushed to the jukebox... Then it appears on the collector but the jukebox keeps playing.. They keep accumulating in the ducts and the collector.. just not in the barrel lol
image
image

@tacogerbil
Copy link
Author

image

@gniftygnome
Copy link
Owner

This does not reproduce. If you can provide the full log so I can see what mods are present and what if anything is logged, I can look into it further.

@gniftygnome gniftygnome added the question Further information is requested label Apr 14, 2024
@tacogerbil
Copy link
Author

I do have a question if you don't mind? I have a standard vanilla Barrel as the source... Where I put the discs. It's ALWAYS empty. The discs are in the collector or ducts (spread around) at all times. It's like they are storage themselves.
Is there a way to make it so that if the receiving end isn't taking in anything.. the the Collector leaves the items or is this the intent?

@gniftygnome
Copy link
Owner

They work like hoppers; that is to say, yes they are storage and if the collector has space, it will take in items. Just like with hoppers, you can stop this by powering collectors or dampers, so if you can come up with a redstone arrangement powering the collector when you don't want it to pull items, that will prevent it from pulling the items.

(I'm fairly certain the original issue reported here is caused by a mod; maybe the same one that makes the jukeboxes look different from vanilla jukeboxes. I searched for a jukebox mod with a similar look but couldn't find one.)

@tacogerbil
Copy link
Author

tacogerbil commented Apr 19, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants