Compatibility
Minecraft: Java Edition
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Advanced Resource Packs
Commands:
/Openpacks: a menu that shows you the texture packs in items or blocks, when you click on one of them and if it is configured previously in the config.yml, a resourcepack will be applied, and to remove it you have to open the menu again and click on the one you have chosen previously.
Example of how to configure in config.yml:
The texture packs in the config.yml come empty by default so that whoever wants to use it can configure it to their liking, block, name, and link.
1:
name: ‘Resource pack 1’ (here is the name that will appear in the menu)
url: ‘link’ (Here is the link to the resourcepack)
icon: ‘GRASS_BLOCK’ (Here goes the ID of the block or item that you want the resourcepack to have in the menu)
and to add a new texture pack if you have already used the 6 that are by default, copy and paste a new one changing the number and the rest.
7:
name: ‘Resource Pack 7’
url: ‘link’
icon: ‘GOLDEN_APPPLE’
Tutorial:
Step 1: Go to Google Drive and upload the texture pack you want in .zip format.
2° Step: Enter the file > Share > Change the privacy settings to ‘Anyone with this link’.
3° Step: Copy the link that gives you an example of the one in the picture: https://drive.google.com/file/d/1R_DtnoJhdxkPx34YBTcl2Gon0ghetTKO/view?usp=sharing
4° Step: get the ID of the previous link that would be ‘1R_DtnoJhdxkPx34YBTcl2Gon0ghetTKO’, to get the ID is to look at the ID of numbers and letters that comes out after file/d/ and there follows the ID that is until /view
5° Step: With this format here:
https://drive.google.com/uc?export=download&id=ID_FILE_ID
Replace ID_FILE_ID by the ID of your download link, in the case of this example it would be ‘1R_DtnoJhdxkPx34YBTcl2Gon0ghetTKO’ and it would look like this:
https://drive.google.com/uc?export=download&id=1R_DtnoJhdxkPx34YBTcl2Gon0ghetTKO
Now this link is the one to put in the config.yml.