forked from TeamAmeriFrance/Guide-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBook Example.json
More file actions
105 lines (105 loc) · 3.08 KB
/
Book Example.json
File metadata and controls
105 lines (105 loc) · 3.08 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
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
{
"unlocDisplayName": "guide.Sanguimancy.book.name",
"unlocWelcomeMessage": "guide.Sanguimancy.welcomeMessage",
"unlocBookTitle": "guide.Sanguimancy.book.title",
"color": {
"red": 190,
"green": 10,
"blue": 0,
"alpha": 255
},
"spawnWithBook": true,
"categoryList": [
{
"type": "CategoryItemStack",
"itemStack": {
"isBlock": false,
"name": "minecraft:boat",
"metadata": 0
},
"entryList": [
{
"type": "EntryUniText",
"unlocEntryName": "guide.Sanguimancy.entryName.sacrificeMagic",
"pageList": [
{
"type": "PageLocText",
"locText": "guide.Sanguimancy.entry.sacrificeMagic"
}
]
},
{
"type": "EntryUniText",
"unlocEntryName": "guide.Sanguimancy.entryName.corruption",
"pageList": [
{
"type": "PageLocText",
"locText": "guide.Sanguimancy.entry.corruption"
}
]
},
{
"type": "EntryUniText",
"unlocEntryName": "guide.Sanguimancy.entryName.protection",
"pageList": [
{
"type": "PageLocText",
"locText": "guide.Sanguimancy.entry.protection.1"
},
{
"type": "PageUnlocImage",
"unlocText": "protection.picture.1",
"image": {
"resourceDomain": "minecraft",
"resourcePath": "textures/screenshots/CompleteCrystallizerMultiblock.png"
},
"drawAtTop": true
},
{
"type": "PageUnlocImage",
"unlocText": "protection.picture.2",
"image": {
"resourceDomain": "minecraft",
"resourcePath": "textures/screenshots/CrystallizerMultiblock.png"
},
"drawAtTop": true
},
{
"type": "PageUnlocImage",
"unlocText": "protection.picture.3",
"image": {
"resourceDomain": "minecraft",
"resourcePath": "textures/screenshots/WaterCrystallizerMultiblock.png"
},
"drawAtTop": true
},
{
"type": "PageUnlocImage",
"unlocText": "protection.picture.4",
"image": {
"resourceDomain": "minecraft",
"resourcePath": "textures/screenshots/LavaCrystallizerMultiblock.png"
},
"drawAtTop": true
},
{
"type": "PageLocText",
"locText": "guide.Sanguimancy.entry.protection.2"
}
]
},
{
"type": "EntryUniText",
"unlocEntryName": "guide.Sanguimancy.entryName.apllications",
"pageList": [
{
"type": "PageLocText",
"locText": "guide.Sanguimancy.entry.applications"
}
]
}
],
"unlocCategoryName": "guide.Sanguimancy.category.lore"
}
]
}