- 2,015 views, 2 today
- 3
- 2
5
Welcome to this tutorial.
Now you will learn how to create a resource pack (a texture pack).
The first thing you will do is open Explorer and navigate to this folder %localappdata%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang
Then enable file name extensions. Once you have done that go to development_resource_packs and create a folder.
name the folder for example test recource pack.
now go to programming
Create a manifest.json file in the folder you just created.
Open the file with your favorite text editor
Then copy this into manifest.json
↓↓↓↓↓↓
{
"format_version": 2,
"header": {
"description": " my first Recurce pack",
"name": "My Resource Pack",
"uuid":"",
"version": [1, 0, 0],
"min_engine_version": [1, 16, 0]
},
"modules": [
{
"description": " my first Recurce pack",
"type": "resources",
"uuid": "",
"version": [1, 0, 0]
}
]
}
where it says description you write your project description. For example my first Recurce pack
where it says name you write your project name. For example my first Recurce pack.
Then go to https://www.uuidgenerator.net/ and generate a versions one uuid and copy it. Then paste it in the header section between the two quotes that come after uuid.
Then do the same in the module section.
Now you are fetig with the manifest. You can save it and close the editor.
The actual texture pack
now download the bedrock samples.
Here is a link to it https://github.com/Mojang/bedrock-samples/releases
Now you just have to change the textures and then you have a recurrence pack.
But I will show you how to change the texture of a dirt block.
Create a Textures folder. In the textures folder create a Blocks folder. Now you need a Dirt texture. If you have one then paste it into the blocks folder and name it dirt.png.
Now you are ready.
Thank you for reading through the turtoriel:-)
our links ↓↓↓↓↓↓↓↓
Curseforge https://legacy.curseforge.com/members/Mountain_Studios/projects
Modrinth modrinth.com/user/mountain_Studios
Now you will learn how to create a resource pack (a texture pack).
The first thing you will do is open Explorer and navigate to this folder %localappdata%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang
Then enable file name extensions. Once you have done that go to development_resource_packs and create a folder.
name the folder for example test recource pack.
now go to programming
Create a manifest.json file in the folder you just created.
Open the file with your favorite text editor
Then copy this into manifest.json
↓↓↓↓↓↓
{
"format_version": 2,
"header": {
"description": " my first Recurce pack",
"name": "My Resource Pack",
"uuid":"",
"version": [1, 0, 0],
"min_engine_version": [1, 16, 0]
},
"modules": [
{
"description": " my first Recurce pack",
"type": "resources",
"uuid": "",
"version": [1, 0, 0]
}
]
}
where it says description you write your project description. For example my first Recurce pack
where it says name you write your project name. For example my first Recurce pack.
Then go to https://www.uuidgenerator.net/ and generate a versions one uuid and copy it. Then paste it in the header section between the two quotes that come after uuid.
Then do the same in the module section.
Now you are fetig with the manifest. You can save it and close the editor.
The actual texture pack
now download the bedrock samples.
Here is a link to it https://github.com/Mojang/bedrock-samples/releases
Now you just have to change the textures and then you have a recurrence pack.
But I will show you how to change the texture of a dirt block.
Create a Textures folder. In the textures folder create a Blocks folder. Now you need a Dirt texture. If you have one then paste it into the blocks folder and name it dirt.png.
Now you are ready.
Thank you for reading through the turtoriel:-)
our links ↓↓↓↓↓↓↓↓
Curseforge https://legacy.curseforge.com/members/Mountain_Studios/projects
Modrinth modrinth.com/user/mountain_Studios
Tags |
1 Update Logs
first update : by Stzyxh 10/03/2023 9:27:42 amOct 3rd, 2023
updated links and more
5985975
6
Create an account or sign in to comment.