Befehlsblöcke Mod für Minecraft Pocket Edition. Free Download.
The Command Block is incredibly useful because it can be used for executing text commands in Minecraft. And its only triggered when theres a redstone signal active. The block can process javascript and custom commands found in other mods.
Es ist eines der Funktionen, die die PC -Version von Minecraft standardmäßig hat, aber es ist wahrscheinlich, dass es für lange Zeit kein offizieller Teil der Pocket Edition ist.
How does it work?
The Command Block (ID 137) can be obtained by using the creative inventory. Its a block which when triggered by a redstone signal can execute both javascript and custom mod commands.
In diesem Beispiel werden wir die im SimpleCommands Mod verfügbaren Befehle verwenden, um zu erklären, wie Sie Redstone und den Befehlsblock verwenden können, um die Zeit zwischen Tag und Nacht zu wechseln.
Begin by placing down the first Command Block which will be used for activating night-time. Tap on the block to set the command to use. Here you can also enter JavaScript, eg: javascript: Level.setRainLevel(1); this would turn on rain
Then place down the second Command Block and lets set it to execute the day command.
Now use the levers to trigger the redstone signal. The redstone signal will then transmit power to the Command Block which will in return execute the command it is setup to execute.
This application is not affiliated in any way with Mojang AB. The Minecraft Name, the Brand and the Assets are all property of Mojang AB or their respectful owner. Alle Rechte vorbehalten. In accordance with http://account.mojang.com/documents/brand_guidelines
Mehr lesen