-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
82 lines (68 loc) · 4.78 KB
/
manifest.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
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
{
"info" : {
"name" : "Tree Stumps",
"namespace" : "tree_stump",
"version" : 3,
"steam_file_id" : "1432254757"
},
"server_init_script": "file(server)",
"default_locale":"en",
"aliases" : {
"trees:acacia:small:stump":"file(entities/trees/acacia_stump/small_acacia_stump.json)",
"trees:acacia:large:stump":"file(entities/trees/acacia_stump/large_acacia_stump.json)",
"trees:cactus:small:stump":"file(entities/trees/cactus_stump/small_cactus_stump.json)",
"trees:cactus:large:stump":"file(entities/trees/cactus_stump/large_cactus_stump.json)",
"trees:juniper:small:stump": "file(entities/trees/juniper_stump/small_juniper_stump.json)",
"trees:juniper:medium:stump": "file(entities/trees/juniper_stump/medium_juniper_stump.json)",
"trees:juniper:large:stump": "file(entities/trees/juniper_stump/large_juniper_stump.json)",
"trees:oak:small:stump": "file(entities/trees/oak_stump/small_oak_stump.json)",
"trees:oak:medium:stump": "file(entities/trees/oak_stump/medium_oak_stump.json)",
"trees:oak:large:stump": "file(entities/trees/oak_stump/large_oak_stump.json)",
"trees:pine:small:stump": "file(entities/trees/pine_stump/small_pine_stump.json)",
"trees:pine:medium:stump": "file(entities/trees/pine_stump/medium_pine_stump.json)",
"trees:pine:large:stump": "file(entities/trees/pine_stump/large_pine_stump.json)"
},
"deprecated_aliases": {
"trees:bend_palm:large:stump": "file(entities/trees/juniper_stump/medium_juniper_stump.json)",
"trees:bend_palm:small:stump": "file(entities/trees/juniper_stump/medium_juniper_stump.json)",
"trees:dranden:small:stump": "file(entities/trees/juniper_stump/medium_juniper_stump.json)",
"trees:palm:large:stump": "file(entities/trees/juniper_stump/medium_juniper_stump.json)",
"trees:palm:small:stump": "file(entities/trees/juniper_stump/medium_juniper_stump.json)",
"trees:papaya:stump": "file(entities/trees/juniper_stump/medium_juniper_stump.json)",
"trees:smalea:small:stump": "file(entities/trees/juniper_stump/medium_juniper_stump.json)"
},
"mixintos" : {
"stonehearth:mixins:tree":"file(components/add_stump.json)",
"stonehearth:trees:acacia:small":"file(entities/trees/acacia_tree/small_acacia_tree.json)",
"stonehearth:trees:acacia:large":"file(entities/trees/acacia_tree/large_acacia_tree.json)",
"stonehearth:trees:cactus:small":"file(entities/trees/cactus_tree/small_cactus_tree.json)",
"stonehearth:trees:cactus:large":"file(entities/trees/cactus_tree/large_cactus_tree.json)",
"stonehearth:trees:juniper:small": "file(entities/trees/juniper_tree/small_juniper_tree.json)",
"stonehearth:trees:juniper:medium": "file(entities/trees/juniper_tree/medium_juniper_tree.json)",
"stonehearth:trees:juniper:large": "file(entities/trees/juniper_tree/large_juniper_tree.json)",
"stonehearth:trees:gold:juniper:small": "file(entities/trees/juniper_tree/small_juniper_tree.json)",
"stonehearth:trees:gold:juniper:medium":"file(entities/trees/juniper_tree/medium_juniper_tree.json)",
"stonehearth:trees:gold:juniper:large": "file(entities/trees/juniper_tree/large_juniper_tree.json)",
"stonehearth:trees:snowy:juniper:small": "file(entities/trees/juniper_tree/small_juniper_tree.json)",
"stonehearth:trees:snowy:juniper:medium": "file(entities/trees/juniper_tree/medium_juniper_tree.json)",
"stonehearth:trees:snowy:juniper:large": "file(entities/trees/juniper_tree/large_juniper_tree.json)",
"stonehearth:trees:oak:small": "file(entities/trees/oak_tree/small_oak_tree.json)",
"stonehearth:trees:oak:medium": "file(entities/trees/oak_tree/medium_oak_tree.json)",
"stonehearth:trees:oak:large": "file(entities/trees/oak_tree/large_oak_tree.json)",
"stonehearth:trees:pine:small": "file(entities/trees/pine_tree/small_pine_tree.json)",
"stonehearth:trees:pine:medium":"file(entities/trees/pine_tree/medium_pine_tree.json)",
"stonehearth:trees:pine:large": "file(entities/trees/pine_tree/large_pine_tree.json)",
"stonehearth:trees:gold:pine:small": "file(entities/trees/pine_tree/small_pine_tree.json)",
"stonehearth:trees:gold:pine:medium": "file(entities/trees/pine_tree/medium_pine_tree.json)",
"stonehearth:trees:gold:pine:large": "file(entities/trees/pine_tree/large_pine_tree.json)",
"stonehearth:trees:silver:pine:small": "file(entities/trees/pine_tree/small_pine_tree.json)",
"stonehearth:trees:silver:pine:medium": "file(entities/trees/pine_tree/medium_pine_tree.json)",
"stonehearth:trees:silver:pine:large": "file(entities/trees/pine_tree/large_pine_tree.json)",
"stonehearth:trees:snowy:pine:small": "file(entities/trees/pine_tree/small_pine_tree.json)",
"stonehearth:trees:snowy:pine:medium": "file(entities/trees/pine_tree/medium_pine_tree.json)",
"stonehearth:trees:snowy:pine:large": "file(entities/trees/pine_tree/large_pine_tree.json)"
},
"components": {
"add_stump":"file(components/add_stump.lua)"
}
}