Picture Generator

Create random 3x3 drawings using a complex and long mechanism (albeit with a simple principle of operation), which includes more than 80 of command blocks. Explore the structure of the mechanism, add and change colors to create a random pattern.

Select version for changelog:

Changelog

The .mcworld file was re-downloaded due to errors after downloading.

Installation

Downloads

  • Picture_Generator_1601266252.mcworld

Supported Minecraft versions

Installation Guides

1
Couldn’t you have used /scoreboard players random @e # # to do the same function? (The # is a number example: /scoreboard players random @e 1 10 meaning any number from 1 to 10)
And what would make sense to use it?
Picture Generator is just example for mechanism. This mechanism can be used for random in games, lotteries and more, not only pictures.
I didnt understand one thing like it just randomises the canvas so what do you mean by draw a picture
Just the distributor calls for a random mob and the command block through / execute puts the block of the desired color on the canvas, which corresponds to the mob in my opinion.
Zombies - wool id 1.
Creeper - wool id 2
Endermit - 3
And so on, I just assigned a color to a random mob in command block