-
Notifications
You must be signed in to change notification settings - Fork 2
/
items.yml
758 lines (694 loc) · 17.8 KB
/
items.yml
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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
# RykenSlimeCustomizer Wiki: https://rsc.hiworldmc.com/#/file/items
RSC_EXAMPLE_PLACEHOLDER_1:
item_group: rsc_example_normal_group
item:
name: "&e占位符1"
material: BLUE_STAINED_GLASS_PANE
RSC_EXAMPLE_PLACEHOLDER_2:
item_group: rsc_example_sub_group
item:
name: "&e占位符2"
material: BLUE_STAINED_GLASS_PANE
RSC_EXAMPLE_PLACEHOLDER_3:
item_group: rsc_example_seasonal_group
item:
name: "&e占位符3"
material: BLUE_STAINED_GLASS_PANE
RSC_EXAMPLE_PLACEHOLDER_4:
item_group: rsc_example_locked_group
item:
name: "&e占位符4"
material: BLUE_STAINED_GLASS_PANE
RSC_EXAMPLE_PLACEHOLDER_5:
item_group: rsc_example_link_group
item:
name: "&e占位符5"
material: BLUE_STAINED_GLASS_PANE
RSC_EXAMPLE_PLACEHOLDER_6:
item_group: rsc_example_console_group
item:
name: "&e占位符6"
material: BLUE_STAINED_GLASS_PANE
RSC_EXAMPLE_PLACEHOLDER_7:
item_group: rsc_example_tier_1_group
item:
name: "&e占位符7"
material: BLUE_STAINED_GLASS_PANE
RSC_EXAMPLE_PLACEHOLDER_8:
item_group: rsc_example_tier_2_group
item:
name: "&e占位符8"
material: BLUE_STAINED_GLASS_PANE
RSC_EXAMPLE_PLACEHOLDER_9:
item_group: rsc_example_tier_10086_group
item:
name: "&e占位符9"
material: BLUE_STAINED_GLASS_PANE
RSC_EXAMPLE_LATEINIT_ITEM_1:
lateInit: true
item_group: rsc_example_sub_group
item:
name: "&e延时加载物品 1"
material: soul_lantern
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
5:
material_type: slimefun
material: RSC_EXAMPLE_RECIPED_ITEM_1 # 引用了下面的物品
RSC_EXAMPLE_RECIPED_ITEM_1:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 1"
material: crafting_table
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
1:
material: stick
2:
material: stone
3:
material: stick
8:
material: stone
RSC_EXAMPLE_RECIPED_ITEM_2:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 2"
material: anvil
recipe_type: ARMOR_FORGE
recipe:
1:
material_type: slimefun
material: URANIUM
2:
material: stone
3:
material: stick
8:
material: stone
RSC_EXAMPLE_RECIPED_ITEM_3:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 3"
material: dispenser
recipe_type: GRIND_STONE
recipe:
1:
material_type: slimefun
material: PLUTONIUM
RSC_EXAMPLE_RECIPED_ITEM_4:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 4"
material: furnace
recipe_type: SMELTERY
recipe:
1:
material: oak_planks
amount: 64
2:
material: spruce_planks
amount: 64
RSC_EXAMPLE_RECIPED_ITEM_5:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 5"
material: dispenser
recipe_type: ORE_CRUSHER
recipe:
1:
material: birch_planks
amount: 64
RSC_EXAMPLE_RECIPED_ITEM_6:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 6"
material: piston
recipe_type: COMPRESSOR
recipe:
1:
material: birch_planks
amount: 64
RSC_EXAMPLE_RECIPED_ITEM_7:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 7"
material: glass
recipe_type: PRESSURE_CHAMBER
recipe:
1:
material: birch_planks
amount: 1
RSC_EXAMPLE_RECIPED_ITEM_8:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 8"
material: cauldron
recipe_type: ORE_WASHER
recipe:
1:
material: birch_planks
amount: 64
RSC_EXAMPLE_RECIPED_ITEM_9:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 9"
material: crafting_table
recipe_type: MAGIC_WORKBENCH
recipe:
1:
material: birch_planks
amount: 1
RSC_EXAMPLE_RECIPED_ITEM_10:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 10"
material: enchanting_table
recipe_type: ANCIENT_ALTAR
recipe:
1:
material: birch_planks
2:
material: birch_planks
3:
material: birch_planks
4:
material: birch_planks
5:
material: birch_planks
6:
material: birch_planks
7:
material: birch_planks
8:
material: birch_planks
9:
material: birch_planks
RSC_EXAMPLE_RECIPED_ITEM_11:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 11"
material: stick
recipe_type: NULL
recipe:
1:
material: birch_planks
2:
material: birch_planks
3:
material: birch_planks
4:
material: birch_planks
5:
material: birch_planks
6:
material: birch_planks
7:
material: birch_planks
8:
material: birch_planks
9:
material: birch_planks
RSC_EXAMPLE_RECIPED_ITEM_12:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 12"
material: bowl
recipe_type: GOLD_PAN
recipe:
1:
material: jungle_planks
RSC_EXAMPLE_RECIPED_ITEM_13:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 13"
material: bricks
recipe_type: MULTIBLOCK
recipe:
1:
material: jungle_planks
RSC_EXAMPLE_RECIPED_ITEM_14:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 14"
material: glass_bottle
recipe_type: JUICER
recipe:
1:
material: jungle_planks
RSC_EXAMPLE_RECIPED_ITEM_15:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 15"
material: iron_sword
recipe_type: MOB_DROP
recipe:
1:
material: jungle_planks
RSC_EXAMPLE_RECIPED_ITEM_16:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 16"
material: gold_ingot
recipe_type: BARTER_DROP
recipe:
1:
material: jungle_planks
RSC_EXAMPLE_RECIPED_ITEM_17:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 17"
material: player_head
recipe_type: INTERACT
recipe:
1:
material: jungle_planks
RSC_EXAMPLE_RECIPED_ITEM_18:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 18"
material: light_gray_stained_glass
recipe_type: HEATED_PRESSURE_CHAMBER
recipe:
1:
material: jungle_planks
RSC_EXAMPLE_RECIPED_ITEM_19:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 19"
material: green_stained_glass
recipe_type: FOOD_FABRICATOR
recipe:
1:
material: jungle_planks
RSC_EXAMPLE_RECIPED_ITEM_20:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 20"
material: stick
# 无 recipe_type
recipe:
8:
material: jungle_planks
RSC_EXAMPLE_RECIPED_ITEM_21:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 21"
material: green_terracotta
recipe_type: FOOD_COMPOSTER
recipe:
1:
material: jungle_planks
RSC_EXAMPLE_RECIPED_ITEM_22:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 22"
material: light_blue_stained_glass
recipe_type: FREEZER
recipe:
1:
material: jungle_planks
RSC_EXAMPLE_RECIPED_ITEM_23:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 23"
material: piston
recipe_type: REFINERY
recipe:
1:
material: jungle_planks
RSC_EXAMPLE_RECIPED_ITEM_24:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 24"
material_type: skull_base64
material: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTM3NzQxZjc2NGRkM2RkN2FkYWViNDNiNjNkMzk1OWViNzBlNWViMjhmMTVkNmIzNGNhYjM0YTFkMWY2MDM4NyJ9fX0=
recipe_type: GEO_MINER
recipe:
1:
material: jungle_planks
RSC_EXAMPLE_RECIPED_ITEM_25:
item_group: rsc_example_sub_group
item:
name: "&e自定义配方类型物品 25"
material_type: skull_base64
material: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmE1ZGUwYmMyYmZiNWNjMmQyM2ViNzJmOTY0MDJhZGE0Nzk1MjRkZDBkZTQwNGJjMjNiNmRhY2VlM2ZmZDA4MCJ9fX0=
recipe_type: NUCLEAR_REACTOR
recipe:
1:
material: jungle_planks
RSC_EXAMPLE_CHARGEABLE_ITEM_1:
item_group: rsc_example_sub_group
item:
name: "&e可充电物品 1"
material: iron_ingot
energy_capacity: 512
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
1:
material_type: slimefun
material: RSC_EXAMPLE_RECIPED_ITEM_1
RSC_EXAMPLE_CHARGEABLE_ITEM_2:
item_group: rsc_example_sub_group
item:
name: "&e可充电物品 2"
material: gold_ingot
lore:
- '&e加入了脚本!'
energy_capacity: 20480
script: example_chargeable_item
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
1:
material_type: slimefun
material: RSC_EXAMPLE_RECIPED_ITEM_2
RSC_EXAMPLE_RADIATION_ITEM_1:
item_group: rsc_example_sub_group
item:
name: "&e带辐射物品 1"
material: cyan_wool
radiation: MODERATE
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
1:
material_type: slimefun
material: RSC_EXAMPLE_RECIPED_ITEM_3
RSC_EXAMPLE_RAINBOW_BLOCK_1:
item_group: rsc_example_sub_group
item:
name: "&e彩虹方块 1"
material: glowstone
rainbow: STAINED_GLASS
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
1:
material_type: slimefun
material: RSC_EXAMPLE_RECIPED_ITEM_4
RSC_EXAMPLE_RAINBOW_BLOCK_2:
item_group: rsc_example_sub_group
item:
name: "&e彩虹方块 2"
material: shroomlight
rainbow: CUSTOM
rainbow_materials:
- grass_block
- dirt
- beacon
- moss_block
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
1:
material_type: slimefun
material: RSC_EXAMPLE_RECIPED_ITEM_5
RSC_EXAMPLE_ANIT_WITHER_BLOCK_1:
item_group: rsc_example_sub_group
item:
name: "&e防凋灵方块 1"
material: polished_deepslate
anti_wither: true
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
1:
material_type: slimefun
material: RSC_EXAMPLE_RECIPED_ITEM_6
RSC_EXAMPLE_SOULBOUND_ITEM_1:
item_group: rsc_example_sub_group
item:
name: "&e灵魂绑定物品 1"
material: iron_sword
soulbound: true
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
1:
material_type: slimefun
material: RSC_EXAMPLE_RECIPED_ITEM_7
RSC_EXAMPLE_PIGLIN_TRADE_ITEM_1:
item_group: rsc_example_sub_group
item:
name: "&e猪灵交易物品 1"
material: NETHERITE_SWORD
piglin_trade_chance: 10
recipe_type: BARTER_DROP
RSC_EXAMPLE_VANILLA_ITEM_1:
item_group: rsc_example_sub_group
item:
name: "&e人造物品 1"
material: iron_block
vanilla: true
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
1:
material_type: slimefun
material: RSC_EXAMPLE_RECIPED_ITEM_8
RSC_EXAMPLE_HIDDEN_ITEM_1:
item_group: rsc_example_sub_group
item:
name: "&e隐藏物品 1"
material: nether_star
hidden: true
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
1:
material_type: slimefun
material: RSC_EXAMPLE_RECIPED_ITEM_9
RSC_EXAMPLE_DROP_FROM_BLOCK_ITEM_1:
item_group: rsc_example_sub_group
item:
name: "&e方块掉落物品 1"
material: ink_sac
drop_from: cobblestone
drop_chance: 5
drop_amount: 1
recipe_type: DROP_FROM_BLOCK
recipe:
5:
material: cobblestone
RSC_EXAMPLE_DROP_FROM_BLOCK_ITEM_2:
item_group: rsc_example_sub_group
item:
name: "&e方块掉落物品 2"
material: glow_ink_sac
drop_from: stone
drop_chance: 5
drop_amount: 3-5
recipe_type: DROP_FROM_BLOCK
recipe:
5:
material: stone
RSC_EXAMPLE_RESEARCH_ITEM_1:
item_group: rsc_example_sub_group
item:
name: "&e研究解锁物品 1"
material: nether_star
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
1:
material_type: slimefun
material: RSC_EXAMPLE_RECIPED_ITEM_10
RSC_EXAMPLE_SAVEDITEM_1:
item_group: rsc_example_sub_group
item:
name: "&e保存物品 1"
material_type: saveditem
material: example_saveditem1
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
1:
material_type: slimefun
material: RSC_EXAMPLE_RESEARCH_ITEM_1
RSC_EXAMPLE_SAVEDITEM_2:
item_group: rsc_example_sub_group
item:
name: "&e保存物品 2"
material_type: saveditem
material: example_saveditem2
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
1:
material_type: slimefun
material: RSC_EXAMPLE_SAVEDITEM_1
RSC_EXAMPLE_SAVEDITEM_3:
item_group: rsc_example_sub_group
item:
name: "&e保存物品 3"
material_type: saveditem
material: example_saveditem3
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
1:
material_type: slimefun
material: RSC_EXAMPLE_SAVEDITEM_2
RSC_EXAMPLE_SKULL_ITEM_1:
item_group: rsc_example_sub_group
item:
name: "&e头颅物品 1"
material_type: skull_hash
material: bb0f722aec27490cf056f560afdd457a0a794e703556cc4c3b51a582f5c57aa4
lore:
- "&e通过 skull_hash 创建"
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
2:
material_type: slimefun
material: RSC_EXAMPLE_RESEARCH_ITEM_1
RSC_EXAMPLE_SKULL_ITEM_2:
item_group: rsc_example_sub_group
item:
name: "&e头颅物品 2"
material_type: skull_url
material: http://textures.minecraft.net/texture/bb0f722aec27490cf056f560afdd457a0a794e703556cc4c3b51a582f5c57aa4
lore:
- "&e通过 skull_url 创建"
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
3:
material_type: slimefun
material: RSC_EXAMPLE_RESEARCH_ITEM_1
RSC_EXAMPLE_SKULL_ITEM_3:
item_group: rsc_example_sub_group
item:
name: "&e头颅物品 3"
material_type: skull_base64
material: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmIwZjcyMmFlYzI3NDkwY2YwNTZmNTYwYWZkZDQ1N2EwYTc5NGU3MDM1NTZjYzRjM2I1MWE1ODJmNWM1N2FhNCJ9fX0=
lore:
- "&e通过 skull_base64 创建"
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
4:
material_type: slimefun
material: RSC_EXAMPLE_RESEARCH_ITEM_1
RSC_EXAMPLE_SCRIPT_ITEM_1:
item_group: rsc_example_sub_group
item:
name: "&e脚本物品 1"
material: redstone
script: example_script_item
recipe_type: ENHANCED_CRAFTING_TABLE
recipe:
5:
material_type: slimefun
material: RSC_EXAMPLE_RESEARCH_ITEM_1
RSC_EXAMPLE_CONDITION_ITEM_1:
item_group: rsc_example_sub_group
item:
name: "&e条件测试物品 1"
material: conduit
lore:
- "&econditions: "
- "&e存在插件 DynaTech"
register:
conditions:
- "hasplugin DynaTech"
#recipe_type: NULL # 可省略,默认NULL
recipe:
1:
material_type: slimefun
material: GROWTH_CHAMBER_MK2
RSC_EXAMPLE_CONDITION_ITEM_2:
item_group: rsc_example_sub_group
item:
name: "&e条件测试物品 2"
material: conduit
lore:
- "&econditions: "
- "&e不存在插件 DynaTech"
register:
conditions:
- "!hasplugin DynaTech"
#recipe_type: NULL # 可省略,默认NULL
recipe:
2:
material_type: slimefun
material: IRON_GOLEM_ASSEMBLER
RSC_EXAMPLE_CONDITION_ITEM_3:
item_group: rsc_example_sub_group
item:
name: "&e条件测试物品 3"
material: music_disc_stal
lore:
- "&econditions: "
- "&e版本 < 1.18.1"
register:
conditions:
- "version < 1.18.1"
RSC_EXAMPLE_CONDITION_ITEM_4:
item_group: rsc_example_sub_group
item:
name: "&e条件测试物品 4"
material: music_disc_stal
lore:
- "&econditions: "
- "&e版本 <= 1.18.1"
register:
conditions:
- "version <= 1.18.1"
RSC_EXAMPLE_CONDITION_ITEM_5:
item_group: rsc_example_sub_group
item:
name: "&e条件测试物品 5"
material: music_disc_otherside
lore:
- "&econditions: "
- "&e版本 > 1.18.1"
register:
conditions:
- "version > 1.18.1"
RSC_EXAMPLE_CONDITION_ITEM_6:
item_group: rsc_example_sub_group
item:
name: "&e条件测试物品 6"
material: music_disc_otherside
lore:
- "&econditions: "
- "&e版本 >= 1.18.1"
register:
conditions:
- "version >= 1.18.1"
RSC_EXAMPLE_VERSIONED_ITEM_1:
item_group: rsc_example_sub_group
item:
name: "&e版本兼容测试物品 1"
material: stick
lore:
- "&econditions: "
- "&e存在插件 InfinityExpansion"
register:
conditions:
- "hasplugin InfinityExpansion"
#recipe_type: NULL # 可省略,默认NULL
recipe:
1:
material_type: slimefun
material: INFINITE_INGOT
RSC_EXAMPLE_VERSIONED_ITEM_2: # 与上一个物品相同id
item_group: rsc_example_sub_group
item:
name: "&e版本兼容测试物品 1"
material: stick
lore:
- "&econditions: "
- "&e不存在插件 InfinityExpansion"
register:
warn: true
conditions:
- "!hasplugin InfinityExpansion"
#recipe_type: NULL # 可省略,默认NULL
recipe:
1:
material: mycelium
RSC_EXAMPLE_WARN_ITEM_1:
item_group: rsc_example_sub_group
item:
name: "&e警告测试物品 1"
material: yellow_wool
register:
warn: true
conditions:
- "version < 1.18.1"
RSC_EXAMPLE_UNFINISHED_ITEM_1:
item_group: rsc_example_sub_group
item:
name: "&e未完成测试物品 1"
material: bedrock
register:
unfinished: true