Skip to content

Commit

Permalink
Add custom_sounds folder, README.md, and chestopen.ogg (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-jeffkim authored May 29, 2024
1 parent 2897e8b commit d40e8e6
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This project contains samples that further extend the [Minecraft: Bedrock Editio
* [Custom Blocks](custom_blocks/README.md) - Behavior Pack and Resource pack that accompanies the custom block tutorials, starting with [Custom Blocks Part 1: The Simplest Block](https://docs.microsoft.com/minecraft/creator/documents/addcustomdieblock)
* [Features Samples](https://github.com/microsoft/minecraft-samples/blob/main/FeaturesSamples.mcaddon) - A sample pack that can be used as a tutorial on how feature and feature rules work.
* [Custom Items](custom_items/README.md)
* [Custom Sounds](custom_sounds/README.md)
* [Minecraft Live 2022 Add-Ons](mclive2022_addon) - Behavior Pack and Resource Pack that accompany the [Minecraft Live 2022 Creator Recap](https://docs.microsoft.com/minecraft/creator/documents/minecraftlive2022creatorrecap)
* [NPC Dialog Sample](npc_dialogue_sample/README.md) - See the [NPC Dialogue](https://docs.microsoft.com/minecraft/creator/documents/NPCDialogue) documentation for the full walkthrough adding custom dialogue for an NPC
* [Parkour Sample World](parkour_sample_world/README.md) - This sample is the world that is walked through in the [Parkour documentation](https://docs.microsoft.com/minecraft/creator/documents/ParkourIntro) as examples of block mechanics, player mechanics, and Redstone mechanics that can be used to make a fun player experience
Expand Down
35 changes: 35 additions & 0 deletions custom_sounds/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
page_type: sample
author: mammerla
description: A basic collection of custom Minecraft items.
ms.author: [email protected]
ms.date: 04/01/2022
languages:
- typescript
products:
- minecraft
---

# Minecraft Custom Sounds Files

This folder contains sample sound files for use in custom sound packs for Minecraft.

## Prerequisites

None.

Sound files were created using Audacity, but can be created by any sound recording software that supports exporting sound files in the .OGG or .FSB format.

Visit the [Audacity website](https://www.audacityteam.org/download/) to install Audacity.

**It is recommended to install Visual Studio Code, if you haven't already**

Visit the [Visual Studio Code website](https://code.visualstudio.com) and install Visual Studio Code.

### Summary



## Manifest

- [chestopen.ogg](): This file is a sample sound for a chest opening.
Binary file added custom_sounds/chestopen.ogg
Binary file not shown.

0 comments on commit d40e8e6

Please sign in to comment.