-
Notifications
You must be signed in to change notification settings - Fork 0
/
types.json
57 lines (57 loc) · 1.22 KB
/
types.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
{
"thatch": {
"categories": [
"decorative"
],
"icon": "./icons/thatch.png",
"maxStackSize": 200,
"onPlaceAudio": "dirtPlace",
"onRemoveAudio": "grassDelete",
"sideall": "thatch"
},
"stone_vines": {
"categories": [
"decorative"
],
"icon": "./icons/stone_vines.png",
"maxStackSize": 200,
"onPlaceAudio": "stonePlace",
"onRemoveAudio": "stoneDelete",
"sideall": "SELF"
},
"mossy_brick": {
"categories": [
"decorative",
"bricks"
],
"icon": "./icons/mossy_stone_brick.png",
"maxStackSize": 100,
"onPlaceAudio": "stonePlace",
"onRemoveAudio": "stoneDelete",
"sideall": "mossy_stone_brick"
},
"vines": {
"categories": [
"decorative",
"leaves"
],
"icon": "./icons/dirt_vines.png",
"maxStackSize": 200,
"onPlaceAudio": "stonePlace",
"onRemoveAudio": "stoneDelete",
"sideall": "vines",
"sidey+": "leavestemperate"
},
"planter": {
"categories": [
"decorative"
],
"isFertile": true,
"icon": "./icons/planter.png",
"maxStackSize": 50,
"onPlaceAudio": "woodPlace",
"onRemoveAudio": "woodPlace",
"sideall": "planks",
"sidey+": "grasstemperate"
}
}