
Blacklist for Mechanical Daisy
Saereth opened this issue ยท 2 comments
Describe your idea
I noticed you cant insert living wood for example, into the mechanical daisy, this prevents a conversion loop from happening. There is another mod called Botanical Additions that adds an elven wood to dreamwood conversion but since dreamwood isnt blacklisted it will continue on converting to normal living wood after. Would it be possible to get a tag blacklist so we can tag conversions like this to stop them from happening? Would be very useful.
What about another way: Only start a new recipe after the previous result was taken. So, you need to place a new input before it's processing again. Could break some existing automations, I could add a config value to disable this.
The behaviour @MelanX describes is how I anticipated the mechanical daisy to work when I implemented it in the first place. So I would vote for the current behaviour being treated as a bug (that apparently existed since the very first release) and therefore just fix it up (Which should be as easy as adding a this.workingTicks[i] >= 0
into this condition).
Also, I don't see a good reason for the botanical daisy to just keep on crafting as long as possible. I would guess that in 99% of the cases this is not what you want and every other machine in the mod also stops crafting after a single iteration.