Posts

Showing posts from September, 2018

"UFO" Miner Minecraft Construction

Image
This build is the UFO Miner.  The UFO moves through the Minecraft world in one of two ways: Either you step or jump on a pressure plate, or you flip one of the levers to go up or down.   As the UFO moves in any direction, it will destroy blocks in its path, so you can collect them. For this build, you will need 17 Command Blocks, labelled on the picture. Notice that the UFO has a “South Facing Side”, this is not trivial— the orientation is crucial to the design-- as the commands in each command block correspond to movement in a specific direction/dimension, getting the incorrect command in the incorrect block will wreck your UFO.  (Not pictured is the UB Bottom command block, it is directly under the UB Block) How it works: First, the blocks in the direction you are moving towards are broken. Second, the blocks of the UFO are moved, using the clone command. Third, the player is teleported a couple of spaces.   Note:  The sec...