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

Ender Storage from sc-goodies #56

Open
minecraftbossdj opened this issue Jan 1, 2025 · 3 comments
Open

Ender Storage from sc-goodies #56

minecraftbossdj opened this issue Jan 1, 2025 · 3 comments

Comments

@minecraftbossdj
Copy link

Whenever you have UPW + sc-goodies, it makes the ender chest not have its previous functions:

without UPW:
image

with UPW:
image

links to sc-goodies:
https://modrinth.com/mod/sc-goodies
https://github.com/SwitchCraftCC/sc-goodies

note that sc-goodies works with cc 1.113.x, AND cc 1.111.x, im currently using cc 1.113.x, but issue is the same on both cc and UPW versions

@minecraftbossdj
Copy link
Author

minecraftbossdj commented Jan 1, 2025

I think the issue is the new inventory API introduced with this mod, is overwriting the extra functions inside of the ender storage peripheral

@SirEdvin
Copy link
Owner

SirEdvin commented Jan 2, 2025

Yep, upw probably cause this conflict, because it overwrites a peripheral for ender storage, because sc-goodies uses generic peripheral which takes lower priority that default peripheral from upw.

The only solution for this issue for now is to use data packs to add peripheralworks:ignore tag to ender storage. This will cause upw to ignore this particular block.

@minecraftbossdj
Copy link
Author

Ah I saw that and looked all over the GitHub page for it, I thought it was a tag, but couldn't seem to find it, so I wasn't sure if it was one, thanks!

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

No branches or pull requests

2 participants