@jsprismarine/bedrock-data 1.20.15 → 1.20.51-b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitmodules +3 -3
- package/.prettierrc +10 -10
- package/LICENSE +8 -8
- package/README.md +2 -2
- package/index.d.ts +1 -1
- package/index.js +27 -27
- package/jsp/block_id_map.json +555 -0
- package/jsp/item_id_map.json +809 -0
- package/jsp/runtime_block_states.dat +0 -0
- package/package.json +10 -10
- package/renovate.json +5 -5
- package/resources/.gitattributes +30 -30
- package/resources/LICENSE +121 -121
- package/resources/README.md +40 -40
- package/resources/block_id_to_item_id_map.json +125 -5
- package/resources/block_state_meta_map.json +1056 -70
- package/resources/canonical_block_states.nbt +0 -0
- package/resources/creativeitems.json +340 -232
- package/resources/entity_identifiers.nbt +0 -0
- package/resources/item_tags.json +14 -1
- package/resources/level_sound_id_map.json +16 -0
- package/resources/particle_id_map.json +2 -0
- package/resources/r12_to_current_block_map.bin +0 -0
- package/resources/r16_to_current_item_map.json +88 -0
- package/resources/recipes/potion_type.json +36 -39
- package/resources/recipes/shaped_chemistry.json +97 -137
- package/resources/recipes/shaped_crafting.json +7460 -6674
- package/resources/recipes/shapeless_chemistry.json +63 -63
- package/resources/recipes/shapeless_crafting.json +5420 -4702
- package/resources/recipes/smelting.json +169 -187
- package/resources/required_item_list.json +998 -466
package/.gitmodules
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
[submodule "resources"]
|
|
2
|
-
path = resources
|
|
3
|
-
url = https://github.com/pmmp/BedrockData
|
|
1
|
+
[submodule "resources"]
|
|
2
|
+
path = resources
|
|
3
|
+
url = https://github.com/pmmp/BedrockData
|
package/.prettierrc
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"semi": true,
|
|
3
|
-
"trailingComma": "none",
|
|
4
|
-
"singleQuote": true,
|
|
5
|
-
"printWidth": 120,
|
|
6
|
-
"tabWidth": 4,
|
|
7
|
-
"bracketSpacing": true,
|
|
8
|
-
"arrowParens": "always",
|
|
9
|
-
"endOfLine": "lf"
|
|
10
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"semi": true,
|
|
3
|
+
"trailingComma": "none",
|
|
4
|
+
"singleQuote": true,
|
|
5
|
+
"printWidth": 120,
|
|
6
|
+
"tabWidth": 4,
|
|
7
|
+
"bracketSpacing": true,
|
|
8
|
+
"arrowParens": "always",
|
|
9
|
+
"endOfLine": "lf"
|
|
10
|
+
}
|
package/LICENSE
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
Copyright 2020 Filiph Sandström
|
|
2
|
-
|
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4
|
-
|
|
5
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
6
|
-
|
|
7
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
8
|
-
|
|
1
|
+
Copyright 2020 Filiph Sandström
|
|
2
|
+
|
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4
|
+
|
|
5
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
6
|
+
|
|
7
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
8
|
+
|
package/README.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
# bedrock-data
|
|
2
|
-
BedrockData from PMMP exported in a nodejs friendly way.
|
|
1
|
+
# bedrock-data
|
|
2
|
+
BedrockData from PMMP exported in a nodejs friendly way.
|
package/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
declare module '@jsprismarine/bedrock-data';
|
|
1
|
+
declare module '@jsprismarine/bedrock-data';
|
package/index.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
const fs = require('fs');
|
|
3
|
-
|
|
4
|
-
const banner_patterns = require('./resources/banner_patterns.json');
|
|
5
|
-
const block_id_map = require('./
|
|
6
|
-
const creativeitems = require('./resources/creativeitems.json');
|
|
7
|
-
const entity_id_map = require('./resources/entity_id_map.json');
|
|
8
|
-
const item_id_map = require('./
|
|
9
|
-
const recipes = require('./resources/recipes.json');
|
|
10
|
-
|
|
11
|
-
const biome_definitions = fs.readFileSync(__dirname + '/resources/biome_definitions.nbt');
|
|
12
|
-
const entity_identifiers = fs.readFileSync(__dirname + '/resources/entity_identifiers.nbt');
|
|
13
|
-
const canonical_block_states = fs.readFileSync(__dirname + '/
|
|
14
|
-
const r12_to_current_block_map = fs.readFileSync(__dirname + '/resources/r12_to_current_block_map.bin');
|
|
15
|
-
|
|
16
|
-
module.exports = {
|
|
17
|
-
banner_patterns,
|
|
18
|
-
biome_definitions,
|
|
19
|
-
block_id_map,
|
|
20
|
-
creativeitems,
|
|
21
|
-
entity_id_map,
|
|
22
|
-
entity_identifiers,
|
|
23
|
-
item_id_map,
|
|
24
|
-
r12_to_current_block_map,
|
|
25
|
-
recipes,
|
|
26
|
-
canonical_block_states
|
|
27
|
-
};
|
|
1
|
+
'use strict';
|
|
2
|
+
const fs = require('fs');
|
|
3
|
+
|
|
4
|
+
const banner_patterns = require('./resources/banner_patterns.json');
|
|
5
|
+
const block_id_map = require('./jsp/block_id_map.json');
|
|
6
|
+
const creativeitems = require('./resources/creativeitems.json');
|
|
7
|
+
const entity_id_map = require('./resources/entity_id_map.json');
|
|
8
|
+
const item_id_map = require('./jsp/item_id_map.json');
|
|
9
|
+
// const recipes = require('./resources/recipes.json');
|
|
10
|
+
|
|
11
|
+
const biome_definitions = fs.readFileSync(__dirname + '/resources/biome_definitions.nbt');
|
|
12
|
+
const entity_identifiers = fs.readFileSync(__dirname + '/resources/entity_identifiers.nbt');
|
|
13
|
+
const canonical_block_states = fs.readFileSync(__dirname + '/jsp/runtime_block_states.nbt');
|
|
14
|
+
const r12_to_current_block_map = fs.readFileSync(__dirname + '/resources/r12_to_current_block_map.bin');
|
|
15
|
+
|
|
16
|
+
module.exports = {
|
|
17
|
+
banner_patterns,
|
|
18
|
+
biome_definitions,
|
|
19
|
+
block_id_map,
|
|
20
|
+
creativeitems,
|
|
21
|
+
entity_id_map,
|
|
22
|
+
entity_identifiers,
|
|
23
|
+
item_id_map,
|
|
24
|
+
r12_to_current_block_map,
|
|
25
|
+
// recipes,
|
|
26
|
+
canonical_block_states
|
|
27
|
+
};
|
|
@@ -0,0 +1,555 @@
|
|
|
1
|
+
{
|
|
2
|
+
"minecraft:air": 0,
|
|
3
|
+
"minecraft:stone": 1,
|
|
4
|
+
"minecraft:grass": 2,
|
|
5
|
+
"minecraft:dirt": 3,
|
|
6
|
+
"minecraft:cobblestone": 4,
|
|
7
|
+
"minecraft:planks": 5,
|
|
8
|
+
"minecraft:sapling": 6,
|
|
9
|
+
"minecraft:bedrock": 7,
|
|
10
|
+
"minecraft:flowing_water": 8,
|
|
11
|
+
"minecraft:water": 9,
|
|
12
|
+
"minecraft:flowing_lava": 10,
|
|
13
|
+
"minecraft:lava": 11,
|
|
14
|
+
"minecraft:sand": 12,
|
|
15
|
+
"minecraft:gravel": 13,
|
|
16
|
+
"minecraft:gold_ore": 14,
|
|
17
|
+
"minecraft:iron_ore": 15,
|
|
18
|
+
"minecraft:coal_ore": 16,
|
|
19
|
+
"minecraft:log": 17,
|
|
20
|
+
"minecraft:leaves": 18,
|
|
21
|
+
"minecraft:sponge": 19,
|
|
22
|
+
"minecraft:glass": 20,
|
|
23
|
+
"minecraft:lapis_ore": 21,
|
|
24
|
+
"minecraft:lapis_block": 22,
|
|
25
|
+
"minecraft:dispenser": 23,
|
|
26
|
+
"minecraft:sandstone": 24,
|
|
27
|
+
"minecraft:noteblock": 25,
|
|
28
|
+
"minecraft:bed": 26,
|
|
29
|
+
"minecraft:golden_rail": 27,
|
|
30
|
+
"minecraft:detector_rail": 28,
|
|
31
|
+
"minecraft:sticky_piston": 29,
|
|
32
|
+
"minecraft:web": 30,
|
|
33
|
+
"minecraft:tallgrass": 31,
|
|
34
|
+
"minecraft:deadbush": 32,
|
|
35
|
+
"minecraft:piston": 33,
|
|
36
|
+
"minecraft:pistonArmCollision": 34,
|
|
37
|
+
"minecraft:wool": 35,
|
|
38
|
+
"minecraft:element_0": 36,
|
|
39
|
+
"minecraft:yellow_flower": 37,
|
|
40
|
+
"minecraft:red_flower": 38,
|
|
41
|
+
"minecraft:brown_mushroom": 39,
|
|
42
|
+
"minecraft:red_mushroom": 40,
|
|
43
|
+
"minecraft:gold_block": 41,
|
|
44
|
+
"minecraft:iron_block": 42,
|
|
45
|
+
"minecraft:double_stone_slab": 43,
|
|
46
|
+
"minecraft:stone_slab": 44,
|
|
47
|
+
"minecraft:brick_block": 45,
|
|
48
|
+
"minecraft:tnt": 46,
|
|
49
|
+
"minecraft:bookshelf": 47,
|
|
50
|
+
"minecraft:mossy_cobblestone": 48,
|
|
51
|
+
"minecraft:obsidian": 49,
|
|
52
|
+
"minecraft:torch": 50,
|
|
53
|
+
"minecraft:fire": 51,
|
|
54
|
+
"minecraft:mob_spawner": 52,
|
|
55
|
+
"minecraft:oak_stairs": 53,
|
|
56
|
+
"minecraft:chest": 54,
|
|
57
|
+
"minecraft:redstone_wire": 55,
|
|
58
|
+
"minecraft:diamond_ore": 56,
|
|
59
|
+
"minecraft:diamond_block": 57,
|
|
60
|
+
"minecraft:crafting_table": 58,
|
|
61
|
+
"minecraft:wheat": 59,
|
|
62
|
+
"minecraft:farmland": 60,
|
|
63
|
+
"minecraft:furnace": 61,
|
|
64
|
+
"minecraft:lit_furnace": 62,
|
|
65
|
+
"minecraft:standing_sign": 63,
|
|
66
|
+
"minecraft:wooden_door": 64,
|
|
67
|
+
"minecraft:ladder": 65,
|
|
68
|
+
"minecraft:rail": 66,
|
|
69
|
+
"minecraft:stone_stairs": 67,
|
|
70
|
+
"minecraft:wall_sign": 68,
|
|
71
|
+
"minecraft:lever": 69,
|
|
72
|
+
"minecraft:stone_pressure_plate": 70,
|
|
73
|
+
"minecraft:iron_door": 71,
|
|
74
|
+
"minecraft:wooden_pressure_plate": 72,
|
|
75
|
+
"minecraft:redstone_ore": 73,
|
|
76
|
+
"minecraft:lit_redstone_ore": 74,
|
|
77
|
+
"minecraft:unlit_redstone_torch": 75,
|
|
78
|
+
"minecraft:redstone_torch": 76,
|
|
79
|
+
"minecraft:stone_button": 77,
|
|
80
|
+
"minecraft:snow_layer": 78,
|
|
81
|
+
"minecraft:ice": 79,
|
|
82
|
+
"minecraft:snow": 80,
|
|
83
|
+
"minecraft:cactus": 81,
|
|
84
|
+
"minecraft:clay": 82,
|
|
85
|
+
"minecraft:reeds": 83,
|
|
86
|
+
"minecraft:jukebox": 84,
|
|
87
|
+
"minecraft:fence": 85,
|
|
88
|
+
"minecraft:pumpkin": 86,
|
|
89
|
+
"minecraft:netherrack": 87,
|
|
90
|
+
"minecraft:soul_sand": 88,
|
|
91
|
+
"minecraft:glowstone": 89,
|
|
92
|
+
"minecraft:portal": 90,
|
|
93
|
+
"minecraft:lit_pumpkin": 91,
|
|
94
|
+
"minecraft:cake": 92,
|
|
95
|
+
"minecraft:unpowered_repeater": 93,
|
|
96
|
+
"minecraft:powered_repeater": 94,
|
|
97
|
+
"minecraft:invisibleBedrock": 95,
|
|
98
|
+
"minecraft:trapdoor": 96,
|
|
99
|
+
"minecraft:monster_egg": 97,
|
|
100
|
+
"minecraft:stonebrick": 98,
|
|
101
|
+
"minecraft:brown_mushroom_block": 99,
|
|
102
|
+
"minecraft:red_mushroom_block": 100,
|
|
103
|
+
"minecraft:iron_bars": 101,
|
|
104
|
+
"minecraft:glass_pane": 102,
|
|
105
|
+
"minecraft:melon_block": 103,
|
|
106
|
+
"minecraft:pumpkin_stem": 104,
|
|
107
|
+
"minecraft:melon_stem": 105,
|
|
108
|
+
"minecraft:vine": 106,
|
|
109
|
+
"minecraft:fence_gate": 107,
|
|
110
|
+
"minecraft:brick_stairs": 108,
|
|
111
|
+
"minecraft:stone_brick_stairs": 109,
|
|
112
|
+
"minecraft:mycelium": 110,
|
|
113
|
+
"minecraft:waterlily": 111,
|
|
114
|
+
"minecraft:nether_brick": 112,
|
|
115
|
+
"minecraft:nether_brick_fence": 113,
|
|
116
|
+
"minecraft:nether_brick_stairs": 114,
|
|
117
|
+
"minecraft:nether_wart": 115,
|
|
118
|
+
"minecraft:enchanting_table": 116,
|
|
119
|
+
"minecraft:brewing_stand": 117,
|
|
120
|
+
"minecraft:cauldron": 118,
|
|
121
|
+
"minecraft:end_portal": 119,
|
|
122
|
+
"minecraft:end_portal_frame": 120,
|
|
123
|
+
"minecraft:end_stone": 121,
|
|
124
|
+
"minecraft:dragon_egg": 122,
|
|
125
|
+
"minecraft:redstone_lamp": 123,
|
|
126
|
+
"minecraft:lit_redstone_lamp": 124,
|
|
127
|
+
"minecraft:dropper": 125,
|
|
128
|
+
"minecraft:activator_rail": 126,
|
|
129
|
+
"minecraft:cocoa": 127,
|
|
130
|
+
"minecraft:sandstone_stairs": 128,
|
|
131
|
+
"minecraft:emerald_ore": 129,
|
|
132
|
+
"minecraft:ender_chest": 130,
|
|
133
|
+
"minecraft:tripwire_hook": 131,
|
|
134
|
+
"minecraft:tripWire": 132,
|
|
135
|
+
"minecraft:emerald_block": 133,
|
|
136
|
+
"minecraft:spruce_stairs": 134,
|
|
137
|
+
"minecraft:birch_stairs": 135,
|
|
138
|
+
"minecraft:jungle_stairs": 136,
|
|
139
|
+
"minecraft:command_block": 137,
|
|
140
|
+
"minecraft:beacon": 138,
|
|
141
|
+
"minecraft:cobblestone_wall": 139,
|
|
142
|
+
"minecraft:flower_pot": 140,
|
|
143
|
+
"minecraft:carrots": 141,
|
|
144
|
+
"minecraft:potatoes": 142,
|
|
145
|
+
"minecraft:wooden_button": 143,
|
|
146
|
+
"minecraft:skull": 144,
|
|
147
|
+
"minecraft:anvil": 145,
|
|
148
|
+
"minecraft:trapped_chest": 146,
|
|
149
|
+
"minecraft:light_weighted_pressure_plate": 147,
|
|
150
|
+
"minecraft:heavy_weighted_pressure_plate": 148,
|
|
151
|
+
"minecraft:unpowered_comparator": 149,
|
|
152
|
+
"minecraft:powered_comparator": 150,
|
|
153
|
+
"minecraft:daylight_detector": 151,
|
|
154
|
+
"minecraft:redstone_block": 152,
|
|
155
|
+
"minecraft:quartz_ore": 153,
|
|
156
|
+
"minecraft:hopper": 154,
|
|
157
|
+
"minecraft:quartz_block": 155,
|
|
158
|
+
"minecraft:quartz_stairs": 156,
|
|
159
|
+
"minecraft:double_wooden_slab": 157,
|
|
160
|
+
"minecraft:wooden_slab": 158,
|
|
161
|
+
"minecraft:stained_hardened_clay": 159,
|
|
162
|
+
"minecraft:stained_glass_pane": 160,
|
|
163
|
+
"minecraft:leaves2": 161,
|
|
164
|
+
"minecraft:log2": 162,
|
|
165
|
+
"minecraft:acacia_stairs": 163,
|
|
166
|
+
"minecraft:dark_oak_stairs": 164,
|
|
167
|
+
"minecraft:slime": 165,
|
|
168
|
+
"minecraft:iron_trapdoor": 167,
|
|
169
|
+
"minecraft:prismarine": 168,
|
|
170
|
+
"minecraft:seaLantern": 169,
|
|
171
|
+
"minecraft:hay_block": 170,
|
|
172
|
+
"minecraft:carpet": 171,
|
|
173
|
+
"minecraft:hardened_clay": 172,
|
|
174
|
+
"minecraft:coal_block": 173,
|
|
175
|
+
"minecraft:packed_ice": 174,
|
|
176
|
+
"minecraft:double_plant": 175,
|
|
177
|
+
"minecraft:standing_banner": 176,
|
|
178
|
+
"minecraft:wall_banner": 177,
|
|
179
|
+
"minecraft:daylight_detector_inverted": 178,
|
|
180
|
+
"minecraft:red_sandstone": 179,
|
|
181
|
+
"minecraft:red_sandstone_stairs": 180,
|
|
182
|
+
"minecraft:double_stone_slab2": 181,
|
|
183
|
+
"minecraft:stone_slab2": 182,
|
|
184
|
+
"minecraft:spruce_fence_gate": 183,
|
|
185
|
+
"minecraft:birch_fence_gate": 184,
|
|
186
|
+
"minecraft:jungle_fence_gate": 185,
|
|
187
|
+
"minecraft:dark_oak_fence_gate": 186,
|
|
188
|
+
"minecraft:acacia_fence_gate": 187,
|
|
189
|
+
"minecraft:repeating_command_block": 188,
|
|
190
|
+
"minecraft:chain_command_block": 189,
|
|
191
|
+
"minecraft:hard_glass_pane": 190,
|
|
192
|
+
"minecraft:hard_stained_glass_pane": 191,
|
|
193
|
+
"minecraft:chemical_heat": 192,
|
|
194
|
+
"minecraft:spruce_door": 193,
|
|
195
|
+
"minecraft:birch_door": 194,
|
|
196
|
+
"minecraft:jungle_door": 195,
|
|
197
|
+
"minecraft:acacia_door": 196,
|
|
198
|
+
"minecraft:dark_oak_door": 197,
|
|
199
|
+
"minecraft:grass_path": 198,
|
|
200
|
+
"minecraft:frame": 199,
|
|
201
|
+
"minecraft:chorus_flower": 200,
|
|
202
|
+
"minecraft:purpur_block": 201,
|
|
203
|
+
"minecraft:colored_torch_rg": 202,
|
|
204
|
+
"minecraft:purpur_stairs": 203,
|
|
205
|
+
"minecraft:colored_torch_bp": 204,
|
|
206
|
+
"minecraft:undyed_shulker_box": 205,
|
|
207
|
+
"minecraft:end_bricks": 206,
|
|
208
|
+
"minecraft:frosted_ice": 207,
|
|
209
|
+
"minecraft:end_rod": 208,
|
|
210
|
+
"minecraft:end_gateway": 209,
|
|
211
|
+
"minecraft:allow": 210,
|
|
212
|
+
"minecraft:deny": 211,
|
|
213
|
+
"minecraft:border_block": 212,
|
|
214
|
+
"minecraft:magma": 213,
|
|
215
|
+
"minecraft:nether_wart_block": 214,
|
|
216
|
+
"minecraft:red_nether_brick": 215,
|
|
217
|
+
"minecraft:bone_block": 216,
|
|
218
|
+
"minecraft:structure_void": 217,
|
|
219
|
+
"minecraft:shulker_box": 218,
|
|
220
|
+
"minecraft:purple_glazed_terracotta": 219,
|
|
221
|
+
"minecraft:white_glazed_terracotta": 220,
|
|
222
|
+
"minecraft:orange_glazed_terracotta": 221,
|
|
223
|
+
"minecraft:magenta_glazed_terracotta": 222,
|
|
224
|
+
"minecraft:light_blue_glazed_terracotta": 223,
|
|
225
|
+
"minecraft:yellow_glazed_terracotta": 224,
|
|
226
|
+
"minecraft:lime_glazed_terracotta": 225,
|
|
227
|
+
"minecraft:pink_glazed_terracotta": 226,
|
|
228
|
+
"minecraft:gray_glazed_terracotta": 227,
|
|
229
|
+
"minecraft:silver_glazed_terracotta": 228,
|
|
230
|
+
"minecraft:cyan_glazed_terracotta": 229,
|
|
231
|
+
"minecraft:blue_glazed_terracotta": 231,
|
|
232
|
+
"minecraft:brown_glazed_terracotta": 232,
|
|
233
|
+
"minecraft:green_glazed_terracotta": 233,
|
|
234
|
+
"minecraft:red_glazed_terracotta": 234,
|
|
235
|
+
"minecraft:black_glazed_terracotta": 235,
|
|
236
|
+
"minecraft:concrete": 236,
|
|
237
|
+
"minecraft:concretePowder": 237,
|
|
238
|
+
"minecraft:chemistry_table": 238,
|
|
239
|
+
"minecraft:underwater_torch": 239,
|
|
240
|
+
"minecraft:chorus_plant": 240,
|
|
241
|
+
"minecraft:stained_glass": 241,
|
|
242
|
+
"minecraft:camera": 242,
|
|
243
|
+
"minecraft:podzol": 243,
|
|
244
|
+
"minecraft:beetroot": 244,
|
|
245
|
+
"minecraft:stonecutter": 245,
|
|
246
|
+
"minecraft:glowingobsidian": 246,
|
|
247
|
+
"minecraft:netherreactor": 247,
|
|
248
|
+
"minecraft:info_update": 248,
|
|
249
|
+
"minecraft:info_update2": 249,
|
|
250
|
+
"minecraft:movingBlock": 250,
|
|
251
|
+
"minecraft:observer": 251,
|
|
252
|
+
"minecraft:structure_block": 252,
|
|
253
|
+
"minecraft:hard_glass": 253,
|
|
254
|
+
"minecraft:hard_stained_glass": 254,
|
|
255
|
+
"minecraft:reserved6": 255,
|
|
256
|
+
"minecraft:prismarine_stairs": 257,
|
|
257
|
+
"minecraft:dark_prismarine_stairs": 258,
|
|
258
|
+
"minecraft:prismarine_bricks_stairs": 259,
|
|
259
|
+
"minecraft:stripped_spruce_log": 260,
|
|
260
|
+
"minecraft:stripped_birch_log": 261,
|
|
261
|
+
"minecraft:stripped_jungle_log": 262,
|
|
262
|
+
"minecraft:stripped_acacia_log": 263,
|
|
263
|
+
"minecraft:stripped_dark_oak_log": 264,
|
|
264
|
+
"minecraft:stripped_oak_log": 265,
|
|
265
|
+
"minecraft:blue_ice": 266,
|
|
266
|
+
"minecraft:element_1": 267,
|
|
267
|
+
"minecraft:element_2": 268,
|
|
268
|
+
"minecraft:element_3": 269,
|
|
269
|
+
"minecraft:element_4": 270,
|
|
270
|
+
"minecraft:element_5": 271,
|
|
271
|
+
"minecraft:element_6": 272,
|
|
272
|
+
"minecraft:element_7": 273,
|
|
273
|
+
"minecraft:element_8": 274,
|
|
274
|
+
"minecraft:element_9": 275,
|
|
275
|
+
"minecraft:element_10": 276,
|
|
276
|
+
"minecraft:element_11": 277,
|
|
277
|
+
"minecraft:element_12": 278,
|
|
278
|
+
"minecraft:element_13": 279,
|
|
279
|
+
"minecraft:element_14": 280,
|
|
280
|
+
"minecraft:element_15": 281,
|
|
281
|
+
"minecraft:element_16": 282,
|
|
282
|
+
"minecraft:element_17": 283,
|
|
283
|
+
"minecraft:element_18": 284,
|
|
284
|
+
"minecraft:element_19": 285,
|
|
285
|
+
"minecraft:element_20": 286,
|
|
286
|
+
"minecraft:element_21": 287,
|
|
287
|
+
"minecraft:element_22": 288,
|
|
288
|
+
"minecraft:element_23": 289,
|
|
289
|
+
"minecraft:element_24": 290,
|
|
290
|
+
"minecraft:element_25": 291,
|
|
291
|
+
"minecraft:element_26": 292,
|
|
292
|
+
"minecraft:element_27": 293,
|
|
293
|
+
"minecraft:element_28": 294,
|
|
294
|
+
"minecraft:element_29": 295,
|
|
295
|
+
"minecraft:element_30": 296,
|
|
296
|
+
"minecraft:element_31": 297,
|
|
297
|
+
"minecraft:element_32": 298,
|
|
298
|
+
"minecraft:element_33": 299,
|
|
299
|
+
"minecraft:element_34": 300,
|
|
300
|
+
"minecraft:element_35": 301,
|
|
301
|
+
"minecraft:element_36": 302,
|
|
302
|
+
"minecraft:element_37": 303,
|
|
303
|
+
"minecraft:element_38": 304,
|
|
304
|
+
"minecraft:element_39": 305,
|
|
305
|
+
"minecraft:element_40": 306,
|
|
306
|
+
"minecraft:element_41": 307,
|
|
307
|
+
"minecraft:element_42": 308,
|
|
308
|
+
"minecraft:element_43": 309,
|
|
309
|
+
"minecraft:element_44": 310,
|
|
310
|
+
"minecraft:element_45": 311,
|
|
311
|
+
"minecraft:element_46": 312,
|
|
312
|
+
"minecraft:element_47": 313,
|
|
313
|
+
"minecraft:element_48": 314,
|
|
314
|
+
"minecraft:element_49": 315,
|
|
315
|
+
"minecraft:element_50": 316,
|
|
316
|
+
"minecraft:element_51": 317,
|
|
317
|
+
"minecraft:element_52": 318,
|
|
318
|
+
"minecraft:element_53": 319,
|
|
319
|
+
"minecraft:element_54": 320,
|
|
320
|
+
"minecraft:element_55": 321,
|
|
321
|
+
"minecraft:element_56": 322,
|
|
322
|
+
"minecraft:element_57": 323,
|
|
323
|
+
"minecraft:element_58": 324,
|
|
324
|
+
"minecraft:element_59": 325,
|
|
325
|
+
"minecraft:element_60": 326,
|
|
326
|
+
"minecraft:element_61": 327,
|
|
327
|
+
"minecraft:element_62": 328,
|
|
328
|
+
"minecraft:element_63": 329,
|
|
329
|
+
"minecraft:element_64": 330,
|
|
330
|
+
"minecraft:element_65": 331,
|
|
331
|
+
"minecraft:element_66": 332,
|
|
332
|
+
"minecraft:element_67": 333,
|
|
333
|
+
"minecraft:element_68": 334,
|
|
334
|
+
"minecraft:element_69": 335,
|
|
335
|
+
"minecraft:element_70": 336,
|
|
336
|
+
"minecraft:element_71": 337,
|
|
337
|
+
"minecraft:element_72": 338,
|
|
338
|
+
"minecraft:element_73": 339,
|
|
339
|
+
"minecraft:element_74": 340,
|
|
340
|
+
"minecraft:element_75": 341,
|
|
341
|
+
"minecraft:element_76": 342,
|
|
342
|
+
"minecraft:element_77": 343,
|
|
343
|
+
"minecraft:element_78": 344,
|
|
344
|
+
"minecraft:element_79": 345,
|
|
345
|
+
"minecraft:element_80": 346,
|
|
346
|
+
"minecraft:element_81": 347,
|
|
347
|
+
"minecraft:element_82": 348,
|
|
348
|
+
"minecraft:element_83": 349,
|
|
349
|
+
"minecraft:element_84": 350,
|
|
350
|
+
"minecraft:element_85": 351,
|
|
351
|
+
"minecraft:element_86": 352,
|
|
352
|
+
"minecraft:element_87": 353,
|
|
353
|
+
"minecraft:element_88": 354,
|
|
354
|
+
"minecraft:element_89": 355,
|
|
355
|
+
"minecraft:element_90": 356,
|
|
356
|
+
"minecraft:element_91": 357,
|
|
357
|
+
"minecraft:element_92": 358,
|
|
358
|
+
"minecraft:element_93": 359,
|
|
359
|
+
"minecraft:element_94": 360,
|
|
360
|
+
"minecraft:element_95": 361,
|
|
361
|
+
"minecraft:element_96": 362,
|
|
362
|
+
"minecraft:element_97": 363,
|
|
363
|
+
"minecraft:element_98": 364,
|
|
364
|
+
"minecraft:element_99": 365,
|
|
365
|
+
"minecraft:element_100": 366,
|
|
366
|
+
"minecraft:element_101": 367,
|
|
367
|
+
"minecraft:element_102": 368,
|
|
368
|
+
"minecraft:element_103": 369,
|
|
369
|
+
"minecraft:element_104": 370,
|
|
370
|
+
"minecraft:element_105": 371,
|
|
371
|
+
"minecraft:element_106": 372,
|
|
372
|
+
"minecraft:element_107": 373,
|
|
373
|
+
"minecraft:element_108": 374,
|
|
374
|
+
"minecraft:element_109": 375,
|
|
375
|
+
"minecraft:element_110": 376,
|
|
376
|
+
"minecraft:element_111": 377,
|
|
377
|
+
"minecraft:element_112": 378,
|
|
378
|
+
"minecraft:element_113": 379,
|
|
379
|
+
"minecraft:element_114": 380,
|
|
380
|
+
"minecraft:element_115": 381,
|
|
381
|
+
"minecraft:element_116": 382,
|
|
382
|
+
"minecraft:element_117": 383,
|
|
383
|
+
"minecraft:element_118": 384,
|
|
384
|
+
"minecraft:seagrass": 385,
|
|
385
|
+
"minecraft:coral": 386,
|
|
386
|
+
"minecraft:coral_block": 387,
|
|
387
|
+
"minecraft:coral_fan": 388,
|
|
388
|
+
"minecraft:coral_fan_dead": 389,
|
|
389
|
+
"minecraft:coral_fan_hang": 390,
|
|
390
|
+
"minecraft:coral_fan_hang2": 391,
|
|
391
|
+
"minecraft:coral_fan_hang3": 392,
|
|
392
|
+
"minecraft:kelp": 393,
|
|
393
|
+
"minecraft:dried_kelp_block": 394,
|
|
394
|
+
"minecraft:acacia_button": 395,
|
|
395
|
+
"minecraft:birch_button": 396,
|
|
396
|
+
"minecraft:dark_oak_button": 397,
|
|
397
|
+
"minecraft:jungle_button": 398,
|
|
398
|
+
"minecraft:spruce_button": 399,
|
|
399
|
+
"minecraft:acacia_trapdoor": 400,
|
|
400
|
+
"minecraft:birch_trapdoor": 401,
|
|
401
|
+
"minecraft:dark_oak_trapdoor": 402,
|
|
402
|
+
"minecraft:jungle_trapdoor": 403,
|
|
403
|
+
"minecraft:spruce_trapdoor": 404,
|
|
404
|
+
"minecraft:acacia_pressure_plate": 405,
|
|
405
|
+
"minecraft:birch_pressure_plate": 406,
|
|
406
|
+
"minecraft:dark_oak_pressure_plate": 407,
|
|
407
|
+
"minecraft:jungle_pressure_plate": 408,
|
|
408
|
+
"minecraft:spruce_pressure_plate": 409,
|
|
409
|
+
"minecraft:carved_pumpkin": 410,
|
|
410
|
+
"minecraft:sea_pickle": 411,
|
|
411
|
+
"minecraft:conduit": 412,
|
|
412
|
+
"minecraft:turtle_egg": 414,
|
|
413
|
+
"minecraft:bubble_column": 415,
|
|
414
|
+
"minecraft:barrier": 416,
|
|
415
|
+
"minecraft:stone_slab3": 417,
|
|
416
|
+
"minecraft:bamboo": 418,
|
|
417
|
+
"minecraft:bamboo_sapling": 419,
|
|
418
|
+
"minecraft:scaffolding": 420,
|
|
419
|
+
"minecraft:stone_slab4": 421,
|
|
420
|
+
"minecraft:double_stone_slab3": 422,
|
|
421
|
+
"minecraft:double_stone_slab4": 423,
|
|
422
|
+
"minecraft:granite_stairs": 424,
|
|
423
|
+
"minecraft:diorite_stairs": 425,
|
|
424
|
+
"minecraft:andesite_stairs": 426,
|
|
425
|
+
"minecraft:polished_granite_stairs": 427,
|
|
426
|
+
"minecraft:polished_diorite_stairs": 428,
|
|
427
|
+
"minecraft:polished_andesite_stairs": 429,
|
|
428
|
+
"minecraft:mossy_stone_brick_stairs": 430,
|
|
429
|
+
"minecraft:smooth_red_sandstone_stairs": 431,
|
|
430
|
+
"minecraft:smooth_sandstone_stairs": 432,
|
|
431
|
+
"minecraft:end_brick_stairs": 433,
|
|
432
|
+
"minecraft:mossy_cobblestone_stairs": 434,
|
|
433
|
+
"minecraft:normal_stone_stairs": 435,
|
|
434
|
+
"minecraft:spruce_standing_sign": 436,
|
|
435
|
+
"minecraft:spruce_wall_sign": 437,
|
|
436
|
+
"minecraft:smooth_stone": 438,
|
|
437
|
+
"minecraft:red_nether_brick_stairs": 439,
|
|
438
|
+
"minecraft:smooth_quartz_stairs": 440,
|
|
439
|
+
"minecraft:birch_standing_sign": 441,
|
|
440
|
+
"minecraft:birch_wall_sign": 442,
|
|
441
|
+
"minecraft:jungle_standing_sign": 443,
|
|
442
|
+
"minecraft:jungle_wall_sign": 444,
|
|
443
|
+
"minecraft:acacia_standing_sign": 445,
|
|
444
|
+
"minecraft:acacia_wall_sign": 446,
|
|
445
|
+
"minecraft:darkoak_standing_sign": 447,
|
|
446
|
+
"minecraft:darkoak_wall_sign": 448,
|
|
447
|
+
"minecraft:lectern": 449,
|
|
448
|
+
"minecraft:grindstone": 450,
|
|
449
|
+
"minecraft:blast_furnace": 451,
|
|
450
|
+
"minecraft:stonecutter_block": 452,
|
|
451
|
+
"minecraft:smoker": 453,
|
|
452
|
+
"minecraft:lit_smoker": 454,
|
|
453
|
+
"minecraft:cartography_table": 455,
|
|
454
|
+
"minecraft:fletching_table": 456,
|
|
455
|
+
"minecraft:smithing_table": 457,
|
|
456
|
+
"minecraft:barrel": 458,
|
|
457
|
+
"minecraft:loom": 459,
|
|
458
|
+
"minecraft:bell": 461,
|
|
459
|
+
"minecraft:sweet_berry_bush": 462,
|
|
460
|
+
"minecraft:lantern": 463,
|
|
461
|
+
"minecraft:campfire": 464,
|
|
462
|
+
"minecraft:lava_cauldron": 465,
|
|
463
|
+
"minecraft:jigsaw": 466,
|
|
464
|
+
"minecraft:wood": 467,
|
|
465
|
+
"minecraft:composter": 468,
|
|
466
|
+
"minecraft:lit_blast_furnace": 469,
|
|
467
|
+
"minecraft:light_block": 470,
|
|
468
|
+
"minecraft:wither_rose": 471,
|
|
469
|
+
"minecraft:stickyPistonArmCollision": 472,
|
|
470
|
+
"minecraft:bee_nest": 473,
|
|
471
|
+
"minecraft:beehive": 474,
|
|
472
|
+
"minecraft:honey_block": 475,
|
|
473
|
+
"minecraft:honeycomb_block": 476,
|
|
474
|
+
"minecraft:lodestone": 477,
|
|
475
|
+
"minecraft:crimson_roots": 478,
|
|
476
|
+
"minecraft:warped_roots": 479,
|
|
477
|
+
"minecraft:crimson_stem": 480,
|
|
478
|
+
"minecraft:warped_stem": 481,
|
|
479
|
+
"minecraft:warped_wart_block": 482,
|
|
480
|
+
"minecraft:crimson_fungus": 483,
|
|
481
|
+
"minecraft:warped_fungus": 484,
|
|
482
|
+
"minecraft:shroomlight": 485,
|
|
483
|
+
"minecraft:weeping_vines": 486,
|
|
484
|
+
"minecraft:crimson_nylium": 487,
|
|
485
|
+
"minecraft:warped_nylium": 488,
|
|
486
|
+
"minecraft:basalt": 489,
|
|
487
|
+
"minecraft:polished_basalt": 490,
|
|
488
|
+
"minecraft:soul_soil": 491,
|
|
489
|
+
"minecraft:soul_fire": 492,
|
|
490
|
+
"minecraft:nether_sprouts": 493,
|
|
491
|
+
"minecraft:target": 494,
|
|
492
|
+
"minecraft:stripped_crimson_stem": 495,
|
|
493
|
+
"minecraft:stripped_warped_stem": 496,
|
|
494
|
+
"minecraft:crimson_planks": 497,
|
|
495
|
+
"minecraft:warped_planks": 498,
|
|
496
|
+
"minecraft:crimson_door": 499,
|
|
497
|
+
"minecraft:warped_door": 500,
|
|
498
|
+
"minecraft:crimson_trapdoor": 501,
|
|
499
|
+
"minecraft:warped_trapdoor": 502,
|
|
500
|
+
"minecraft:crimson_standing_sign": 505,
|
|
501
|
+
"minecraft:warped_standing_sign": 506,
|
|
502
|
+
"minecraft:crimson_wall_sign": 507,
|
|
503
|
+
"minecraft:warped_wall_sign": 508,
|
|
504
|
+
"minecraft:crimson_stairs": 509,
|
|
505
|
+
"minecraft:warped_stairs": 510,
|
|
506
|
+
"minecraft:crimson_fence": 511,
|
|
507
|
+
"minecraft:warped_fence": 512,
|
|
508
|
+
"minecraft:crimson_fence_gate": 513,
|
|
509
|
+
"minecraft:warped_fence_gate": 514,
|
|
510
|
+
"minecraft:crimson_button": 515,
|
|
511
|
+
"minecraft:warped_button": 516,
|
|
512
|
+
"minecraft:crimson_pressure_plate": 517,
|
|
513
|
+
"minecraft:warped_pressure_plate": 518,
|
|
514
|
+
"minecraft:crimson_slab": 519,
|
|
515
|
+
"minecraft:warped_slab": 520,
|
|
516
|
+
"minecraft:crimson_double_slab": 521,
|
|
517
|
+
"minecraft:warped_double_slab": 522,
|
|
518
|
+
"minecraft:soul_torch": 523,
|
|
519
|
+
"minecraft:soul_lantern": 524,
|
|
520
|
+
"minecraft:netherite_block": 525,
|
|
521
|
+
"minecraft:ancient_debris": 526,
|
|
522
|
+
"minecraft:respawn_anchor": 527,
|
|
523
|
+
"minecraft:blackstone": 528,
|
|
524
|
+
"minecraft:polished_blackstone_bricks": 529,
|
|
525
|
+
"minecraft:polished_blackstone_brick_stairs": 530,
|
|
526
|
+
"minecraft:blackstone_stairs": 531,
|
|
527
|
+
"minecraft:blackstone_wall": 532,
|
|
528
|
+
"minecraft:polished_blackstone_brick_wall": 533,
|
|
529
|
+
"minecraft:chiseled_polished_blackstone": 534,
|
|
530
|
+
"minecraft:cracked_polished_blackstone_bricks": 535,
|
|
531
|
+
"minecraft:gilded_blackstone": 536,
|
|
532
|
+
"minecraft:blackstone_slab": 537,
|
|
533
|
+
"minecraft:blackstone_double_slab": 538,
|
|
534
|
+
"minecraft:polished_blackstone_brick_slab": 539,
|
|
535
|
+
"minecraft:polished_blackstone_brick_double_slab": 540,
|
|
536
|
+
"minecraft:chain": 541,
|
|
537
|
+
"minecraft:twisting_vines": 542,
|
|
538
|
+
"minecraft:nether_gold_ore": 543,
|
|
539
|
+
"minecraft:crying_obsidian": 544,
|
|
540
|
+
"minecraft:soul_campfire": 545,
|
|
541
|
+
"minecraft:polished_blackstone": 546,
|
|
542
|
+
"minecraft:polished_blackstone_stairs": 547,
|
|
543
|
+
"minecraft:polished_blackstone_slab": 548,
|
|
544
|
+
"minecraft:polished_blackstone_double_slab": 549,
|
|
545
|
+
"minecraft:polished_blackstone_pressure_plate": 550,
|
|
546
|
+
"minecraft:polished_blackstone_button": 551,
|
|
547
|
+
"minecraft:polished_blackstone_wall": 552,
|
|
548
|
+
"minecraft:warped_hyphae": 553,
|
|
549
|
+
"minecraft:crimson_hyphae": 554,
|
|
550
|
+
"minecraft:stripped_crimson_hyphae": 555,
|
|
551
|
+
"minecraft:stripped_warped_hyphae": 556,
|
|
552
|
+
"minecraft:chiseled_nether_bricks": 557,
|
|
553
|
+
"minecraft:cracked_nether_bricks": 558,
|
|
554
|
+
"minecraft:quartz_bricks": 559
|
|
555
|
+
}
|