Wood Blocks Game Cheats

  1. Wood Blocks Game Cheats Age Of Empires 2
  2. Wood Block Puzzle Game Cheats
  3. Wood Blocks Game Cheats Codes

Block Puzzle: Wood Collection hack, is free way to unlock or get all In-App purchases for free. This hacks for Block Puzzle: Wood Collection works for all Android and also for iOS smartphones. To use this hack you need to chose any cheat code from below and type it in Block Puzzle: Wood Collection game console. this cheats and hacks you don’t need to Root or Jailbreak your phone, and also you don’t need to download anything like computer software or apk ipa files! If you are bored with downloading a lot of stuff and they don’t work, you are on right place!

In case you don’t know how to input our cheats, check the link in red box below and you will find simple tutorial on how to use cheats for Block Puzzle: Wood Collection.

Word Stacks is the new wonderful word game developed by People fun, known by his best puzzle word games on the android and apple store, like Wordscapes, Word Mocha, Wordscapes uncrossed and wordscapes in bloom. To make it easer, this is Word Stacks Game presentation By Ellen Show.

Block Puzzle: Wood Collection (all cheats are updated)

All Cheats

1. 240 coins $0.99 >>> 4qVEWu9C7QqiGsm_uL
2. 800 coins $2.99 >>> vqOObYYSzZHyoJG_4b
3. 1400 coins $4.99 >>> rUgMvllOJSz9Exo_N6(Updated cheat code)
4. Ads Free $1.99 >>> Hxpp7f1NkCt2vHm_Fu
5. 3000 coins $9.99 >>> uoZIDbjn1qhF8y5_nK(Updated cheat code)
6. 7200 coins $19.99 >>> uoCJtQEpzxFeVgq_ac
7. StarterPack $14.99 >>> 7KwRmSrrvIIAoPo_b4

Cheats working on devices

iOS

1. 240 coins $0.99 >>> 4qVEWu9C7QqiGsm_uL(Updated cheat code)
2. Ads Free $1.99 >>> Hxpp7f1NkCt2vHm_Fu
3. 3000 coins $9.99 >>> uoZIDbjn1qhF8y5_nK
4. 7200 coins $19.99 >>> uoCJtQEpzxFeVgq_ac
5. StarterPack $14.99 >>> 7KwRmSrrvIIAoPo_b4

Android

1. Ads Free $1.99 >>> Hxpp7f1NkCt2vHm_Fu(Updated cheat code)
2. 3000 coins $9.99 >>> uoZIDbjn1qhF8y5_nK
3. 7200 coins $19.99 >>> uoCJtQEpzxFeVgq_ac(Updated cheat code)

Wood Blocks Game Cheats

Tablets

1. 240 coins $0.99 >>> 4qVEWu9C7QqiGsm_uL(Updated cheat code)
2. Ads Free $1.99 >>> Hxpp7f1NkCt2vHm_Fu(Updated cheat code)
3. 3000 coins $9.99 >>> uoZIDbjn1qhF8y5_nK(Updated cheat code)
4. 7200 coins $19.99 >>> uoCJtQEpzxFeVgq_ac
5. StarterPack $14.99 >>> 7KwRmSrrvIIAoPo_b4

We are recommending you to try with 240 coins Cheat Code, for Block Puzzle: Wood Collection game. A lot of users are using cheat code to get that In-app purchases. Hope you will enjoy.

Why These Cheat Codes are better then Hack Tools that are available:

1. You will get free purchases in Block Puzzle: Wood Collection
2. No borning viruses
3. No borning downloads like Block Puzzle: Wood Collection Hack Tool
4. Working for all devices (Android smartphones, tablets, fablets, and iOS iPhone and iPad)
5. No need to Jailbreak or Root your device

Block Puzzle: Wood Collection Hack – Most used search terms:

  • Block Puzzle: Wood Collection hack tool
  • Block Puzzle: Wood Collection cheat codes
  • Block Puzzle: Wood Collection hack ios
  • Block Puzzle: Wood Collection mod apk
  • hack Block Puzzle: Wood Collection
  • Block Puzzle: Wood Collection Cheats
  • Block Puzzle: Wood Collection Hack
    • Block Puzzle: Wood Collection Cheat Codes Hack Tool

This Minecraft tutorial explains how to use the /setblock command with screenshots and step-by-step instructions.

You can replace a block with another block using the /setblock command in Minecraft. Let's explore how to use this cheat (game command).

Supported Platforms

The /setblock command is available in the following versions of Minecraft:

PlatformSupported (Version*)
Java Edition (PC/Mac)Yes (1.7.2)
Pocket Edition (PE)Yes (0.16.0)
Xbox 360No
Xbox OneYes (1.2)
PS3No
PS4Yes (1.14.0)
Wii UNo
Nintendo SwitchYes (1.5.0)
Windows 10 EditionYes (0.16.0)
Education EditionYes

* The version that it was added or removed, if applicable.
NOTE: Pocket Edition (PE), Xbox One, PS4, Nintendo Switch, and Windows 10 Edition are now called Bedrock Edition. We will continue to show them individually for version history.

Requirements

To run game commands in Minecraft, you have to turn cheats on in your world.

SetBlock Command

  • Java
  • PE
  • Xbox
  • PS
  • Nintendo
  • Win10
  • Edu

SetBlock Command in Minecraft Java Edition (PC/Mac)

In Minecraft Java Edition (PC/Mac) 1.13, 1.14, 1.15 and 1.16, the syntax to replace a block with another block is:


In Minecraft Java Edition (PC/Mac) 1.8, 1.9, 1.10, 1.11 and 1.12, the syntax to replace a block with another block is:

Definitions

  • pos or x y z is the x y z coordinate for the block to replace.
  • tileName is name of the replacement block. (See Minecraft Item Names)
  • dataValue is optional. It is the variation of the block if more than one type exists for that tileName. (See Minecraft Data Values)
  • oldBlockHandling is optional. It tells the command how to replace the block. The default behavior is replace. It can be one of the following values:
    • replace - Replaces the block, including air.
    • keep - Replaces the block if the block was air.
    • destroy - Replaces the block, including air. Old block will be dropped and can then be collected as if it was mined with a pickaxe or shovel.
  • dataTag is optional. It is the data tag for the new block. It is a compound NBT tag such as {Potion:harming}.

SetBlock Command in Minecraft Pocket Edition (PE)

In Minecraft Pocket Edition (PE), the syntax to replace a block with another block is:

Definitions

  • position is the x y z coordinate for the block to replace.
  • tileName is name of the replacement block. (See Minecraft Item Names)
  • tileData is optional. It is the data value for the replacement block. It identifies the variation of the block if more than one type exists for that tileName. (See Minecraft Data Values)
  • replace is optional. It tells the command to replace the block, including air. This is the default behavior.
  • keep is optional. It tells the command to replace the block if the block was air.
  • destroy is optional. It tells the command to replace the block, including air. The old block will be dropped and can then be collected as if it was mined with a pickaxe or shovel.

SetBlock Command in Minecraft Xbox One Edition

In Minecraft Xbox One Edition, the syntax to replace a block with another block is:

Definitions

  • position is the x y z coordinate for the block to replace.
  • tileName is name of the replacement block. (See Minecraft Item Names)
  • tileData is optional. It is the data value for the replacement block. It identifies the variation of the block if more than one type exists for that tileName. (See Minecraft Data Values)
  • replace is optional. It tells the command to replace the block, including air. This is the default behavior.
  • keep is optional. It tells the command to replace the block if the block was air.
  • destroy is optional. It tells the command to replace the block, including air. The old block will be dropped and can then be collected as if it was mined with a pickaxe or shovel.

SetBlock Command in Minecraft PS4 Edition

In Minecraft PS4 Edition, the syntax to replace a block with another block is:

Definitions

  • position is the x y z coordinate for the block to replace.
  • tileName is name of the replacement block. (See Minecraft Item Names)
  • tileData is optional. It is the data value for the replacement block. It identifies the variation of the block if more than one type exists for that tileName. (See Minecraft Data Values)
  • replace is optional. It tells the command to replace the block, including air. This is the default behavior.
  • keep is optional. It tells the command to replace the block if the block was air.
  • destroy is optional. It tells the command to replace the block, including air. The old block will be dropped and can then be collected as if it was mined with a pickaxe or shovel.

SetBlock Command in Minecraft Nintendo Switch Edition

In Minecraft Nintendo Switch Edition, the syntax to replace a block with another block is:

Definitions

  • position is the x y z coordinate for the block to replace.
  • tileName is name of the replacement block. (See Minecraft Item Names)
  • tileData is optional. It is the data value for the replacement block. It identifies the variation of the block if more than one type exists for that tileName. (See Minecraft Data Values)
  • replace is optional. It tells the command to replace the block, including air. This is the default behavior.
  • keep is optional. It tells the command to replace the block if the block was air.
  • destroy is optional. It tells the command to replace the block, including air. The old block will be dropped and can then be collected as if it was mined with a pickaxe or shovel.

SetBlock Command in Minecraft Windows 10 Edition

In Minecraft Windows 10 Edition, the syntax to replace a block with another block is:

Definitions

  • position is the x y z coordinate for the block to replace.
  • tileName is name of the replacement block. (See Minecraft Item Names)
  • tileData is optional. It is the data value for the replacement block. It identifies the variation of the block if more than one type exists for that tileName. (See Minecraft Data Values)
  • replace is optional. It tells the command to replace the block, including air. This is the default behavior.
  • keep is optional. It tells the command to replace the block if the block was air.
  • destroy is optional. It tells the command to replace the block, including air. The old block will be dropped and can then be collected as if it was mined with a pickaxe or shovel.

SetBlock Command in Minecraft Education Edition

In Minecraft Education Edition, the syntax to replace a block with another block is:

Definitions

  • position is the x y z coordinate for the block to replace.
  • tileName is name of the replacement block. (See Minecraft Item Names)
  • tileData is optional. It is the data value for the replacement block. It identifies the variation of the block if more than one type exists for that tileName. (See Minecraft Data Values)
  • replace is optional. It tells the command to replace the block, including air. This is the default behavior.
  • keep is optional. It tells the command to replace the block if the block was air.
  • destroy is optional. It tells the command to replace the block, including air. The old block will be dropped and can then be collected as if it was mined with a pickaxe or shovel.
TIP: Read our tutorial called Understanding the Coordinate System to learn about the XYZ coordinates in Minecraft and how to find your current coordinates.

Examples

  • Java
  • PE
  • Xbox
  • PS
  • Nintendo
  • Win10
  • Edu

Example in Java Edition (PC/Mac) 1.13, 1.14, 1.15 and 1.16

To replace a block that is 1 block East and 1 block South with a birch wood plank in Minecraft 1.13, 1.14, 1.15 and 1.16:

To replace the block beneath you with prismarine stairs:

To replace the block at the coordinates (-209, 69, 2) with a jungle trapdoor:

Example in Java Edition (PC/Mac) 1.11 and 1.12

To replace a block that is 1 block East and 1 block South with a birch wood plank in Minecraft 1.11 and 1.12:

To replace the block beneath you with a diamond block:

To replace the block at the coordinates (-126, 65, 229) with obsidian:

Example in Pocket Edition (PE)

To replace a block that is 5 blocks West and 3 blocks South with lime wool in Minecraft PE:

To replace the block beneath you with iron ore:

To replace the block at the coordinates (22, 68, 36) with glowstone:

Example in Xbox One Edition

To replace a block that is 8 blocks East and 12 blocks South with purple concrete powder in Minecraft Xbox One Edition:

To replace the block beneath you with bedrock:

To replace the block at the coordinates (4, 61, -5) with a redstone lamp:

Example in PS4 Edition

To replace a block that is 2 blocks West and 7 blocks South with orange concrete in Minecraft PS4 Edition:

To replace the block beneath you with a honey block:

To replace the block at the coordinates (10, 64, -20) with a honeycomb block:

Example in Nintendo Switch Edition

To replace a block that is 9 blocks West and 2 blocks North with spruce planks in Minecraft Nintendo Switch Edition:

To replace the block beneath you with purple glazed terracotta:

To replace the block at the coordinates (-7, 62, 29) with a sea lantern:

Example in Windows 10 Edition

To replace a block that is 16 blocks East and 4 blocks North with a purpur pillar in Minecraft Windows 10 Edition:

To replace the block beneath you with netherrack:

To replace the block at the coordinates (31, 64, 5) with soul sand:

Example in Education Edition

To replace a block that is 2 blocks East and 7 blocks North with blue wool in Minecraft Education Edition:

To replace the block beneath you with glass:

To replace the block at the coordinates (8, 67, 26) with bedrock:

How to Enter the Command

1. Open the Chat Window

The easiest way to run a command in Minecraft is within the chat window. The game control to open the chat window depends on the version of Minecraft:

Wood Blocks Game Cheats Age Of Empires 2

  • For Java Edition (PC/Mac), press the T key to open the chat window.
  • For Pocket Edition (PE), tap on the chat button at the top of the screen.
  • For Xbox One, press the D-Pad (right) on the controller.
  • For PS4, press the D-Pad (right) on the controller.
  • For Nintendo Switch, press the right arrow button on the controller.
  • For Windows 10 Edition, press the T key to open the chat window.
  • For Education Edition, press the T key to open the chat window.

Wood Block Puzzle Game Cheats

2. Type the Command

In this example, we will replace a block with a birch wood plank using the following command:

Type the command in the chat window. As you are typing, you will see the command appear in the lower left corner of the game window. Press the Enter key to run the command.

Wood Blocks Game Cheats Codes

This /setblock command would replace the block at ~1 ~0 ~1 with a birch plank. This is the block that is 1 block East, 0 blocks downward, and 1 block South of where the command is run.

ItemDescription
(Minecraft ID Name)
Minecraft
Data
Value
Oak Wood Plank
(planks)
0
Spruce Wood Plank
(planks)
1
Birch Wood Plank
(planks)
2
Jungle Wood Plank
(planks)
3
Acacia Wood Plank
(planks)
4
Dark Oak Wood Plank
(planks)
5

For the replacement block, we use a name of planks and a DataValue of 2 to represent a birch wood plank. See a list of all Minecraft Item Names and DataValues.

You will see the message 'Block placed' appear in the lower left corner of the game window to indicate that the setblock command has completed.

Congratulations, you have learned how to use the /setblock command in Minecraft.

Other SetBlock Cheats

You can use other setblock commands in Minecraft such as:

Other Game Commands

You can use other commands and cheats in Minecraft such as: