[Suggestion]: Translatable title text
Disketaa opened this issue · 5 comments
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)
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 😅