Minecraft Block Rotator Using Command Blocks

Sdílet
Vložit
  • čas přidán 18. 09. 2023
  • The following commands will need to be added starting with the first impulse command block:
    setblock ~-1 ~ ~ air
    clone ~2 ~ ~ ~2 ~ ~ ~ ~1 ~ replace
    clone ~1 ~ ~1 ~1 ~ ~1 ~1 ~ ~ replace
    clone ~1 ~ ~1 ~1 ~ ~1 ~1 ~ ~ replace
    clone ~1 ~1 ~ ~1 ~1 ~ ~1 ~ ~ replace
    clone ~1 ~1 ~ ~1 ~1 ~ ~1 ~ ~ replace
    clone ~1 ~ ~-1 ~1 ~ ~-1 ~1 ~ ~ replace
    clone ~1 ~ ~-1 ~1 ~ ~-1 ~1 ~ ~ replace
    clone ~1 ~-1 ~ ~1 ~-1 ~ ~1 ~ ~ replace
    clone ~-1 ~ ~ ~-1 ~ ~ ~1 ~ ~ replace
    The following commands are used to monitor the blocks and execute if the 2 sections match:
    execute if blocks ~1 ~ ~ ~1 ~2 ~2 ~7 ~ ~ all run setblock ~-2 ~ ~ minecraft:redstone_block
    execute unless blocks ~2 ~ ~ ~2 ~2 ~2 ~8 ~ ~ all run setblock ~-1 ~ ~ minecraft:air
  • Hry

Komentáře • 1

  • @EvanSigvaldsen
    @EvanSigvaldsen Před 8 měsíci +1

    It's absolutely insane, that this game can contain so much creativity and logic for 16bit blocks.