quality of life mods
This commit is contained in:
parent
20545ce413
commit
583df6751e
8 changed files with 111 additions and 1 deletions
21
config/polymer/resource-pack.json
Normal file
21
config/polymer/resource-pack.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"_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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue