Крафт стула

This commit is contained in:
Hell13Cat
2022-02-06 06:10:51 +03:00
parent 3aa7c8561c
commit 769ec3b8fd
7 changed files with 42 additions and 8 deletions
+1 -2
View File
@@ -10,7 +10,7 @@
5 5
] ]
}, },
"identifier": "bony:imoo_chair", "identifier": "imoo:chair",
"is_experimental": false "is_experimental": false
}, },
"permutations": [ "permutations": [
@@ -68,7 +68,6 @@
} }
], ],
"components": { "components": {
"minecraft:display_name": "Стул",
"minecraft:on_player_placing": { "minecraft:on_player_placing": {
"event": "bridge:update_rotation" "event": "bridge:update_rotation"
}, },
+3 -3
View File
@@ -7,7 +7,7 @@
"version": [ "version": [
0, 0,
4, 4,
18 23
], ],
"min_engine_version": [ "min_engine_version": [
1, 1,
@@ -23,7 +23,7 @@
"version": [ "version": [
0, 0,
4, 4,
18 23
] ]
} }
], ],
@@ -33,7 +33,7 @@
"version": [ "version": [
0, 0,
4, 4,
18 23
] ]
} }
] ]
+27
View File
@@ -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"
}
}
}
+2
View File
@@ -0,0 +1,2 @@
pack.description=Addon with various changes
tile.imoo:chair.name=Chair
+4
View File
@@ -0,0 +1,4 @@
[
"en_US",
"ru_RU"
]
+2
View File
@@ -0,0 +1,2 @@
pack.description=Аддон с разными изменениями
tile.imoo:chair.name=Chair
+3 -3
View File
@@ -7,7 +7,7 @@
"version": [ "version": [
0, 0,
4, 4,
18 23
], ],
"min_engine_version": [ "min_engine_version": [
1, 1,
@@ -23,7 +23,7 @@
"version": [ "version": [
0, 0,
4, 4,
18 23
] ]
} }
], ],
@@ -33,7 +33,7 @@
"version": [ "version": [
0, 0,
4, 4,
18 23
] ]
} }
] ]