klikli-dev / occultism

A magic mod inspired by the world of Jonathan Stroud's Bartimaeus. With the help of occult rituals players can summon entities from the "Other Side" to perform magic.
https://www.curseforge.com/minecraft/mc-mods/occultism
MIT License
67 stars 43 forks source link

Feature request: Golden bowl redstone signal for automation #1095

Closed Ciege666 closed 4 weeks ago

Ciege666 commented 3 months ago

Feature request: KJM Would it be possible to make the golden bowl lock and emit a redstone signal while crafting? It would make it easier to automate. Right now it disables the ritual if you spam the bowl with the book.

Signal strength's for automation: 0 = Empty 1 (Pulse) = Incomplete Ritual 2 = Crafting 4 = Sacrifice required 8 (pulse) = completed

Kevin-Marsh commented 3 months ago

I would suggest that pulsing redstone modes be avoided. AE and RS both have features where redstone can lock the crafting and wait to insert a new craft until the redstone is removed. Avoiding pulsing redstone and ensuring a seamless transition between the redstone states would ensure that the crafting remains locked. Having varying redstone shouldn't matter and you can easily use them for diagnostics which would be helpful.

Another recommendation I would like to make, though I do not know if it is possible, would be to allow the items to also be piped into the sacrificial bowl rather than only right clicked. It would allow for far more flexible logistics for automation as well.