Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

page_type sample
author docsbryce
description The sample Resource Pack used in the Resource Packs Tutorial.
ms.author v-bbortree
ms.date 05/17/2022
languages
json
products
minecraft

Resource Pack Sample

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.

Using the Resource Pack Sample

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.

Locate the com.mojang folder

  1. Press Win+R to open Run.
  2. Copy and paste the following into the Open field: %localappdata%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang
  3. Click OK.

Copy Resource Pack sample into the com.mojang folder

  1. Click development_resource_packs.
  2. Copy resource_pack_sample into the folder.

Enable the Resource Pack in Minecraft

  1. Launch Minecraft and select Play.
  2. Select Create New World.
  3. Under Settings, scroll down to the Add-Ons section.
  4. Click on Resource Packs to see all available packs.
  5. Click the MY PACKS drop-down to open it.
  6. Select My Resource Pack and click Activate to add the resource pack to the world.
  7. Click Create to create your world.

Your plain dirt blocks are now bright green. Neat!

Manifest