Skip to content

[QUESTION] How to disable the default tips and only show my own tips. #162

@szunakabeats

Description

@szunakabeats

Question

Hey im using mc 1.21.1 on neoforge.

i already made a resourcepack with some of my own tips and im trying to ignore the default tips by putting the namespace "tipsmod" in the config file. i attached my folder structure here.

Image

and heres a example of some tips for EMI. im trying to theme them. in this case "Quality of Life"

[
    {
      "title": {
        "text": "Quality of Life",
        "bold": true,
        "color": "aqua"
      },
      "tip": {
        "text": "Did you know? Press 'R' to view the recipe of an item, or 'U' to see where it's used."
      }
    },
    {
      "title": {
        "text": "Quality of Life",
        "bold": true,
        "color": "aqua"
      },
      "tip": {
        "text": "Use the search bar to quickly find items or recipes. Just type the name or part of it."
      }
    },
    {
      "title": {
        "text": "Quality of Life",
        "bold": true,
        "color": "aqua"
      },
      "tip": {
        "text": "EMI displays complex recipes as a tree structure. See all steps at a glance."
      }
    },
    {
      "title": {
        "text": "Quality of Life",
        "bold": true,
        "color": "aqua"
      },
      "tip": {
        "text": "You can save frequently used recipes as favorites for quick access. Press A over an item to safe it."
      }
    },
      {
      "title": {
        "text": "Quality of Life",
        "bold": true,
        "color": "aqua"
      },
      "tip": {
        "text": "Use the crafting mode to gather all needed ressources for complex recepies."
      }
    }
  ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionA question about the project.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions