Snownee / Lychee

Minecraft data-driven in-world crafting mod.
https://www.curseforge.com/minecraft/mc-mods/lychee
28 stars 3 forks source link

Untranslatable character in REI when drop_item has a variable count #84

Closed pskfyi closed 6 months ago

pskfyi commented 6 months ago

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

Screenshot 2024-05-12 at 11 22 54 PM

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"
      }
    ]
  }
}
Snownee commented 6 months ago

send your latest.log and don't delete the form please

Snownee commented 6 months ago

Never mind. No need anymore.

Snownee commented 6 months ago

I don't know what happened, but it's fixed now

pskfyi commented 5 months ago

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.