vanilla-crossplay/config/polymer/resource-pack.json
2026-06-24 11:15:14 +07:00

21 lines
No EOL
955 B
JSON

{
"_c0": "UUID of default/main resource pack.",
"main_uuid": "a5552dad-66cd-4d65-8ab1-f0dcd4b5f5be",
"_c1": "Marks resource pack as required, only effects clients and mods using api to check it",
"markResourcePackAsRequiredByDefault": false,
"_c5": "Included resource packs from mods!",
"include_mod_assets": [],
"_c6": "Included resource packs from zips!",
"include_zips": [
"world/resources.zip",
"polymer/elytra_chestplate.zip"
],
"_c7": "Path used for creation of default resourcepack!",
"resource_pack_location": "polymer/resource_pack.zip",
"_c8": "Prevents selected paths from being added to resource pack, if they start with provided text.",
"prevent_path_with": [],
"_c9": "Removes the incompatibility warning on the default pack, by marking it as compatible with everything.",
"ignore_pack_version": false,
"_c10": "Toggles logging of non-critical errors when generating the pack.",
"log_errors": true
}