From e77703767b36352b1b630676506d4eeec83476ba Mon Sep 17 00:00:00 2001 From: Hell13Cat <46496367+Hell13Cat@users.noreply.github.com> Date: Sun, 6 Feb 2022 06:51:48 +0300 Subject: [PATCH] =?UTF-8?q?FIX=20-=20=D0=9D=D0=B0=D0=B4=D0=BF=D0=B8=D1=81?= =?UTF-8?q?=D0=B8=20=D0=B8=20=D1=82=D0=B5=D0=BA=D1=81=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- behavior_pack/manifest.json | 6 +++--- behavior_pack/texts/en_US.lang | 3 +-- behavior_pack/texts/ru_RU.lang | 3 +-- resource_pack/manifest.json | 6 +++--- resource_pack/texts/en_US.lang | 3 +++ resource_pack/texts/languages.json | 4 ++++ resource_pack/texts/ru_RU.lang | 3 +++ 7 files changed, 18 insertions(+), 10 deletions(-) create mode 100644 resource_pack/texts/en_US.lang create mode 100644 resource_pack/texts/languages.json create mode 100644 resource_pack/texts/ru_RU.lang diff --git a/behavior_pack/manifest.json b/behavior_pack/manifest.json index 186f016..23645eb 100644 --- a/behavior_pack/manifest.json +++ b/behavior_pack/manifest.json @@ -7,7 +7,7 @@ "version": [ 0, 4, - 23 + 26 ], "min_engine_version": [ 1, @@ -23,7 +23,7 @@ "version": [ 0, 4, - 23 + 26 ] } ], @@ -33,7 +33,7 @@ "version": [ 0, 4, - 23 + 26 ] } ] diff --git a/behavior_pack/texts/en_US.lang b/behavior_pack/texts/en_US.lang index 9aaa7ab..a0b3d06 100644 --- a/behavior_pack/texts/en_US.lang +++ b/behavior_pack/texts/en_US.lang @@ -1,2 +1 @@ -pack.description=Addon with various changes -tile.imoo:chair.name=Chair \ No newline at end of file +pack.description=Addon with various changes \ No newline at end of file diff --git a/behavior_pack/texts/ru_RU.lang b/behavior_pack/texts/ru_RU.lang index 7fead9f..8aae920 100644 --- a/behavior_pack/texts/ru_RU.lang +++ b/behavior_pack/texts/ru_RU.lang @@ -1,2 +1 @@ -pack.description=Аддон с разными изменениями -tile.imoo:chair.name=Chair \ No newline at end of file +pack.description=Аддон с разными изменениями \ No newline at end of file diff --git a/resource_pack/manifest.json b/resource_pack/manifest.json index c752afc..2940f3a 100644 --- a/resource_pack/manifest.json +++ b/resource_pack/manifest.json @@ -7,7 +7,7 @@ "version": [ 0, 4, - 23 + 26 ], "min_engine_version": [ 1, @@ -23,7 +23,7 @@ "version": [ 0, 4, - 23 + 26 ] } ], @@ -33,7 +33,7 @@ "version": [ 0, 4, - 23 + 26 ] } ] diff --git a/resource_pack/texts/en_US.lang b/resource_pack/texts/en_US.lang new file mode 100644 index 0000000..c2d82f5 --- /dev/null +++ b/resource_pack/texts/en_US.lang @@ -0,0 +1,3 @@ +pack.description=Textures for the addon with various changes +tile.imoo:chair.name=Chair +action.hint.exit.imoo:seat_helper=Jump to get up \ No newline at end of file diff --git a/resource_pack/texts/languages.json b/resource_pack/texts/languages.json new file mode 100644 index 0000000..67e006d --- /dev/null +++ b/resource_pack/texts/languages.json @@ -0,0 +1,4 @@ +[ + "en_US", + "ru_RU" +] \ No newline at end of file diff --git a/resource_pack/texts/ru_RU.lang b/resource_pack/texts/ru_RU.lang new file mode 100644 index 0000000..912b0a4 --- /dev/null +++ b/resource_pack/texts/ru_RU.lang @@ -0,0 +1,3 @@ +pack.description=Текстуры для аддона с разными измениями +tile.imoo:chair.name=Стул +action.hint.exit.imoo:seat_helper=Прыжок для того чтоб встать \ No newline at end of file