- Use "create" theme - Tiny offset from top - Show mod name in item tooltippull/1/head
parent
fc4860b8d5
commit
3cd88d3b11
2 changed files with 139 additions and 0 deletions
@ -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]" |
||||||
|
} |
||||||
|
} |
@ -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 |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue