Closed Beanzilla closed 2 years ago
You know "question" isn't an "issue report," right?
Is there a way I could make a crafter which takes power and provides a list of items to produce then produces selected item?
This is possible, but there is no built-in mechanism for it. Closing, as this is an issue tracker, not a forum for discussion - ask on the Discord if you need help with modding.
However I do not use Discord, and never will
Well, there goes your chance of getting answers.
I think I found a way to make it work.
Hijack Item Source so it requires/consumes power. (Not sure if this will stop producing items if it doesn't have power but at least it should allow me to have a choice menu to choose what gets produced, just like bye bye to making it produce at a timed rate)
Ok so nope hijacking Item Source gives you a Item Source. (Even with consumes power, it will still produce items regardless, due to it's nature of being a Item Source)
So long story short, unless I dive into code I guess what I have is the best there is. (Which is fine with me, just wanted to merge a lot of machines into one machine which could do the task of all of them, no big deal though)
Things I have learned
Platform: Linux
Build: 134.1
Issue: I am a mod developer who has developed M1NEDU5TRY H4CK3D.
In my content, I have a
Item Replicator (*)
(Where * is a number of resources), Is there a way I could make a crafter which takes power and provides a list of items to produce then produces selected item? (I really don't like Java, but I am just about to take up learning it, just to get this one thing implemented)Steps to reproduce: N/A
Link(s) to mod(s) used: M1NEDU5TRY H4CK3D
Save file: N/A (Not needed, since this is mod content)
(Crash) logs: N/A (Not reporting a crash)
Place an X (no spaces) between the brackets to confirm that you have read the line below.
Further Notes:
GenericCrafter
shows the current item/machine I am using for Item Replicators. (So one way to solve this is to point me towards a better machine that could do what I want it to do)