CyclopsMC / IntegratedCrafting

Craft stuff in Integrated Dynamics networks
MIT License
7 stars 6 forks source link

"verb" or command block #79

Open Corfiot opened 2 years ago

Corfiot commented 2 years ago

Issue type:


Short description:

[sorry, putting this here cause it's probably most useful for crafting but probably should be in core, not much time to devote to the issue right now]

A crafting writer is actually a way of executing a verb on the network ("craft"), a "verb" block could be created that provides a very limited list of verbs and a predicate.

Verbs could be: craft item, craft item list, redstone-pulse a block on the network, set dynamic variable value(any), trigger crafting writer, and so on This block could be pulsable, too, so we could stick a clock on it.

This would work around a lot of limitations of the mod, e.g. the batch stuff, you could pulse it X times to create X crafting jobs in one go.

rubensworks commented 2 years ago

Thanks for the suggestion!

Corfiot commented 2 years ago

Thanks for the mod, keep killing it!