add extra RPs to polymer
This commit is contained in:
parent
7945cf845b
commit
1271207650
8 changed files with 85 additions and 14 deletions
|
|
@ -4,11 +4,16 @@
|
|||
"_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": [],
|
||||
"include_mod_assets": [
|
||||
"clifftree",
|
||||
"showcase"
|
||||
],
|
||||
"_c6": "Included resource packs from zips!",
|
||||
"include_zips": [
|
||||
"world/resources.zip",
|
||||
"polymer/elytra_chestplate.zip"
|
||||
"polymer/resourcepacks/fullslide.zip",
|
||||
"polymer/resourcepacks/withers-wrath.zip",
|
||||
"polymer/resourcepacks/elytra-chestplate.zip"
|
||||
],
|
||||
"_c7": "Path used for creation of default resourcepack!",
|
||||
"resource_pack_location": "polymer/resource_pack.zip",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name = "Elytra Chestplate Resource Pack"
|
||||
filename = "elytra_chestplate.zip"
|
||||
filename = "elytra-chestplate.zip"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
8
config/polymer/resourcepacks/fullslide.pw.toml
Normal file
8
config/polymer/resourcepacks/fullslide.pw.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
name = "Fullslide Resource Pack"
|
||||
filename = "fullslide.zip"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/rHkfAZDW/versions/hCqbuZc4/Fullslide%20%281.21.11%29.zip"
|
||||
hash-format = "sha256"
|
||||
hash = "38b32f232a78eeaefa0ee0539e3b8e02d8d870479de961c5cbf4c9fdc5532cf0"
|
||||
8
config/polymer/resourcepacks/withers-wrath.pw.toml
Normal file
8
config/polymer/resourcepacks/withers-wrath.pw.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
name = "Wither's Wrath Resource Pack"
|
||||
filename = "withers-wrath.zip"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/TKB3Ly24/versions/jyUBp0HX/witherswrathRP.zip"
|
||||
hash-format = "sha256"
|
||||
hash = "93c74db602cab3f836b4ff33103b12d55fdb1cc4bc1c993697627e32c2e35399"
|
||||
Loading…
Reference in a new issue