-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathscenes.json
52 lines (52 loc) · 920 Bytes
/
scenes.json
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
[
{
"id": "entities",
"icon": "icon-player",
"scenes": [
{
"id": "player",
"name": "Player Skin",
"author": "Ewan Howell"
},
{
"id": "player_head",
"author": "asphyxxious"
},
{
"id": "snapshot_day",
"name": "It is snapshotday, my dudes",
"author": "Daminator4113"
}
]
},
{
"id": "buildings",
"icon": "home",
"scenes": [
{
"id": "villager_house",
"author": "Ewan Howell",
"eula": true
},
{
"id": "chest_base",
"author": "PhantomEye"
}
]
},
{
"id": "environment",
"icon": "light_mode",
"scenes": [
{
"id": "plains_meadow",
"name": "Plains - Meadow",
"author": "radicalTailor"
},
{
"id": "waterfall",
"author": "radicalTailor"
}
]
}
]