Skip to content

Etching Machine

Appearance

Alt text

Begineer Guide

  1. Make a Etching Machine Controller, a Etching Machine Encoder, and a Etching Machine Decoder
  2. Stack them up like the appearance shown above and the controller should be yellow.
  3. The Encoder emits redstone randomly and the decoder reads the redstone signal. Alt text
  4. Right click the Controller and you will get a secret list of numbers Alt text
  5. In this case, it means that when encoder emitts a redstone power of 0, the decoder needs to receive power of 1, when encoder emitts 1, the decoder needs to receive power of 5, and so on.
  6. encoder(up) -> decoder(down)
  7. 0 -> 1
  8. 1 -> 5
  9. 2 -> 0
  10. 3 -> 15
  11. 4 -> 9
  12. 5 -> 11
  13. 6 -> 3
  14. 7 -> 7
  15. 8 -> 13
  16. 9 -> 8
  17. 10 -> 6
  18. 11 -> 2
  19. 12 -> 14
  20. 13 -> 4
  21. 14 -> 10
  22. 15 -> 12

your goal is to construct a redstone circuit that processes the signals emits by the encoder and send it back to the decoder.

  1. After sending the right signal to the decoder, the controller will turn green and the machine will start to emit particles. Alt text
  2. drop some bedrock gravel by the machine and there is a \(\frac{1}{720}\) per tick to turn into blocks of amethyst. Alt text