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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue