Change modloader to quilt, update mods, replace appleskin with inspecio
This commit is contained in:
parent
28ee37a5b0
commit
1056338c3b
18 changed files with 156 additions and 118 deletions
|
@ -1,22 +0,0 @@
|
|||
{
|
||||
// If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT
|
||||
"showFoodValuesInTooltip": true,
|
||||
// If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT)
|
||||
"showFoodValuesInTooltipAlways": true,
|
||||
// If true, shows your current saturation level overlayed on the hunger bar
|
||||
"showSaturationHudOverlay": true,
|
||||
// If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding
|
||||
"showFoodValuesHudOverlay": true,
|
||||
// If true, enables the hunger/saturation/health overlays for food in your off-hand
|
||||
"showFoodValuesHudOverlayWhenOffhand": true,
|
||||
// If true, shows your food exhaustion as a progress bar behind the hunger bar
|
||||
"showFoodExhaustionHudUnderlay": true,
|
||||
// If true, shows estimated health restored by food on the health bar
|
||||
"showFoodHealthHudOverlay": true,
|
||||
// If true, shows your hunger, saturation, and exhaustion level in Debug Screen
|
||||
"showFoodDebugInfo": true,
|
||||
// If true, health/hunger overlay will shake to match Minecraft's icon animations
|
||||
"showVanillaAnimationsOverlay": true,
|
||||
// Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent)
|
||||
"maxHudOverlayFlashAlpha": 0.6499999761581421
|
||||
}
|
63
config/inspecio.json
Normal file
63
config/inspecio.json
Normal file
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"jukebox": "fancy",
|
||||
"sign": "fancy",
|
||||
"advanced_tooltips": {
|
||||
"repair_cost": true,
|
||||
"lodestone_coords": false
|
||||
},
|
||||
"filled_map": {
|
||||
"enabled": false,
|
||||
"show_player_icon": false
|
||||
},
|
||||
"food": {
|
||||
"hunger": true,
|
||||
"saturation": "merged"
|
||||
},
|
||||
"containers": {
|
||||
"campfire": true,
|
||||
"storage": {
|
||||
"enabled": true,
|
||||
"compact": false,
|
||||
"loot_table": true
|
||||
},
|
||||
"shulker_box": {
|
||||
"enabled": false,
|
||||
"compact": false,
|
||||
"loot_table": true,
|
||||
"color": true
|
||||
}
|
||||
},
|
||||
"effects": {
|
||||
"food": true,
|
||||
"hidden_motion": true,
|
||||
"beacon": true,
|
||||
"potions": true,
|
||||
"tipped_arrows": true,
|
||||
"spectral_arrow": true
|
||||
},
|
||||
"entities": {
|
||||
"fish_bucket": {
|
||||
"enabled": true,
|
||||
"always_show_name": false,
|
||||
"spin": true
|
||||
},
|
||||
"spawn_egg": {
|
||||
"enabled": true,
|
||||
"always_show_name": false,
|
||||
"spin": true
|
||||
},
|
||||
"pufferfish_puff_state": 2,
|
||||
"armor_stand": {
|
||||
"enabled": true,
|
||||
"always_show_name": false,
|
||||
"spin": true
|
||||
},
|
||||
"bee": {
|
||||
"enabled": true,
|
||||
"always_show_name": false,
|
||||
"spin": true
|
||||
}
|
||||
},
|
||||
"armor": true,
|
||||
"banner_pattern": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue