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

Add a custom Conduit Item #5

Open
Koynax opened this issue Sep 13, 2024 · 4 comments
Open

Add a custom Conduit Item #5

Koynax opened this issue Sep 13, 2024 · 4 comments

Comments

@Koynax
Copy link

Koynax commented Sep 13, 2024

Describe the feature/addition!

Customize the Item Conduit :
-Item transfer spee.
-Number of items transferred.
-Possibility of upgrading or not (filter, speed, etc.).

Why would like to see this feature/addition?

To be able to make several tiers of Item Conduit for my modpack .

@rlnt
Copy link
Member

rlnt commented Sep 13, 2024

I thought about this when developing the custom energy conduits but got rid of the idea because the base item conduits support upgrades to increase speed and stack size. I am not sure whether I should add an option to have a custom one. This would also bloat the mod a lot since it would require a custom menu and screen. 90% of the code would be for this custom conduit then.

@Koynax
Copy link
Author

Koynax commented Sep 13, 2024

It was mainly to be able to create a “Tiers” system, which is more practical.
I had the idea of making :
-Tier 1: 1/t
-Tier 2: 2/t
-Tier 3: 4/t
-Tier 4: 8/t
-Tier 5: 16/t

With upgrades it's not possible to do that, unfortunately.

@rlnt
Copy link
Member

rlnt commented Sep 13, 2024

So the goal is to have tiered item conduits but no upgrade functionality at all, right? I think this could be done. But I can't give any promise or an ETA. Don't have a lot of time with all the 1.21+ changes I have to deal with on other mods. 🫠

@Koynax
Copy link
Author

Koynax commented Sep 13, 2024

Yes, that's it.

Okay, no worries. Courage for your projects. Thanks for your answers ;)

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

No branches or pull requests

2 participants