add extra RPs to polymer

This commit is contained in:
Satria 2026-06-27 19:36:17 +07:00
commit 1271207650
8 changed files with 85 additions and 14 deletions

36
config/polydex.json Normal file
View 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
}

View file

@ -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",

View file

@ -1,5 +1,5 @@
name = "Elytra Chestplate Resource Pack"
filename = "elytra_chestplate.zip"
filename = "elytra-chestplate.zip"
side = "both"
[download]

View 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"

View 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"