Skip to content

Commit b79e7f9

Browse files
Fix copper chest translations (#63)
1 parent b1f7860 commit b79e7f9

File tree

21 files changed

+2539
-2539
lines changed

21 files changed

+2539
-2539
lines changed

PyMCTranslate/build_number.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
363
1+
364
Lines changed: 90 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,11 @@
11
[
22
{
3-
"function": "walk_input_nbt",
4-
"options": {
5-
"type": "compound",
6-
"keys": {
7-
"utags": {
8-
"type": "compound",
9-
"nested_default": [],
10-
"self_default": [],
11-
"keys": {
12-
"Findable": {
13-
"type": "byte",
14-
"functions": [
15-
{
16-
"function": "carry_nbt",
17-
"options": {
18-
"path": []
19-
}
20-
}
21-
]
22-
},
23-
"Items": {
24-
"type": "list",
25-
"nested_default": [],
26-
"self_default": [],
27-
"functions": [
28-
{
29-
"function": "carry_nbt",
30-
"options": {
31-
"path": []
32-
}
33-
}
34-
]
35-
},
36-
"isMovable": {
37-
"type": "byte",
38-
"functions": [
39-
{
40-
"function": "carry_nbt",
41-
"options": {
42-
"path": []
43-
}
44-
}
45-
]
46-
}
47-
}
48-
}
49-
}
50-
}
51-
},
52-
{
53-
"function": "walk_input_nbt",
54-
"options": {
55-
"type": "compound",
56-
"keys": {
57-
"utags": {
58-
"type": "compound"
59-
}
60-
},
61-
"self_default": [
62-
{
63-
"function": "carry_nbt",
64-
"options": {}
65-
}
66-
],
67-
"nested_default": [
68-
{
69-
"function": "carry_nbt",
70-
"options": {}
71-
}
72-
]
73-
}
3+
"function": "new_block",
4+
"options": "minecraft:chest"
745
},
756
{
767
"function": "map_properties",
778
"options": {
78-
"connection": {
79-
"\"right\"": [
80-
{
81-
"function": "code",
82-
"options": {
83-
"input": [
84-
"properties",
85-
"location"
86-
],
87-
"output": [
88-
"new_nbt"
89-
],
90-
"function": "bedrock_chest_fu"
91-
}
92-
}
93-
]
94-
},
959
"facing": {
9610
"\"south\"": [
9711
{
@@ -126,6 +40,23 @@
12640
}
12741
]
12842
},
43+
"connection": {
44+
"\"right\"": [
45+
{
46+
"function": "code",
47+
"options": {
48+
"input": [
49+
"properties",
50+
"location"
51+
],
52+
"output": [
53+
"new_nbt"
54+
],
55+
"function": "bedrock_chest_fu"
56+
}
57+
}
58+
]
59+
},
12960
"material": {
13061
"\"wood\"": [
13162
{
@@ -185,7 +116,76 @@
185116
}
186117
},
187118
{
188-
"function": "new_block",
189-
"options": "minecraft:chest"
119+
"function": "walk_input_nbt",
120+
"options": {
121+
"type": "compound",
122+
"keys": {
123+
"utags": {
124+
"type": "compound",
125+
"nested_default": [],
126+
"self_default": [],
127+
"keys": {
128+
"Findable": {
129+
"type": "byte",
130+
"functions": [
131+
{
132+
"function": "carry_nbt",
133+
"options": {
134+
"path": []
135+
}
136+
}
137+
]
138+
},
139+
"Items": {
140+
"type": "list",
141+
"nested_default": [],
142+
"self_default": [],
143+
"functions": [
144+
{
145+
"function": "carry_nbt",
146+
"options": {
147+
"path": []
148+
}
149+
}
150+
]
151+
},
152+
"isMovable": {
153+
"type": "byte",
154+
"functions": [
155+
{
156+
"function": "carry_nbt",
157+
"options": {
158+
"path": []
159+
}
160+
}
161+
]
162+
}
163+
}
164+
}
165+
}
166+
}
167+
},
168+
{
169+
"function": "walk_input_nbt",
170+
"options": {
171+
"type": "compound",
172+
"keys": {
173+
"utags": {
174+
"type": "compound"
175+
}
176+
},
177+
"self_default": [
178+
{
179+
"function": "carry_nbt",
180+
"options": {}
181+
}
182+
],
183+
"nested_default": [
184+
{
185+
"function": "carry_nbt",
186+
"options": {}
187+
}
188+
]
189+
}
190190
}
191191
]

0 commit comments

Comments
 (0)