LadyCailin / TestIssueUploader

Testing testing 123
0 stars 0 forks source link

Block Replacer #256

Closed LadyCailin closed 4 years ago

LadyCailin commented 4 years ago

CRAFTBOOK-2244 - Reported by mk2233 on 2012-11-11 20:51:16 UTC

[MC1228] - BLOCK-REPLACER

DESCRIPTION http://www.djgemo.de/IC-Wiki/images/IO/1I1O.png

The MC1228 is a selfsearching blockreplacer. It starts to search and replace blocks (connected to the ICblock, even diagonal) whenever the input (the "clock") changes from low to high or vice versa.

SIGN PARAMETERS

Line 3: BlockIDOn[:SubID][-BlockIDOff[:SubID]] (Examples: 'wool:15-stone' or 'grass' or 'dirt-44:2')
Line 4: ticksBetweenReplacement:SearchMode(1 OR 3), Examples: '0' (immediate replace) or '3:1' (wait 3 ticks between replacment and use mode 1=CIRCLE) or '5:3' (wait 5 ticks between replacment and use mode 3=ALONG A PATH)

INPUTS

Clock

OUTPUTS

Clock

Edit: I've written a new ic number

LadyCailin commented 4 years ago

Comment by pmpmpm on 2013-06-15 00:11:47 UTC

Thanks a lot!

But what about the random modes? /hide

LadyCailin commented 4 years ago

Comment by me4502 on 2013-06-15 00:30:45 UTC

What's the current mode?

LadyCailin commented 4 years ago

Comment by pmpmpm on 2013-06-15 00:44:06 UTC

Circle. Or "ball" in 3D.

LadyCailin commented 4 years ago

Comment by me4502 on 2013-06-15 00:49:34 UTC

I would probably call it 'path'. Not really circle as such. It follows the path, not expands in a sphere.

LadyCailin commented 4 years ago

Comment by pmpmpm on 2013-06-15 00:51:36 UTC

What, the implemented mode? The "0" mode?

Edit: Rather than kinda "flooding" here (which is already quite done), should I go on the IRC?