-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathknowledge_book.json
More file actions
36 lines (36 loc) · 1.04 KB
/
knowledge_book.json
File metadata and controls
36 lines (36 loc) · 1.04 KB
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
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
"minecraft:paper",
"#minecraft:villager_plantable_seeds"
],
"result": {
"id": "command_block",
"components": {
"minecraft:rarity": "uncommon",
"minecraft:consumable": {
"consume_seconds": 0,
"animation": "none",
"sound": "minecraft:item.book.page_turn",
"has_consume_particles": false
},
"minecraft:custom_data": {
"knowledge_book": true
},
"minecraft:max_stack_size": 1,
"minecraft:item_model": "minecraft:knowledge_book",
"minecraft:custom_name": {
"text": "Knowledge Book",
"italic": false
},
"minecraft:lore": [
{
"text": "Unlock all recipes",
"italic": false,
"color": "gray"
}
]
}
}
}