page_type | author | description | ms.author | ms.date | languages | products | ||
---|---|---|---|---|---|---|---|---|
sample |
docsbryce |
The sample Resource Pack used in the Resource Packs Tutorial. |
v-bbortree |
05/17/2022 |
|
|
This sample is the resource pack used in the Intro to Resource Packs Tutorial.
See the Intro to Resource Packs documentation for the full walkthrough turning your dirt blocks bright green.
The resource pack sample is a useful tool to check your work while completing the Resource Pack Tutorial. Using it is as simple as adding it to your development_resource_pack
folder.
- Press Win+R to open Run.
- Copy and paste the following into the Open field:
%localappdata%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang
- Click OK.
- Click
development_resource_packs
. - Copy
resource_pack_sample
into the folder.
- Launch Minecraft and select Play.
- Select Create New World.
- Under Settings, scroll down to the Add-Ons section.
- Click on Resource Packs to see all available packs.
- Click the MY PACKS drop-down to open it.
- Select My Resource Pack and click Activate to add the resource pack to the world.
- Click Create to create your world.
Your plain dirt blocks are now bright green. Neat!
- textures/blocks/dirt.png: A new bright green dirt texture to modify the existing blocks in your world.
- manifest.json: This is the manifest.json folder for the sample resource pack.