To create a description "paper" (the pack.mcmeta file) for your resource pack, use the following JSON code. This file is required for Minecraft to recognize and display the pack's information in your resource pack menu. The pack.mcmeta File

: This number tells Minecraft which game version the pack is for. Use 34 for version 1.21 . If you are using an older version like 1.8.9, use 1 . description : This is the text players see in-game. §b makes the text Light Blue to match your pack's theme. §f resets text to white. §7 makes text grey.

Place your assets folder and this pack.mcmeta file into a new folder named .

{ "pack": { "pack_format": 34, "description": "§bPrism 16x §8- §fLight Blue Recolour\n§7Clean PvP & Skyblock Pack" } } Use code with caution. Copied to clipboard Breakdown of the "Paper"