-
-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix #5379 #5437
fix #5379 #5437
Conversation
maybe I should ask Niels to update Crowdin
I also hava a problem: When will Crowdin project gets update? |
Thanks for the contribution, I'll review within a day or two 👍
I've just synced, so it should be good now - Apparently it got stuck in December 2022 😅 |
@@ -10,7 +10,13 @@ onEvent('recipes', (event) => { | |||
type: 'ITEM', | |||
id: 'pneumaticcraft:reinforced_chest', | |||
amount: 1, | |||
nbt: `{display:{Name:'[{"text":"Atum Mineral Survey"}]',Lore:['[{"text":"A collection of minerals from Atum.","color":"gold"}]']},BlockEntityTag:{LootTable:"enigmatica:chests/amadron_mineral_survey_atum_combo"}}` | |||
nbt: JSON.stringify({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice change 👌
Excellent PR as usual, thank you 😊 |
This PR, combined with my previous PRs(like #5435 ), fixes #5379 , with some additions.
This PR enables localizations for:
and
JSON.stringify
to generate nbt string, for a better formatfixes some wrong translations I made in Fluid registry rework #5435Switched to Crowdin