Skip to content

Commit

Permalink
Update Loading Tips
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarloscp52 committed May 9, 2024
1 parent 84700cc commit 80e2829
Show file tree
Hide file tree
Showing 17 changed files with 1,770 additions and 906 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public class LoadingScreenWidget {

private static LoadingScreenWidget instance = null;
private static final int TIPS_NUM = 62;
private static final int TIPS_NUM = 107;
private final Identifier WIDGET_TEXTURE = new Identifier("bedrockify", "textures/gui/bedrockify_widgets.png");
private Text tip;
private static final List<Integer> EXCLUDED_TIPS = Lists.asList(15,new Integer[]{23,28,29,32,33,34,35,62});
Expand Down Expand Up @@ -54,7 +54,7 @@ private Text getTip() {
}else{
if(EXCLUDED_TIPS.contains(random))
return getTip();
tip = Text.translatable("bedrockify.loadingTips." + random);//Text.literal(tipTextSupplier.getRandomTip());
tip = Text.translatable("bedrockify.loadingTips." + random);
}
lastTipUpdate = System.currentTimeMillis();
}
Expand Down
166 changes: 110 additions & 56 deletions src/main/resources/assets/bedrockify/lang/de_de.json

Large diffs are not rendered by default.

170 changes: 112 additions & 58 deletions src/main/resources/assets/bedrockify/lang/en_us.json

Large diffs are not rendered by default.

168 changes: 111 additions & 57 deletions src/main/resources/assets/bedrockify/lang/es_ar.json

Large diffs are not rendered by default.

168 changes: 111 additions & 57 deletions src/main/resources/assets/bedrockify/lang/es_cl.json

Large diffs are not rendered by default.

168 changes: 111 additions & 57 deletions src/main/resources/assets/bedrockify/lang/es_ec.json

Large diffs are not rendered by default.

168 changes: 111 additions & 57 deletions src/main/resources/assets/bedrockify/lang/es_es.json

Large diffs are not rendered by default.

168 changes: 111 additions & 57 deletions src/main/resources/assets/bedrockify/lang/es_mx.json

Large diffs are not rendered by default.

168 changes: 111 additions & 57 deletions src/main/resources/assets/bedrockify/lang/es_uy.json

Large diffs are not rendered by default.

168 changes: 111 additions & 57 deletions src/main/resources/assets/bedrockify/lang/es_ve.json

Large diffs are not rendered by default.

166 changes: 110 additions & 56 deletions src/main/resources/assets/bedrockify/lang/fr_fr.json

Large diffs are not rendered by default.

166 changes: 110 additions & 56 deletions src/main/resources/assets/bedrockify/lang/pl_pl.json

Large diffs are not rendered by default.

164 changes: 109 additions & 55 deletions src/main/resources/assets/bedrockify/lang/pt_br.json

Large diffs are not rendered by default.

166 changes: 110 additions & 56 deletions src/main/resources/assets/bedrockify/lang/ru_ru.json

Large diffs are not rendered by default.

166 changes: 110 additions & 56 deletions src/main/resources/assets/bedrockify/lang/tr_tr.json

Large diffs are not rendered by default.

166 changes: 110 additions & 56 deletions src/main/resources/assets/bedrockify/lang/uk_ua.json

Large diffs are not rendered by default.

166 changes: 110 additions & 56 deletions src/main/resources/assets/bedrockify/lang/zh_cn.json

Large diffs are not rendered by default.

0 comments on commit 80e2829

Please sign in to comment.