Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot disable shulker box preview #11

Closed
SandWoodJones opened this issue Jul 15, 2021 · 1 comment
Closed

Cannot disable shulker box preview #11

SandWoodJones opened this issue Jul 15, 2021 · 1 comment

Comments

@SandWoodJones
Copy link

I'm already using another mod for shulker box tooltips but I can't disable this mod's

here's my config

{
  "food": {
    "hunger": false,
    "saturation": "disabled"
  },
  "jukebox": "fancy",
  "sign": "fancy",
  "entities": {
    "bee": {
      "enabled": true,
      "always_show_name": false,
      "spin": true
    },
    "fish_bucket": {
      "enabled": false,
      "always_show_name": false,
      "spin": true
    },
    "spawn_egg": {
      "enabled": false,
      "always_show_name": false,
      "spin": true
    },
    "pufferfish_puff_state": 2
  },
  "filled_map": {
    "enabled": false,
    "show_player_icon": false
  },
  "armor": true,
  "banner_pattern": true,
  "containers": {
    "storage": {
      "enabled": false,
      "compact": false,
      "loot_table": false
    },
    "shulker_box": {
      "enabled": false,
      "compact": false,
      "loot_table": false,
      "color": false
    }
  },
  "effects": {
    "potions": true,
    "tipped_arrows": true,
    "spectral_arrow": true,
    "food": true
  }
}

Even with every container option on false the tooltip still appears.

@dark4rmymc
Copy link

I use MiniHUD and Tweakeroo and have been having the same issue, even after editing the config file. I've tried disabling every possible shulker box, container, and inventory-related option on every other mod I use as well but for some reason the inventory tooltip still shows.

LambdAurora added a commit that referenced this issue Jul 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants