Current location - Music Encyclopedia - QQ Music - How to play scary ice cream music with Minecraft command blocks?
How to play scary ice cream music with Minecraft command blocks?

Enter the game, enter /playsound music name, select horror music, @play the music to all players.

Command Block (Command Block), also known as command block, is a block in the game "Minecraft" that can execute commands after being activated by a redstone signal (the function of keeping it open was added in Java 1.9, without the need for redstone) tiles, which provide an extremely wide range of features for adventure maps.

As of Minecraft Java Snapshot 15w35a, command blocks can be activated without using a redstone signal.

This is a solid block used to execute Minecraft game commands. It can only be obtained through commands, and is commonly used in multiplayer servers and custom maps. Opening the command block GUI and placing command blocks is only possible in creative mode.

In addition, the character limit of command blocks has been doubled again, and command blocks have also been added to PE Pocket Edition (which was merged with other C versions in 1.2 to become BE Bedrock Edition) 1.0.5. The texture of command blocks has also been changed.

The purpose of command blocks:

Command blocks can be opened by redstone signals. This item has no permission restrictions and can be used by players who normally cannot use commands to execute a specific command (for example, allowing everyone to obtain a specific item through /give, but not allowing them to obtain anything they want through /give thing).

In versions 1.9 and above, command blocks will have a direction ("facing"), which determines which chain blocks will be sensed and which 'conditional' mode command block will be controlled by it when executing commands. Get command/give [player] minecraft: command_block 1 1

Open sounds.json in notepad format and enter the following characters (when you want to use music as in-game background music)

{

"music.[A].[B1]": {

"category": "music",

"sounds": [

p>

{

"name": "music/[A]/[B2]"

"stream": true

}

]

}

}

Extended information

The folder name in the music folder (below [C] is the subordinate folder of [A]), [B1] is the name of the music when calling it inside the game (it is best to use all lowercase letters, easy to remember), and [B2] that appears below is the name of your music (must be the same as the folder name) The music names in the files are the same, spaces are replaced with underscores and no suffix file format.ogg)

Explanation of the second line: If you directly drag the music file into the music folder, you do not need to write .[A], change is "music.[B1]"; if a subdirectory folder is created under the folder, it should be changed to "music.[A].[C].[B1]", and so on. The command on the sixth line is changed to "music/[B]" or "music/[A]/[C]/[B2]"