From be97a16e1476e1e8bbc76b7989f0c6222d5a582d Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Wed, 31 Aug 2022 17:29:52 +0300 Subject: [PATCH] compatibility fixes --- config/charm.toml | 2 +- config/waila/waila.json | 7 +++---- config/waila/waila_plugins.json | 33 +++++++++++++++++++++++---------- index.toml | 6 +++--- pack.toml | 2 +- 5 files changed, 31 insertions(+), 19 deletions(-) diff --git a/config/charm.toml b/config/charm.toml index ab07551..3de82be 100644 --- a/config/charm.toml +++ b/config/charm.toml @@ -154,7 +154,7 @@ #Drag and drop items into a shulkerbox from within your inventory. "ShulkerBoxDragDrop Enabled" = true #A shulker box's contents is shown in the item tooltip when hovering over. -"ShulkerBoxTooltip Enabled" = true +"ShulkerBoxTooltip Enabled" = false #Increases snow layers when snowing in cold biomes "SnowAccumulation Enabled" = true #Allows enchanted books to stack. diff --git a/config/waila/waila.json b/config/waila/waila.json index e59fa90..b928693 100644 --- a/config/waila/waila.json +++ b/config/waila/waila.json @@ -2,13 +2,12 @@ "general": { "displayTooltip": true, "shiftForDetails": false, + "hideShiftText": false, "displayMode": "TOGGLE", "hideFromPlayerList": true, "hideFromDebug": true, "enableTextToSpeech": false, - "rateLimit": 250, - "maxHealthForRender": 40, - "maxHeartsPerLine": 10 + "rateLimit": 250 }, "overlay": { "position": { @@ -42,7 +41,7 @@ "fontColor": 10526880 } ], - "activeTheme": "waila:vanilla" + "activeTheme": "waila:dark" }, "scale": 1.0 }, diff --git a/config/waila/waila_plugins.json b/config/waila/waila_plugins.json index f41bf2f..b625b75 100644 --- a/config/waila/waila_plugins.json +++ b/config/waila/waila_plugins.json @@ -4,20 +4,34 @@ "show_fluids": false, "show_entities": true, "show_icon": true, - "show_mod_name": true, - "show_registry": false, - "show_entity_hp": true, - "show_states": false, - "show_pos": false + "icon_position": "MIDDLE", + "show_mod_name": false, + "show_registry": false }, "minecraft": { "item_entity": true, - "override.infested": true, - "override.trapped_chest": true, - "override.powder_snow": true, "pet.owner": true, + "pet.hide_unknown_owner": false, + "attribute.block_position": false, + "attribute.block_state": false, + "attribute.entity_position": false, + "attribute.health": true, + "attribute.absorption": true, + "attribute.armor": true, + "attribute.compact": false, + "attribute.icon_per_line": 25, + "attribute.long_health_max": 100, + "attribute.long_armor_max": 100, "furnace_contents": true, "jukebox.record": true, + "timer.grow": true, + "timer.breed": true, + "override.trapped_chest": true, + "override.powder_snow": true, + "override.infested": true, + "breaking_progress.enabled": true, + "breaking_progress.color": -1426063361, + "breaking_progress.bottom_only": false, "spawner_type": true, "crop_progress": true, "redstone.lever": true, @@ -29,7 +43,6 @@ "level.honey": true, "note_block.type": true, "note_block.note": "SHARP", - "note_block.int_value": false, - "pet.hide_unknown_owner": false + "note_block.int_value": false } } \ No newline at end of file diff --git a/index.toml b/index.toml index a971180..69a8d02 100644 --- a/index.toml +++ b/index.toml @@ -78,7 +78,7 @@ hash = "f7e7f346e0724cf9cfb77f44dec2e7d202ea2507729ec7b95ee6a8f089c82982" [[files]] file = "config/charm.toml" -hash = "ab188e090861bea9be0157354fe3814cc3993fe96f580aadc9775a654f3d250e" +hash = "df902bb9347fc40c07ed4d5120dbb5b27f246c78d26fcafb304faf1c1654910a" [[files]] file = "config/charmonium.toml" @@ -262,11 +262,11 @@ hash = "640800920130d084dec5a3a7f52c10e18d72ed7faca522b5bcb6bb46d0dcae9b" [[files]] file = "config/waila/waila.json" -hash = "4597fde5d576f236df3cdb1e9049601e766780ca9b245263a0fc0aa886286624" +hash = "eb480e5a35380e0bde179661ead7cb2fc8021fc283cf7e5cbdb4b0509cd0b681" [[files]] file = "config/waila/waila_plugins.json" -hash = "394fd25489dc101edf130055d1cdbddb9fb62ae3a455aeec5c42bd9b14d22007" +hash = "aac941710ef33919d05bce1036d9858508c774b2b1e354c78ad5afa52d52a647" [[files]] file = "config/waystones/config.json" diff --git a/pack.toml b/pack.toml index 3057c61..30f9104 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "4edf1f68c70be7a04a38ff477ef5df9b3858a353a9359a5499d9aa98d80d5c55" +hash = "ea1509b956f0d1294a0443dcee7313fd585bc8e0db4a36831ab17b4d9d09ee12" [versions] fabric = "0.14.9"