MineMenuFabric

MineMenuFabric

3.8k Downloads

UI is working when I press the "R" but it printing nothing in chat.

HappyClownn opened this issue ยท 6 comments

commented

It is just a copy-paste from CurseForge website.

My problem did not fix with the new update. So I decided to move the problem/subject here.

"I just installed your mod. The GUI is working but it doesn't prints anything in chat somehow. I'm currently trying to add /home command to mods hud menu. Can you help?"

image

Installed mods:

image
image

commented

Please try the latest version with a reset config

commented

closed due to inactivity

commented

First of all: Is that top screenshot old or something? It doesn't make sense to me, that the translation file seems to be messed up for you
Could you try just saying something in chat, without the "/" - does that also not work?

commented

Yeah unfortunately. I tried it without a slash. It didn't print anything :/

Is there any way to fix the translation file? I don't get any problems in other mods. I hope I can fix this.

commented

@Ozaxx
Could you try the latest version, and if that doesn't work, send me your config file?

commented

@UltraBlackLinux
Thanks for working about it. But it didn't work :/.

But, I found something. The "queue option" is working! It opens my chat and writes /home. But its not sending it. (I know this is the feature of the option I chose. I just wanted to point out that not everything is bugged, I guess.)

And when I click the button in UI with the "Category" option filled with some text, game crashes.

Here is the config file. (The "type" variable is "Category" because I was testing all options)

Have a nice day!

{
  "minemenuData": {
    "0": {
      "name": "/home",
      "icon": {
        "iconItem": "player_head",
        "enchanted": false,
        "skullOwner": "home"
      },
      "type": "category",
      "data": {
        "link": "/home",
        "1": {
          "name": "",
          "icon": {
            "iconItem": "",
            "enchanted": false,
            "skullOwner": ""
          },
          "type": "empty",
          "data": {}
        },
        "2": {
          "name": "",
          "icon": {
            "iconItem": "",
            "enchanted": false,
            "skullOwner": ""
          },
          "type": "empty",
          "data": {}
        },
        "3": {
          "name": "",
          "icon": {
            "iconItem": "",
            "enchanted": false,
            "skullOwner": ""
          },
          "type": "empty",
          "data": {}
        },
        "4": {
          "name": "",
          "icon": {
            "iconItem": "",
            "enchanted": false,
            "skullOwner": ""
          },
          "type": "empty",
          "data": {}
        }
      }
    },
    "1": {
      "name": "",
      "icon": {
        "iconItem": "",
        "enchanted": false,
        "skullOwner": ""
      },
      "type": "empty",
      "data": {}
    },
    "2": {
      "name": "",
      "icon": {
        "iconItem": "",
        "enchanted": false,
        "skullOwner": ""
      },
      "type": "empty",
      "data": {}
    },
    "3": {
      "name": "",
      "icon": {
        "iconItem": "",
        "enchanted": false,
        "skullOwner": ""
      },
      "type": "empty",
      "data": {}
    },
    "4": {
      "name": "",
      "icon": {
        "iconItem": "",
        "enchanted": false,
        "skullOwner": ""
      },
      "type": "empty",
      "data": {}
    }
  },
  "menuEntries": 5,
  "outerRadius": 75,
  "innerRadius": 25,
  "primaryColor": "#A00000CC",
  "secondaryColor": "#212121D0",
  "emptyItemIcon": "minecraft:air",
  "resetHeadCache": false,
  "resetConfig": false
}

Crash file when "Category" option selected:

crash-2021-05-11_21.24.25-client.txt