TerraFirmaCraft

TerraFirmaCraft

2M Downloads

Prospecting Pick Yields Incorrect Results for Garnierite

tst5000 opened this issue ยท 10 comments

commented

Describe the bug

  1. I expected the prospector's pick to say "Found a very large sample of/Found Garnierite
  2. The text above the hotbar simply says "Found a very large sample of" or "Found"

To Reproduce

  1. Use a prospecting pick near garnierite or on garnierite
  2. ???
  3. Profit

Meta Info

  • TFC Version: 1.12-1.0.5.132
commented

Update: happens with ANY ore

commented

Are you in an old world?

commented

If you mean old world by one created before .132, then yes. I believe I made my world in .126.

commented

There were significant updates to worldgen. You will need a new world. Not sure about the propick issue, but any new chunks will be wildly different.

commented

What is your language set to?

commented

English, I assume.

commented

I assume this has something to do with this commit: 4406713

commented

Someone said that yesterday on Discord, I tested ans it was working as intended. Other people pointed out that it does not work with Sponge (or at least not in all versions) or similar script tools.
Is TFC the only thing you have installed ?

commented

I assume this has something to do with this commit: 4406713

Yes, localization was changed to allow translation and also different translate options, ie: Gabbro Garnierite has been found instead of Found Gabbro Garnierite.

Your problem certainly is something else, because we already use the same translation method in other things like those two:

item.tfc.wooden_bucket.filled.name=%s Bucket

tfc.command.playertfc.set_skill=Set %s to %.2f

commented

Seems the bug is actually a translation needing update, not a code bug