hourglass_full Your download should start automatically in a few seconds...

Download Command Blocks Mod_Latest Version.apk from Apk-Dl Server

Thank you for using Apk-Dl.com to download the apk file (Command Blocks Mod_Latest Version.apk),

If the download doesn't start automatically in a few seconds, please click here to access the download URL directly.

Note: Download and save the apk file to your Android Phone's SD card and install it manually onto the Android device.

Description

The Command Block is incredibly usefulbecauseit can be used for executing text commands in Minecraft. Andit’sonly triggered when there’s a redstone signal active. The blockcanprocess javascript and custom commands found in othermods.

It’s one of those features which the PC version of Minecraft hasbydefault but is not likely to be an official part of PocketEditionfor a long time.The Command Block (ID 137) can be obtainedby usingthe creative inventory. It’s a block which when triggeredby aredstone signal can execute both javascript and custommodcommands.

In this example we will be using the commands available intheX-Commands mod to explain how you can use redstone and theCommandBlock to switch time between day and night.

Begin by placing down the first Command Block which will be usedforactivating night-time. Tap on the block to set the command touse.Here you can also enter JavaScript, e.g.:javascript:Level.setRainLevel(1); – this would turn on rain.