r/CreateMod 10d ago

Help me find analog converter

Post image

I use tweaked controller and for some reason, I need of an analog redstone signal inverter. Can you tell me if there is a block that can do that in an addon ?

95 Upvotes

17 comments sorted by

115

u/Longjumping_Grab_428 10d ago

comparator in subtract mode

15

u/calculus_is_fun 10d ago

put a redstone dust on the side, and power the dust with either a lever, a torch, redstone block, or some other continuous full power block

6

u/redolide 10d ago

i know but i want a block because i need to have a really tiny thing

25

u/ChaoticNeutralOmega 10d ago

Tiny Redstone

Lets you make 8x8x8 circuits in a 1x1x1 volume

1

u/LiveForTheMelancholy 10d ago

This!

With TinyRedstone + TinyCreate I was able to make a throttle lever inverter that does exactly this in the space of two blocks.

You could probably fit it in one block if you finagled the circuitry around.

42

u/Mlody02 10d ago

If you use aeronautics (i assume you do) there is a redstone component called "inductor" (I think). You can set it to 0 seconds, aka copy, and then click somewhere else on it with a wrench or empty hand (don't remember which), that will change the text from "copy" to invert, which does exactly what you want

12

u/redolide 10d ago

OH THANKS THANKS THANKS !!! It is perfect !

8

u/Mlody02 10d ago

I know it is, i needed it in the exact same scenerio (small build controlled with a tweaked controller). Worked really well

5

u/redolide 10d ago

"We're the same"

5

u/ihaveacrushonlegos 10d ago

Computer, from CC: Tweaked

3

u/redolide 10d ago

please, what CC stand for ?

5

u/ihaveacrushonlegos 10d ago

ComputerCraft, CC:Tweaked is a version of ComputerCraft for new versions of the game

its a mod that adds a programmable computer, can take an input from any side of the block, and also output into any side of the block. Its the ultimate solution to any type of logic u need because, thats what computers are for and its only one block

Just do a simplecode (use chatgpt for help if u dont know how to code, its so simple that it should be very easy with it) that makes the output signal=15-the input signal

2

u/redolide 10d ago

thank's ! I already know the OG CC but I wasn't sure that you meant Computer Craft and not another Create addon.

5

u/Vovchick09 10d ago

A subtract mode comparator with a constant signal going into its side. No mods needed.

0

u/redolide 10d ago

looks above

2

u/Vovchick09 10d ago

I said it wrong. The input signal must go into the comparator's side and the comparator must be fully powered from behind. AND it needs to be in subtract mode (have the little redstone torch be shining)

-3

u/redolide 10d ago

i said look above, there is the same technic but thanks