Lightman314 / LightmansCurrency

Lightman's Currency Minecraft Mod
Other
26 stars 16 forks source link

Updated en_us.json to fix not linked message #232

Closed MikeyPantsOn closed 2 months ago

MikeyPantsOn commented 2 months ago

was not_linked when its notlinked

Lightman314 commented 2 months ago

Please do not make pull requests. All issues should be reported in the issues section.

I should also note, that any edits to any file within the src/generated folder are irrelevant as they'll be undone as soon as I re-run the data generation.

In this case the correct fix is replacing the Component.translatable call in the CashRegisterBlockEntity to instead refer to the LCText.MESSAGE_CASH_REGISTER_NOT_LINKED constant that's used to generate the translations to ensure they have the same translation key.