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

Enhancement: Server config to allow CC:Tweaked to wrap infusion pylon as an inventory #32

Open
TheStraying11 opened this issue Dec 10, 2024 · 1 comment

Comments

@TheStraying11
Copy link

In previous versions of the mod, as recently as 1.20.1, the infusion pylon acted like any standard inventory as far as computercraft was concerned. Using this i was creating a project that would allow you to change potion effects on the fly using a pocket computer, this was extremely useful for effects like night vision, or ore sights, or invisibility, that you generally don't want to have constantly active.

Due to the new redstone control, this hasn't been made impossible, just exceedingly annoying, as now you need an entire pylon, for each effect you want to control, therefore, disabling automation for the pylon its' self, just makes life difficult, which isn't really fun for anyone

you can see the project on my github under ccPotionSelector, it's a WIP, and a shame if i'd have to rebuild it from the ground up to control them with redstone instead, and would require the user to manually name each pylon in code, rather than the previous familliar solution i had of naming the potion card in an anvil

@jeremiahwinsley
Copy link
Owner

Looks like a consequence of the NeoForge capability rework, previously I had capabilities automatically registered for all pylons, but it's no longer automatic so I only added the harvester pylon in the port. I can add support for this.

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