Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kygekdev/default-textures
[Please read README] Minecraft Bedrock default vanilla textures library (for references only)
https://github.com/kygekdev/default-textures
default-textures minecraft minecraft-bedrock-edition resource-pack textures-pack
Last synced: about 1 month ago
JSON representation
[Please read README] Minecraft Bedrock default vanilla textures library (for references only)
- Host: GitHub
- URL: https://github.com/kygekdev/default-textures
- Owner: KygekDev
- Created: 2020-09-29T08:51:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T14:11:12.000Z (about 2 years ago)
- Last Synced: 2023-03-07T13:47:01.874Z (almost 2 years ago)
- Topics: default-textures, minecraft, minecraft-bedrock-edition, resource-pack, textures-pack
- Language: Shell
- Homepage:
- Size: 29.3 MB
- Stars: 29
- Watchers: 2
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minecraft Bedrock Default Vanilla Textures Library
**UPDATE: This repository is no longer updated because Mojang now has its own [GitHub repo](https://github.com/Mojang/bedrock-samples). You can visit the `textures` directory of the repository directly [here](https://github.com/Mojang/bedrock-samples/tree/main/resource_pack/textures).**
---
**NOTICE: This repo contains Minecraft Bedrock default vanilla textures library as of version 1.19.20.**
This repository is intended to help you navigate the Minecraft Bedrock default vanilla textures library.
## Usage
**NOTICE:** GitHub limits file shown inside a directory to 1000 files, while some directories in this repository contains more than 1000 files. To work around this restriction, you need to clone this repository with the following command (without the `$` symbol):
```sh
$ git clone --depth 1 --branch master https://github.com/KygekDev/default-textures
```
If you don't have Git installed, you may try downloading and installing Git [here](https://git-scm.com/downloads).---
If you want to use the vanilla Minecraft Bedrock textures for plugins (PocketMine-MP),
1. the directory separator should be a forward slash (/),
2. don't include `https://github.com/KygekDev/default-textures/blob/master` and
3. don't include the `.png` file type.**NOTE:** Textures should work even if the Minecraft server does not register or support some vanilla Minecraft items or blocks, because textures are rendered client-side, as long the textures remain unmodified by custom textures.
### Example:
If you want to use `https://github.com/KygekDev/default-textures/blob/master/textures/items/arrow.png`, you should use `textures/items/arrow` in your plugin config/script.
## Older Textures
If you want to browse an older version of the Minecraft Bedrock default vanilla textures, select the Minecraft version you want to browse in [GitHub Tags](https://github.com/KygekDev/default-textures/tags).
**NOTE:** Textures only available starting from Minecraft Bedrock version 1.16.x.
## Additional Notes
- The resource pack is always downloaded from the [official download link](https://aka.ms/resourcepacktemplate) from Microsoft.
- If you have any questions or suggestions, please join the [KygekDev Community Discord server](https://discord.gg/TstDS9jZf7).
- We are not affiliated with Mojang and Minecraft in any way. Their Products, Brands and Assets are trademarks and copyrights of their respective publisher and its licensors.