Skip to content

Commit

Permalink
Forgot to merge my fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Jun 29, 2024
1 parent 852bd34 commit c4bd9f4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ else if (mc.isIntegratedServerRunning() == false || Configs.Generic.PASTE_USING_
{
if (EntitiesDataStorage.getInstance().hasServuxServer())
{
//Litematica.logger.warn("Found servux server, I am sending NBT to it.");
Litematica.debugLog("Found servux server, I am sending NBT to it.");
InfoUtils.showGuiOrActionBarMessage(MessageType.INFO, "litematica.message.paste_with_servux");
NbtCompound nbt = schematicPlacement.toNbt(true);
nbt.putString("Task", "LitematicaPaste");
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/litematica/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
"litematica.message.material_list_written_to_file": "Material list written to file '%s'",
"litematica.message.moved_area_origin": "Moved the area origin point from %s => %s",
"litematica.message.moved_selection": "Moved the current selection from %s => %s",
"litematica.message.paste_with_servux": "The placement is being uploaded to Servux for pasting",
"litematica.message.paste_with_servux": "§6The placement is being uploaded to Servux for pasting",
"litematica.message.placement.cant_modify_is_locked": "§cThe placement is locked and can't be modified§r",
"litematica.message.placement.moved_placement_origin": "Moved placement origin from %s => %s",
"litematica.message.placement.moved_subregion_to": "Moved sub-region to %s",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/litematica/lang/fr_fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
"litematica.message.material_list_written_to_file": "Liste des matériaux écrite dans le fichier '%s'",
"litematica.message.moved_area_origin": "Déplacé le point d'origine de la zone de %s => %s",
"litematica.message.moved_selection": "Déplacé la sélection actuelle de %s => %s",
"litematica.message.paste_with_servux": "Le placement est en cours de téléchargement sur Servux pour être collé",
"litematica.message.paste_with_servux": "§6Le placement est en cours de téléchargement sur Servux pour être collé",
"litematica.message.placement.cant_modify_is_locked": "§cLe placement est verrouillé et ne peut pas être modifié§r",
"litematica.message.placement.moved_placement_origin": "Déplacé l'origine du placement de %s => %s",
"litematica.message.placement.moved_subregion_to": "Déplacé la sous-région à %s",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/litematica/lang/ru_ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@
"litematica.message.material_list_written_to_file": "Список материалов сохранён в файл \"%s\"",
"litematica.message.moved_area_origin": "Точка привязки области изменена с %s → %s",
"litematica.message.moved_selection": "Текущее выделение перемещено с %s → %s",
"litematica.message.paste_with_servux": "Место размещения загружается в Servux для вставки.",
"litematica.message.paste_with_servux": "§6Место размещения загружается в Servux для вставки.",
"litematica.message.placement.cant_modify_is_locked": "§cРазмещение зафиксировано и не может быть перемещено§r",
"litematica.message.placement.moved_placement_origin": "Точка привязки изменена с %s → %s",
"litematica.message.placement.moved_subregion_to": "Подрегион перемещён на %s",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/litematica/lang/uk_ua.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
"litematica.message.material_list_written_to_file": "Список матеріалів, записаний у файл \"%s\"",
"litematica.message.moved_area_origin": "Початкову точку області перенесено з %s => %s",
"litematica.message.moved_selection": "Переміщено поточний вибір із %s => %s",
"litematica.message.paste_with_servux": "Місце розміщення завантажується в Servux для вставки",
"litematica.message.paste_with_servux": "§6Місце розміщення завантажується в Servux для вставки",
"litematica.message.placement.cant_modify_is_locked": "§cРозташування заблоковано і не може бути змінено§r",
"litematica.message.placement.moved_placement_origin": "Перенесено джерело розташування з %s => %s",
"litematica.message.placement.moved_subregion_to": "Субрегіон перенесено до %s",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/litematica/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
"litematica.message.material_list_written_to_file": "材料列表写入文件 '%s'",
"litematica.message.moved_area_origin": "移动区域原点 %s => %s",
"litematica.message.moved_selection": "移动所选内容 %s => %s",
"litematica.message.paste_with_servux": "正在将展示位置上传至 Servux 进行粘贴",
"litematica.message.paste_with_servux": "§6正在将展示位置上传至 Servux 进行粘贴",
"litematica.message.placement.cant_modify_is_locked": "§c展示位置已锁定且无法修改§r",
"litematica.message.placement.moved_placement_origin": "已移动展示位置 原点%s => %s",
"litematica.message.placement.moved_subregion_to": "移动子区域 to %s",
Expand Down

0 comments on commit c4bd9f4

Please sign in to comment.