-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmarket_example.json
67 lines (67 loc) · 1.11 KB
/
market_example.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
{
"disabled":false,
"short_name":"eastland1",
"text":"Eastland Town",
"xcoord":5320,
"zcoord":1608,
"accept":{
"Torch":{
"itemid":"torch",
"reward":0.1,
"restock_id":"torch",
"restock_mul":1
},
"Coal Block":{
"itemid":"coal_block",
"reward":1.8,
"restock_id":"coal",
"restock_mul":9
},
"Iron Block":{
"itemid":"iron_block",
"reward":6.5
}
},
"blocks":[
[
5320,
64,
1610
],
[
5319,
64,
1610
],
[
5318,
64,
1610
],
[
5320,
64,
1609
],
[
5319,
64,
1609
],
[
5318,
64,
1609
],
[
5320,
64,
1608
],
[
5319,
64,
1608
]
]
}