stfwi / redstonepen

Minecraft mod adding a pen to draw Redstone tracks in all directions, a PLC for Redstone, and relays.
MIT License
14 stars 2 forks source link

The number of uses of the function is too small #18

Closed Hakoyu closed 1 year ago

Hakoyu commented 1 year ago

I hope to increase the number of times the function is used or remove the limit, otherwise complex programs are not easy to write

image

Hakoyu commented 1 year ago

In the above diagram, the program needs to send pulses to multiple ports in sequence But because of the function limitation, it can only send four times

stfwi commented 1 year ago

Hi, oh, I did not except that so many timers would be needed. Let me think about it - on the one hand I like to have limitations for the block (so that there is a challenge in game), but I can also understand that each direction should have a timer instance available.

Hakoyu commented 1 year ago

Thank you for your reply Although it is possible to use multiple RLCs to control, it makes it more difficult to write Or you can get an upgraded RLC that is more difficult to make to solve this problem This will make it more difficult

stfwi commented 1 year ago

So, in the recent releases I added the TIVx pulse gen, and timer instances were increased. Should be good now for the use cases of the block. Cheers,-