From 3cd88d3b11fd7de1bcb39d9c749418d4cc02b3f4 Mon Sep 17 00:00:00 2001 From: copygirl Date: Sat, 30 Jul 2022 22:07:31 +0200 Subject: [PATCH] Add Jade defaults - Use "create" theme - Tiny offset from top - Show mod name in item tooltip --- .polymc/minecraft/config/jade/jade.json | 75 +++++++++++++++++++ .../minecraft/config/jade/jade_plugins.json | 64 ++++++++++++++++ 2 files changed, 139 insertions(+) create mode 100644 .polymc/minecraft/config/jade/jade.json create mode 100644 .polymc/minecraft/config/jade/jade_plugins.json diff --git a/.polymc/minecraft/config/jade/jade.json b/.polymc/minecraft/config/jade/jade.json new file mode 100644 index 0000000..01f8d8a --- /dev/null +++ b/.polymc/minecraft/config/jade/jade.json @@ -0,0 +1,75 @@ +{ + "general": { + "displayTooltip": true, + "displayBlocks": true, + "displayEntities": true, + "displayMode": "TOGGLE", + "hideFromDebug": true, + "iconMode": "TOP", + "enableTextToSpeech": false, + "ttsMode": "PRESS", + "maxHealthForRender": 40, + "maxHeartsPerLine": 10, + "fluidMode": "NONE", + "reachDistance": 0.0, + "debug": false + }, + "overlay": { + "overlayPosX": 0.5, + "overlayPosY": 0.99, + "overlayScale": 1.0, + "overlayAnchorX": 0.5, + "overlayAnchorY": 0.0, + "overlaySquare": false, + "flipMainHand": false, + "color": { + "alpha": 0.7, + "themes": { + "jade:waila": { + "id": "jade:waila", + "backgroundColor": 1048592, + "gradientStart": 5243135, + "gradientEnd": 2621567, + "titleColor": 16777215, + "textColor": 10526880, + "textShadow": true + }, + "jade:dark": { + "id": "jade:dark", + "backgroundColor": 1250067, + "gradientStart": 3684408, + "gradientEnd": 2368548, + "titleColor": 16777215, + "textColor": 10526880, + "textShadow": true + }, + "jade:create": { + "id": "jade:create", + "backgroundColor": 0, + "gradientStart": 2762278, + "gradientEnd": 1709847, + "titleColor": 16777215, + "textColor": 10526880, + "textShadow": true + }, + "jade:top": { + "id": "jade:top", + "backgroundColor": 1426089625, + "gradientStart": -6710887, + "gradientEnd": -6710887, + "titleColor": 16777215, + "textColor": 10526880, + "textShadow": true + } + }, + "activeTheme": "jade:dark" + }, + "autoScaleThreshold": 0.5 + }, + "formatting": { + "modName": "§9§o%s", + "blockName": "%s", + "entityName": "%s", + "registryName": "§7[%s]" + } +} diff --git a/.polymc/minecraft/config/jade/jade_plugins.json b/.polymc/minecraft/config/jade/jade_plugins.json new file mode 100644 index 0000000..ead7793 --- /dev/null +++ b/.polymc/minecraft/config/jade/jade_plugins.json @@ -0,0 +1,64 @@ +{ + "tconstruct": { + "casting_table": true, + "drain": true + }, + "minecraft": { + "horse_inventory": true, + "total_ench_power": true, + "chicken_egg": true, + "horse_stat": true, + "jukebox": true, + "brewing_stand": true, + "animal_owner": false, + "inventory": true, + "note_block": true, + "beehive": true, + "player_head": true, + "lectern": true, + "effective_tool": true, + "harvest_tool": true, + "armor_stand": true, + "fluid": true, + "profession": true, + "item_tooltip": true, + "breaking_progress": true, + "tnt_stability": true, + "ench_power": true, + "mob_breeding": true, + "item_frame": true, + "crop_progress": true, + "effects": true, + "command_block": true, + "display_furnace_contents": true, + "mob_growth": true, + "painting": true, + "harvest_tool_new_line": false, + "spawner_type": true, + "redstone": true, + "fe": true + }, + "create": { + "contraption_inv": true, + "blaze_burner": true, + "exact_block": true, + "crafting_blueprint": true, + "placard": true + }, + "jade": { + "block_states": false, + "entity_armor": true, + "registry_name": false, + "item_mod_name": true, + "mod_name": true, + "entity_hp": true + }, + "lootr": { + "info": true + }, + "storagedrawers": { + "display.stacklimit": true, + "display.content": true, + "display.status": true + } +}