Download Command Blocks Mod - Minecraft PE Mods & Addons
MC: Command Blocks Mod
Category:Minecraft PE Mods & Addons
Viewed: 961 - Published at: 4 years ago

Description:

The Command Block is incredibly useful because it can be used for executing text commands in Minecraft. And it’s only triggered when there’s a redstone signal active. The block can process javascript and custom commands found in other mods.

It’s one of those features which the PC version of Minecraft has by default but is not likely to be an official part of Pocket Edition for a long time.

Creator: Lachlan, Twitter Account

How does it work?

The Command Block (ID 137) can be obtained by using the creative inventory. It’s a block which when triggered by a redstone signal can execute both javascript and custom mod commands.

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

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, e.g.: javascript: Level.setRainLevel(1); – this would turn on rain

command-block-1

Then place down the second Command Block and let’s set it to execute the day command.

command-block-2

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.

command-block-4command-block-3

Download (GitHub Source)
Download MediaFire

TAGS :

Reference: mcpedl.com