Skip to content

Commit 92cd27f

Browse files
authored
Adding more items test files (#284)
1 parent bbbc527 commit 92cd27f

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
}

0 commit comments

Comments
 (0)