diff --git a/behavior_pack/blocks/imoo_chair.json b/behavior_pack/blocks/imoo_chair.json index e936cbc..74d0754 100644 --- a/behavior_pack/blocks/imoo_chair.json +++ b/behavior_pack/blocks/imoo_chair.json @@ -10,7 +10,7 @@ 5 ] }, - "identifier": "bony:imoo_chair", + "identifier": "imoo:chair", "is_experimental": false }, "permutations": [ @@ -68,7 +68,6 @@ } ], "components": { - "minecraft:display_name": "Стул", "minecraft:on_player_placing": { "event": "bridge:update_rotation" }, diff --git a/behavior_pack/manifest.json b/behavior_pack/manifest.json index e40a8de..186f016 100644 --- a/behavior_pack/manifest.json +++ b/behavior_pack/manifest.json @@ -7,7 +7,7 @@ "version": [ 0, 4, - 18 + 23 ], "min_engine_version": [ 1, @@ -23,7 +23,7 @@ "version": [ 0, 4, - 18 + 23 ] } ], @@ -33,7 +33,7 @@ "version": [ 0, 4, - 18 + 23 ] } ] diff --git a/behavior_pack/recipes/imoo_chair.json b/behavior_pack/recipes/imoo_chair.json new file mode 100644 index 0000000..a9c9e1f --- /dev/null +++ b/behavior_pack/recipes/imoo_chair.json @@ -0,0 +1,27 @@ +{ + "format_version": "1.12", + "minecraft:recipe_shaped": { + "description": { + "identifier": "imoo:chair" + }, + "tags": [ + "crafting_table" + ], + "pattern": [ + "###", + "###", + "| |" + ], + "key": { + "#": { + "item": "minecraft:wooden_slab" + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "imoo:chair" + } + } + } \ No newline at end of file diff --git a/behavior_pack/texts/en_US.lang b/behavior_pack/texts/en_US.lang new file mode 100644 index 0000000..9aaa7ab --- /dev/null +++ b/behavior_pack/texts/en_US.lang @@ -0,0 +1,2 @@ +pack.description=Addon with various changes +tile.imoo:chair.name=Chair \ No newline at end of file diff --git a/behavior_pack/texts/languages.json b/behavior_pack/texts/languages.json new file mode 100644 index 0000000..67e006d --- /dev/null +++ b/behavior_pack/texts/languages.json @@ -0,0 +1,4 @@ +[ + "en_US", + "ru_RU" +] \ No newline at end of file diff --git a/behavior_pack/texts/ru_RU.lang b/behavior_pack/texts/ru_RU.lang new file mode 100644 index 0000000..7fead9f --- /dev/null +++ b/behavior_pack/texts/ru_RU.lang @@ -0,0 +1,2 @@ +pack.description=Аддон с разными изменениями +tile.imoo:chair.name=Chair \ No newline at end of file diff --git a/resource_pack/manifest.json b/resource_pack/manifest.json index 0201b85..c752afc 100644 --- a/resource_pack/manifest.json +++ b/resource_pack/manifest.json @@ -7,7 +7,7 @@ "version": [ 0, 4, - 18 + 23 ], "min_engine_version": [ 1, @@ -23,7 +23,7 @@ "version": [ 0, 4, - 18 + 23 ] } ], @@ -33,7 +33,7 @@ "version": [ 0, 4, - 18 + 23 ] } ]