File tree Expand file tree Collapse file tree 2 files changed +50
-0
lines changed
test/files/correct/data_bp/items Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "format_version" : " 1.20.70" ,
3+ "minecraft:item" : {
4+ "description" : {
5+ "identifier" : " test:staff" ,
6+ "menu_category" : {
7+ "category" : " equipment"
8+ }
9+ },
10+ "components" : {
11+ "minecraft:can_destroy_in_creative" : false ,
12+ "minecraft:max_stack_size" : 64 ,
13+ "minecraft:icon" : " stick" ,
14+ "minecraft:glint" : true ,
15+ "minecraft:damage" : 2 ,
16+ "minecraft:stacked_by_data" : true ,
17+ "minecraft:should_despawn" : true ,
18+ "minecraft:hover_text_color" : " aqua" ,
19+ "minecraft:use_animation" : " brush" ,
20+ "minecraft:use_modifiers" : {
21+ "use_duration" : 2
22+ }
23+ }
24+ }
25+ }
Original file line number Diff line number Diff line change 1+ {
2+ "format_version" : " 1.20.70" ,
3+ "minecraft:item" : {
4+ "description" : {
5+ "identifier" : " test:staff" ,
6+ "menu_category" : {
7+ "category" : " equipment"
8+ }
9+ },
10+ "components" : {
11+ "minecraft:can_destroy_in_creative" : { "value" : false },
12+ "minecraft:max_stack_size" : { "value" : 64 },
13+ "minecraft:icon" : { "value" : " stick" },
14+ "minecraft:glint" : { "value" : true },
15+ "minecraft:damage" : { "value" : 2 },
16+ "minecraft:stacked_by_data" : { "value" : true },
17+ "minecraft:should_despawn" : { "value" : true },
18+ "minecraft:hover_text_color" : { "value" : " aqua" },
19+ "minecraft:use_animation" : { "value" : " brush" },
20+ "minecraft:use_modifiers" : {
21+ "use_duration" : 2
22+ }
23+ }
24+ }
25+ }
You can’t perform that action at this time.
0 commit comments