Resource Pack Overrides [Forge & Fabric]

Resource Pack Overrides [Forge & Fabric]

19M Downloads

[Suggestion]: Translatable title text

Disketaa opened this issue · 5 comments

commented

Suggestion (Required)

I don't know if this is already doable, but can I change resourcepack name to translatable string?
I didn't found discord or something server to ask, so, sorry for spamming me here

  "pack_overrides": {
      "vanilla": {
      "title": "\"Something\"",
      "description": "\"Resource pack from Minecraft\""
    }

Can I somehow replace somehow "title": "\"Something\"", with "title": "item.minecraft.apple" (for example)

commented

thx

commented

hmm still can't figure out how to make it

...
      "vanilla": {
        "title": { 
          "translate": "item.minecraft.apple" 
        },
        "description": "\"Resource pack from Minecraft\""
    }...

or

...
      "vanilla": {
      "title": "item.minecraft.apple",
      "description": "\"Resource pack from Minecraft\""
    }...

not working 😅

commented

"title": "{\"translate\":\"item.minecraft.apple\"}"

commented

Yay, so much thanks! You can delete this issue by the way, just to not interfere too much