add extra RPs to polymer
This commit is contained in:
parent
7945cf845b
commit
1271207650
8 changed files with 85 additions and 14 deletions
36
config/polydex.json
Normal file
36
config/polydex.json
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"enable_search": true,
|
||||
"enable_language_support_in_search": true,
|
||||
"enable_hover_display": true,
|
||||
"hover_display_update_rate": 4,
|
||||
"hover_display_entity_absorption": true,
|
||||
"default_hover_settings": {
|
||||
"display_type": "polydex:bossbar",
|
||||
"display_mode": "TARGET",
|
||||
"visible_components": {
|
||||
"polydex:fuel": "ALWAYS",
|
||||
"polyfactory:debug_data": "NEVER",
|
||||
"polydex:input": "ALWAYS",
|
||||
"polydex:progress": "ALWAYS",
|
||||
"polydex:name": "ALWAYS",
|
||||
"polyfactory:filled_amount": "ALWAYS",
|
||||
"polydex:mod_source": "ALWAYS",
|
||||
"polydex:armor": "ALWAYS",
|
||||
"polydex:raw_id": "NEVER",
|
||||
"polyfactory:machine_state": "ALWAYS",
|
||||
"polydex:effects": "ALWAYS",
|
||||
"polydex:output": "ALWAYS",
|
||||
"polydex:health": "ALWAYS"
|
||||
}
|
||||
},
|
||||
"disabled_hover_information": [],
|
||||
"display_can_show_requirement": {
|
||||
"type": "has_player"
|
||||
},
|
||||
"displayCantMine": true,
|
||||
"displayModSource": true,
|
||||
"displayAdditional": true,
|
||||
"displayMiningProgress": true,
|
||||
"displayEntity": true,
|
||||
"displayEntityHealth": true
|
||||
}
|
||||
|
|
@ -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…
Add table
Add a link
Reference in a new issue