include subdirectories
This commit is contained in:
75
config/jade/jade.json
Normal file
75
config/jade/jade.json
Normal file
@ -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": 1.0,
|
||||
"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]"
|
||||
}
|
||||
}
|
||||
45
config/jade/jade_plugins.json
Normal file
45
config/jade/jade_plugins.json
Normal file
@ -0,0 +1,45 @@
|
||||
{
|
||||
"minecraft": {
|
||||
"horse_inventory": true,
|
||||
"total_ench_power": true,
|
||||
"chicken_egg": true,
|
||||
"jukebox": true,
|
||||
"horse_stat": true,
|
||||
"brewing_stand": true,
|
||||
"animal_owner": false,
|
||||
"note_block": true,
|
||||
"inventory": 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
|
||||
},
|
||||
"jade": {
|
||||
"block_states": false,
|
||||
"entity_armor": true,
|
||||
"registry_name": false,
|
||||
"item_mod_name": false,
|
||||
"mod_name": true,
|
||||
"entity_hp": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user