Skip to content

Cannot disable shulker box preview #11

@SandWoodJones

Description

@SandWoodJones

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions