Skip to content

Commit

Permalink
Forgot Some lang
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostipedia committed Jan 2, 2025
1 parent b1b0a1c commit adf35bf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/generated/resources/assets/cosmiccore/lang/en_ud.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"cosmiccore.recipe.soulIn": "%s :ʇnduI ןnoS",
"cosmiccore.recipe.soulOut": "%s :ʇndʇnO ןnoS",
"cosmiccore.rune_emotion_weak.1": "˙pǝʌɹǝsqo sı uoıʇɔɐǝɹ ⱯᴚƎ ǝʇǝןdɯoɔuı uⱯo§ㄥ§",
"cosmiccore.rune_emotion_weak.2": "˙ǝʇɐɹqıʌ oʇ ǝʇɐןs ǝɥʇ ǝsnɐɔ suoıʇɔɐǝɹ ןɐɔıɯǝɥɔ puɐ ןɐuoıʇoɯǝ buoɹʇS§ㄥ§",
"cosmiccore.rune_emotion_weak.2": "˙ǝʇɐɹqıʌ oʇ ǝʇɐןs ǝɥʇ ǝsnɐɔ suoıʇɔɐǝɹ ןɐɔıɯǝɥɔ puɐ ןɐuoıʇoɯǝ buoɹʇSo§ㄥ§",
"cosmiccore.rune_vague": "˙buıssıɯ ǝq oʇ ɯǝǝs suoıʇoɯǝ ʇuǝʇɐꞀo§ㄥ§",
"cosmiccore.tenura.1": "ןoɹʇuoƆ - uǝ⟘9§",
"cosmiccore.tenura.2": "ʍoןℲ - ɐɹ∩9§",
Expand Down
2 changes: 1 addition & 1 deletion src/generated/resources/assets/cosmiccore/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"cosmiccore.recipe.soulIn": "Soul Input: %s",
"cosmiccore.recipe.soulOut": "Soul Output: %s",
"cosmiccore.rune_emotion_weak.1": "§7§oAn incomplete ERA reaction is observed.",
"cosmiccore.rune_emotion_weak.2": "§7§Strong emotional and chemical reactions cause the slate to vibrate.",
"cosmiccore.rune_emotion_weak.2": "§7§oStrong emotional and chemical reactions cause the slate to vibrate.",
"cosmiccore.rune_vague": "§7§oLatent emotions seem to be missing.",
"cosmiccore.tenura.1": "§6Ten - Control",
"cosmiccore.tenura.2": "§6Ura - Flow",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ public boolean isFoil(ItemStack stack) {
tooltips.add(Component.translatable("cosmiccore.conjuct_valkruth.2"));
tooltips.add(Component.translatable("cosmiccore.conjuct_valkruth_emotion.1"));
tooltips.add(Component.translatable("cosmiccore.rune_emotion_weak.1"));
tooltips.add(Component.translatable("cosmiccore.rune_emotion_weak.2"));
})))
.defaultModel()
.register();
Expand All @@ -675,6 +676,7 @@ public boolean isFoil(ItemStack stack) {
tooltips.add(Component.translatable("cosmiccore.conjuct_kholys.2"));
tooltips.add(Component.translatable("cosmiccore.conjuct_kholys_emotion.1"));
tooltips.add(Component.translatable("cosmiccore.rune_emotion_weak.1"));
tooltips.add(Component.translatable("cosmiccore.rune_emotion_weak.2"));
})))
.defaultModel()
.register();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public static void init(RegistrateLangProvider provider) {
//Rune Lang
replace(provider,"cosmiccore.rune_vague", "§7§oLatent emotions seem to be missing.");
replace(provider,"cosmiccore.rune_emotion_weak.1", "§7§oAn incomplete ERA reaction is observed.");
replace(provider,"cosmiccore.rune_emotion_weak.2", "§7§Strong emotional and chemical reactions cause the slate to vibrate.");
replace(provider,"cosmiccore.rune_emotion_weak.2", "§7§oStrong emotional and chemical reactions cause the slate to vibrate.");
replace(provider,"cosmiccore.arklys.1", "§6Ark - Structure");
replace(provider,"cosmiccore.arklys.2", "§6Lys - Release");

Expand Down

0 comments on commit adf35bf

Please sign in to comment.