
Minecraft in Minecraft
I think no one needs to explain what Minecraft is . Simple, at first glance, the game is fraught with great opportunities. Especially successful fans of the game in the construction of various mechanisms. A calculator and even a full-fledged programmable computer were assembled . A discussion of such machines is certainly accompanied by comments of the form:
Congratulations, gentlemen, have waited! Minecraft implemented minecraft itself.
User Yutuba SodeCrafted posted a video in which the machine is shown, allowing you to play in a simplified version of Minecraft. The project is called Mineception . The simplifications relate to the following:
But there is gravity, including a falling block (sand), spreading water and stairs. The player can walk, jump, put and remove blocks around him,rob koranov . Implemented scrolling of the playing field when the player moves.
Special mention deserves the implementation of the graphical interface of the game. The image is not displayed on a panel of light bulbs or torches, but on a card. A map in the world of minecraft is a special item showing the terrain at some distance around the player. Real-time landscape changes are displayed on the map. The principle of the display is based on this.
An 8x8 block area is projected onto the map as a single pixel, and the color of this pixel will depend on which blocks prevail in this area. If you fill the 8x8 area with different types of blocks equally, then replacing just one additional block, you can change the color of this area on the map. Blocks are replaced using pistons and a redstone circuit. A detailed description of the operation of such a display can be found here:
www.youtube.com/watch?v=h0e9fZ0242Y
The whole mechanism is huge, so you need to run it in multiplayer game mode, either by increasing the number of chunks loaded simultaneously into the server’s memory, or placing other players throughout the construction area.
Download link in the video description or here:
www.planetminecraft.com/project/mineception---minecraft-in-minecraft
Now you need to build a PC emulator in minecraftAnd run minecraft in it
We are waiting for minecraft to be realized in minecraft
Congratulations, gentlemen, have waited! Minecraft implemented minecraft itself.
User Yutuba SodeCrafted posted a video in which the machine is shown, allowing you to play in a simplified version of Minecraft. The project is called Mineception . The simplifications relate to the following:
- First of all, the game is two-dimensional.
- There are only 8 types of blocks, of which 6 are available for installation by the player.
- The dimensions of the world are only 32x32 blocks.
- The dimensions of the playing field are even more modest, 9x9.
- Simplified physics of water, as in Minecraft Classic.
- There are no redstone schemes, which means to make minecraft-in minecraft'e in minecraft'e until it works.
But there is gravity, including a falling block (sand), spreading water and stairs. The player can walk, jump, put and remove blocks around him,
Special mention deserves the implementation of the graphical interface of the game. The image is not displayed on a panel of light bulbs or torches, but on a card. A map in the world of minecraft is a special item showing the terrain at some distance around the player. Real-time landscape changes are displayed on the map. The principle of the display is based on this.
An 8x8 block area is projected onto the map as a single pixel, and the color of this pixel will depend on which blocks prevail in this area. If you fill the 8x8 area with different types of blocks equally, then replacing just one additional block, you can change the color of this area on the map. Blocks are replaced using pistons and a redstone circuit. A detailed description of the operation of such a display can be found here:
www.youtube.com/watch?v=h0e9fZ0242Y
The whole mechanism is huge, so you need to run it in multiplayer game mode, either by increasing the number of chunks loaded simultaneously into the server’s memory, or placing other players throughout the construction area.
Download link in the video description or here:
www.planetminecraft.com/project/mineception---minecraft-in-minecraft