
Untranslatable character in REI when drop_item has a variable count
pskfyi opened this issue · 4 comments
Mod loader
Forge
Minecraft version
1.20.1
Mod version
5.1.12
Modloader version
Forge 47.2.21
Issue description
The character after "Ash" is not in assets/lang/en_us.json
and so cannot be translated on my end via a resource pack.
REI

Recipe
{
"type": "lychee:item_burning",
"ghost": true,
"item_in": { "tag": "logs_that_burn" },
"post": {
"type": "random",
"rolls": {
"min": 1,
"max": 4
},
"entries": [
{
"type": "drop_item",
"item": "supplementaries:ash"
}
]
}
}
Thank you, I can confirm it's fixed after downloading the latest update.
send your
latest.log
and don't delete the form please
Because I did not consider this a bug, I did not think the log was required, but I will keep this in mind in the future. Sorry about this.