-
Notifications
You must be signed in to change notification settings - Fork 36
/
other.sk
277 lines (244 loc) · 9.94 KB
/
other.sk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
#= For blocks that aren't in the creative mode menu in any category or that generally can't be obtained in the inventory.
# Unlisted blocks whose IDs have never changed.
unlisted blocks:
end[er] portal [block¦s] = minecraft:end_portal
fire = minecraft:fire
tripwire [(string|line)] = minecraft:tripwire
air = minecraft:air
barrier [block]¦s = minecraft:barrier
dragon egg¦s = minecraft:dragon_egg
# Unlisted blocks that had a different ID before the flattening.
unlisted before flattening:
minecraft version = 1.12.2 or older
[nether] portal [block¦s] = minecraft:portal
[monster] spawner¦s = minecraft:mob_spawner
{command block direction}:
{default} = - {Damage:1}
down[ward] [facing] = - {Damage:0}
up[ward] [facing] = - {Damage:1}
north[ward] [facing] = - {Damage:2}
south[ward] [facing] = - {Damage:3}
west[ward] [facing] = - {Damage:4}
east[ward] [facing] = - {Damage:5}
down[ward] [facing] conditional = - {Damage:8}
up[ward] [facing] conditional = - {Damage:9}
north[ward] [facing] conditional = - {Damage:10}
south[ward] [facing] conditional = - {Damage:11}
west[ward] [facing] conditional = - {Damage:12}
east[ward] [facing] conditional = - {Damage:13}
{command block direction} [impulse] command block¦s = minecraft:command_block
{cocoa states}:
{default} = - {Damage:0}
(small|freshly planted) north[ward] [facing] = - {Damage:0}
(small|freshly planted) east[ward] [facing] = - {Damage:1}
(small|freshly planted) south[ward] [facing] = - {Damage:2}
(small|freshly planted) west[ward] [facing] = - {Damage:3}
medium north[ward] [facing] = - {Damage:4}
medium east[ward] [facing] = - {Damage:5}
medium south[ward] [facing] = - {Damage:6}
medium west[ward] [facing] = - {Damage:7}
(ripe|big|large) north[ward] [facing] = - {Damage:8}
(ripe|big|large) east[ward] [facing] = - {Damage:9}
(ripe|big|large) south[ward] [facing] = - {Damage:10}
(ripe|big|large) west[ward] [facing] = - {Damage:11}
{cocoa states} cocoa [plant¦s] = minecraft:cocoa
pumpkin stem = minecraft:pumpkin_stem
melon stem = minecraft:melon_stem
{crop growth stage}:
{default} = - {Damage:7}
freshly planted = - {Damage:0}
stage (2|two) = - {Damage:1}
stage (3|three) = - {Damage:2}
stage (4|four) = - {Damage:3}
stage (5|five) = - {Damage:4}
stage (6|six) = - {Damage:5}
stage (7|seven) = - {Damage:6}
(ripe|fully grown|stage (8|eight)) = - {Damage:7}
{crop growth stage} potato plant¦s = minecraft:potatoes
{crop growth stage} carrot plant¦s = minecraft:carrots
{crop growth stage} wheat plant¦s = minecraft:wheat_plant
{crop growth stage} pumpkin stem = minecraft:pumpkin_stem
{crop growth stage} melon stem = minecraft:melon_stem
{beetroot growth stage}:
{default} = - {Damage:3}
(freshly planted|stage (1|one)) = - {Damage:0}
stage (2|two) = - {Damage:1}
stage (3|three) = - {Damage:2}
(ripe|fully grown|stage (4|four)) = - {Damage:3}
{beetroot growth stage} beet[root] plant¦s = minecraft:beetroots
village and pillage update:
minecraft version = 1.14 or newer
suspicious stew¦s = minecraft:suspicious_stew #food item, but not listed in creative menu; may change
village and pillage pre-nether:
minecraft version = 1.14 to 1.15.2
{orientable} jigsaw block¦s = minecraft:jigsaw
# Unlisted blocks added in 1.9
unchanged combat update unlisted:
minecraft version = 1.9 or newer
frosted ice = minecraft:frosted_ice
end[er] gateway = minecraft:end_gateway
# Unlisted blocks added in 1.9 whose states were changed in the flattening.
combat update unlisted blocks before flattening:
minecraft version = 1.9 to 1.12.2
{command block direction} chain command block¦s = minecraft:chain_command_block
{command block direction} repeating command block¦s = minecraft:repeating_command_block
# Unlisted blocks added in 1.10 that never changed.
frostburn update unlisted blocks:
minecraft version = 1.10 or newer
structure void¦s = minecraft:structure_void
# Unlisted blocks added in 1.10 which were changed as part of the flattening
exploration update unlisted blocks before flattening:
minecraft version = 1.10 to 1.12.2
save structure block = minecraft:structure_block {Damage:0}
load structure block = minecraft:structure_block {Damage:1}
corner structure block = minecraft:structure_block {Damage:2}
data structure block = minecraft:structure_block {Damage:3}
[any] structure block¦s = save structure block, load structure block, corner structure block, data structure block
# Unlisted blocks added in 1.12
world of color unlisted blocks:
minecraft version = 1.12 or newer
knowledge book¦s = minecraft:knowledge_book
# Unlisted blocks whose IDs were changed in the flattening.
unlisted after flattening:
minecraft version = 1.13 or newer
[nether] portal [block¦s] = minecraft:nether_portal
[(mob|monster)] spawner¦s = minecraft:spawner
{conditional}:
{default} = -
unconditional = -[conditional=false]
conditional = -[conditional=true]
{orientable} {conditional} [impulse] command block¦s = minecraft:command_block
{orientable} {conditional} chain command block¦s = minecraft:chain_command_block
{orientable} {conditional} repeating command block¦s = minecraft:repeating_command_block
{structure block mode}:
{default} = -
save [mode] = -[mode=save]
load [mode] = -[mode=load]
corner [mode] = -[mode=corner]
data [mode] = -[mode=data]
{structure block mode} structure block¦s = minecraft:structure_block
[any] structure block¦s = save structure block, load structure block, corner structure block, data structure block
{directional} attached melon stem = minecraft:attached_melon_stem
{directional} attached pumpkin stem = minecraft:attached_pumpkin_stem
{cocoa growth state}:
{default} = -
(small|freshly planted) = -[age=0]
medium = -[age=1]
(ripe|big|large) = -[age=2]
{cocoa growth state} {directional} cocoa [plant¦s] = minecraft:cocoa
{crop growth stage}:
{default} = -
freshly planted = -[age=0]
stage (2|two) = -[age=1]
stage (3|three) = -[age=2]
stage (4|four) = -[age=3]
stage (5|five) = -[age=4]
stage (6|six) = -[age=5]
stage (7|seven) = -[age=6]
(ripe|fully grown|stage (8|eight)) = -[age=7]
{crop growth stage} potato plant = minecraft:potatoes
{crop growth stage} carrot plant = minecraft:carrots
{crop growth stage} wheat plant = minecraft:wheat
{crop growth stage} pumpkin stem = minecraft:pumpkin_stem
{crop growth stage} melon stem = minecraft:melon_stem
{three stage growth}:
{default} = -
(freshly planted|stage (1|one)) = -[age=0]
stage (2|two) = -[age=1]
stage (3|three) = -[age=2]
(ripe|fully grown|stage (4|four)) = -[age=3]
{three stage growth} beet[root] plant = minecraft:beetroots
{three stage growth} nether wart plant = minecraft:nether_wart
debug stick¦s = minecraft:debug_stick
# Unlisted blocks added as part of 1.13 (Update Aquatic)
update aquatic unlisted blocks:
minecraft version = 1.13 or newer
cave air = minecraft:cave_air
void air = minecraft:void_air
{column direction}:
{default} = -
(upward|pushing) = -[drag=false]
(downward[s]|whirlpool|dragging) = -[drag=true]
{column direction} bubble column = minecraft:bubble_column
# Flowing lava and water exist as technical blocks in Minecraft 1.13 but they're not placeable
# with vanilla commands nor do they exist in the material enum.
updated fluids:
minecraft version = 1.13 or newer
{fluid state}:
{default} = -
stationary = -[level=0]
flowing = -[level=1]
flowing stage (1|one) = -[level=1]
flowing stage (2|two) = -[level=2]
flowing stage (3|three) = -[level=3]
flowing stage (4|four) = -[level=4]
flowing stage (5|five) = -[level=5]
flowing stage (6|six) = -[level=6]
flowing stage (7|seven) = -[level=7]
falling = -[level=8]
falling stage (1|one) = -[level=8]
falling stage (2|two) = -[level=9]
falling stage (3|three) = -[level=10]
falling stage (4|four) = -[level=11]
falling stage (5|five) = -[level=12]
falling stage (6|six) = -[level=13]
falling stage (7|seven) = -[level=14]
falling stage (8|eight) = -[level=15]
{fluid state} water = minecraft:water
{fluid state} lava = minecraft:lava
old fluids:
minecraft version = 1.12.2 or older
flowing water = minecraft:flowing_water
flowing lava = minecraft:flowing_lava
[stationary] water = minecraft:water
[stationary] lava = minecraft:lava
nether update:
minecraft version = 1.16 or newer
soul fire = minecraft:soul_fire #will do block states at a later time
# Blockstates for jigsaws were changed
{jigsaw-orientation}:
{default} = -
down-east = -[orientation=down_east]
down-north = -[orientation=down_north]
down-south = -[orientation=down_south]
down-west = -[orientation=down_west]
up-east = -[orientation=up_east]
up-north = -[orientation=up_north]
up-south = -[orientation=up_south]
up-west = -[orientation=up_west]
east-up = -[orientation=east_up]
west-up = -[orientation=west_up]
north-up = -[orientation=north_up]
south-up = -[orientation=south_up]
{jigsaw-orientation} jigsaw block¦s = minecraft:jigsaw
caves and cliffs update part 1:
minecraft version = 1.17 or newer
candle cake¦s = minecraft:candle_cake
{colored} candle cake¦s = -candle_cake
{berried}:
{default} = -
berried = -[berries=true]
cave vines = minecraft:cave_vines
cave vines plant = minecraft:cave_vines_plant
powder snow [block¦s] = minecraft:powder_snow
{light level}:
{default} = -
level (1|one) = -[level=1]
level (2|two) = -[level=2]
level (3|three) = -[level=3]
level (4|four) = -[level=4]
level (5|five) = -[level=5]
level (6|six) = -[level=6]
level (7|seven) = -[level=7]
level (8|eight) = -[level=8]
level (9|nine) = -[level=9]
level (10|ten) = -[level=10]
level (11|eleven) = -[level=11]
level (12|twelve) = -[level=12]
level (13|thirteen) = -[level=13]
level (14|fourteen) = -[level=14]
level (15|fifteen) = -[level=15]
{waterloggable} {light level} light [block¦s] = minecraft:light
# The following aliases will likely need to be moved to their 'proper' categories in the future
# As of 1.19, these items were not fully implemented
bundle¦s = minecraft:bundle